EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
Last
»
Showing results 176 to 200 of 500
Search took
0.02
seconds; generated 69 minute(s) ago.
Search:
Posts Made By:
blackdragonsdg
Forum:
Quests::Q&A
02-08-2012, 11:47 PM
Replies:
5
Fetching item id's
Views:
10,189
Posted By
blackdragonsdg
Well notepad++ is an interesting program with...
Well notepad++ is an interesting program with lots of potential uses but for what I am doing I think i can create loottables just as fast without it.
I took the script segment trevius posted and...
Forum:
Quests::Q&A
02-08-2012, 04:35 PM
Replies:
5
Fetching item id's
Views:
10,189
Posted By
blackdragonsdg
Didn't know where exactly to post this question...
Didn't know where exactly to post this question as it doesn't really fit anywhere. I'll give the notepad++ thing a try. Looking up one hundred plus item id numbers manually is not exactly fun so I...
Forum:
Quests::Q&A
02-08-2012, 02:55 AM
Replies:
5
Fetching item id's
Views:
10,189
Posted By
blackdragonsdg
Fetching item id's
Need a bit of help with this script. I want to take a list of item names from a text file then fetch there associated item id's from the database then output both the item names and item id's into a...
Forum:
Support::General Support
02-07-2012, 04:54 PM
Replies:
2
Does any one have..
Views:
5,878
Posted By
blackdragonsdg
type 1 = 1 type 2 = 2 type 3 = 4 type 4 = 8...
type 1 = 1
type 2 = 2
type 3 = 4
type 4 = 8
type 5 = 16
type 6 = 32
type 7 = 64
type 8 = 128
type 9 = 256
type 10 = 512
Forum:
General::General Discussion
01-30-2012, 05:35 PM
Replies:
59
EQ Goes Free to Play
Views:
67,453
Posted By
blackdragonsdg
Not a big surprise EQ live has been getting...
Not a big surprise EQ live has been getting progressively worse for years now. Free to play is just another way to hopefully make a quick buck or two before they pull the plug.
Forum:
Support::General Support
01-28-2012, 04:19 AM
Replies:
6
problem with eqhost.txt
Views:
6,509
Posted By
blackdragonsdg
Copy the eqhost.txt to your desktop then make the...
Copy the eqhost.txt to your desktop then make the needed changes and save them then copy the file back to its original location overwriting the existing file. If that doesn't work, temporarily...
Forum:
Support::Windows Servers
01-23-2012, 05:36 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
After my initial failure with the changing of the...
After my initial failure with the changing of the structs I decided to give it one more shot. So I dumped all the changes I had made up to this point and started over. This time I only used the...
Forum:
Support::Windows Servers
01-23-2012, 03:04 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
Now doing this broke something somewhere. I...
Now doing this broke something somewhere. I purchased the 1000 arrows from the same merchant like I had been doing this whole time and then the problem occured. I could not access my inventory or use...
Forum:
Support::Windows Servers
01-23-2012, 02:34 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
This did not fix the problem but at the same time...
This did not fix the problem but at the same time it didn't appear to break anything either.
Maybe this will help narrow it down further and I just tried this.....I can summon stacks of 1000 random...
Forum:
Support::Windows Servers
01-23-2012, 01:37 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
I am not exactly an expert with C++ so some of...
I am not exactly an expert with C++ so some of the changes I made were purely a guess. Obviously I may have guessed wrong on somethings but it didn't hurt to try.
Today I focused on this error...
Forum:
Support::Windows Servers
01-22-2012, 10:54 PM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
So I took your idea on the potentital problem and...
So I took your idea on the potentital problem and ran with. After more than a few changes and function overload errors and fixes I am at a loss again.
The following did not fix the problem nor did...
Forum:
Support::Windows Servers
01-22-2012, 04:42 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
Since the stacksize change was made in rev2004 I...
Since the stacksize change was made in rev2004 I used the file list from that as a reference on where to look for any unsigned char being used with stacksize and I am sorry to say I did not see any. ...
Forum:
Support::Windows Servers
01-22-2012, 01:44 AM
Replies:
12
Item stacksize
Views:
14,039
Posted By
blackdragonsdg
Item stacksize
I am encountering weird issues with item stack sizes over 244. I have several items on my server set between 500-1000 and it will work flawlessly one minute then the next it is reverting the stack...
Forum:
Development::Development
01-19-2012, 05:28 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
369,706
Posted By
blackdragonsdg
I think that is related to a rule value not being...
I think that is related to a rule value not being set correctly for SoD or Underfoot. If you are using your own server then use the sql below and it will likely fix the problem. If you are on someone...
Forum:
Support::Windows Servers
01-16-2012, 03:19 AM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
The id's are something you will have to find out...
The id's are something you will have to find out for yourself as your database is probably different than mine. About all I can tell you is that the id will be the next available for use. The doorid...
Forum:
Support::Windows Servers
01-16-2012, 02:53 AM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
I may have been wrong about that list of object &...
I may have been wrong about that list of object & door names as I can't find it either.
PoK Book Example
INSERT INTO `doors` (`id`, `doorid`, `zone`, `version`, `name`, `pos_y`, `pos_x`, `pos_z`,...
Forum:
Support::Windows Servers
01-16-2012, 01:55 AM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
This is completely untested but try this sub...
This is completely untested but try this
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("Welcome to The Forgotten Halls, $name. Please Let me Know if you want Some (information) about the...
Forum:
Support::Windows Servers
01-15-2012, 09:36 PM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
Given your description of the way point that is...
Given your description of the way point that is very very custom. You might try checking the quest section just in the off chance someone posted it or a partial script there.
Here is an example...
Forum:
Support::Windows Servers
01-14-2012, 05:02 PM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
What exactly do you mean by way point? Creating...
What exactly do you mean by way point? Creating the .path files for each zone or just creating pathing for individual mobs?
5. zone portals
Zone portals can literally be just about any object...
Forum:
Support::Windows Servers
01-13-2012, 09:52 PM
Replies:
40
A little help with customizing my server.
Views:
33,340
Posted By
blackdragonsdg
Will answer a few questions for you. 1. The...
Will answer a few questions for you.
1. The start_zones table of the database. Use Navicat or a similar program to view it.
2. The spawn2 table of the database and here again use Navicat or a...
Forum:
Support::Windows Servers
01-09-2012, 08:57 PM
Replies:
1
Guys, I've been having problems setting this up...
Views:
6,459
Posted By
blackdragonsdg
Don't know which guides you attempted to use but...
Don't know which guides you attempted to use but try one of the following.
Public Server
http://www.eqemulator.org/forums/showthread.php?t=32980
Private Server...
Forum:
Support::Windows Servers
12-28-2011, 03:17 PM
Replies:
3
Titanium and OOW and DoD
Views:
7,011
Posted By
blackdragonsdg
You can reload your server setup all day long and...
You can reload your server setup all day long and it will not solve the missing OOW and DoD content issues. Simply put they have not been implemented yet. This leaves you with a few choices you can...
Forum:
General::General Discussion
12-27-2011, 02:24 AM
Replies:
5
Best made zone
Views:
10,000
Posted By
blackdragonsdg
I think Crystallos is a well made zone and it was...
I think Crystallos is a well made zone and it was also one of my favorite places to group on live.
My fondest memories come from the times I spent in Velks, Old Sebilis, Oasis of Marr, NToV,...
Forum:
General::General Discussion
12-23-2011, 01:29 AM
Replies:
1
Steam SoD redownload, is it UF?
Views:
5,207
Posted By
blackdragonsdg
Yes it will be the Underfoot client if you...
Yes it will be the Underfoot client if you download it again.
Forum:
Support::Windows Servers
12-15-2011, 02:37 AM
Replies:
2
Mass assigning loot by name or zone, not by level.
Views:
7,725
Posted By
blackdragonsdg
You can mass assign loottables by zone using the...
You can mass assign loottables by zone using the following as long as the npc's follow the default numbering scheme.
This will set all npc's loottable_id in Plane of Knowledge(202) equal to X. The...
Showing results 176 to 200 of 500
Page 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
06:34 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3