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 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
Last
»
Showing results 226 to 250 of 500
Search took
0.04
seconds; generated 93 minute(s) ago.
Search:
Posts Made By:
Derision
Forum:
Support::General Support
12-30-2010, 11:21 AM
Replies:
2
Game does not start
Views:
6,018
Posted By
Derision
Yes, those expansions are included. Assuming...
Yes, those expansions are included.
Assuming your starteq.bat has the command to run eqgame.exe patchme, the most likely reason for it closing like that, if you have it as a shortcut on your...
Forum:
Support::Windows Servers
12-30-2010, 08:16 AM
Replies:
6
Having Issues with EVENT_GROUP_CHANGE
Views:
8,260
Posted By
Derision
The crash appears to be due to the fact that when...
The crash appears to be due to the fact that when Mob::SetGrouped is called for a bot, it casts the Mob to a Client before calling Parser::Event, which is obviously not valid.
The quick fix would...
Forum:
Support::General Support
12-29-2010, 03:01 PM
Replies:
15
SOD Client (Got a few questions) for experts
Views:
21,061
Posted By
Derision
char_id is the primary key for the guild_members...
char_id is the primary key for the guild_members table. There should be no way MySQL will allow duplicate entries:
mysql> describe guild_members;...
Forum:
Quests::Q&A
12-29-2010, 09:59 AM
Replies:
2
not recieving items?
Views:
7,577
Posted By
Derision
Perl is case-sensitive, and most quest:: commands...
Perl is case-sensitive, and most quest:: commands are all lower-case, i.e. it should be quest::summonitem.
Forum:
Support::General Support
12-28-2010, 05:28 PM
Replies:
6
Default Zones
Views:
10,482
Posted By
Derision
If you look in your zone_points table for...
If you look in your zone_points table for innothule, you will see that zone point number 1 leads to sro (target_zone_id 35).
To make this zone you to the new southro, you would need to update it...
Forum:
Support::General Support
12-28-2010, 07:04 AM
Replies:
15
SOD Client (Got a few questions) for experts
Views:
21,061
Posted By
Derision
What Revision of the server code are you running...
What Revision of the server code are you running ? That AA purchase issue sounds like the one that was fixed in Revision 1726.
Forum:
Development::Bots
12-27-2010, 03:07 PM
Replies:
4
Bots
Views:
8,272
Posted By
Derision
The Mercenary system from 'Live' EQ is not...
The Mercenary system from 'Live' EQ is not implemented in EQEmu.
The EQEmu version (Bots) are summoned using the #bot command, assuming you compiled your own source with the Bot option included,...
Forum:
Support::General Support
12-27-2010, 03:03 PM
Replies:
4
Stuck in Nektulos
Views:
9,075
Posted By
Derision
If you are using SoD or Underfoot with a recent...
If you are using SoD or Underfoot with a recent PEQ database, then the database is setup to send those clients to the new (V3) version of nektulos which requires the nektulos.eqg file.
You should...
Forum:
Support::Windows Servers
12-26-2010, 04:48 PM
Replies:
1
Graphics Issue
Views:
6,472
Posted By
Derision
Seems like your server is set up to use the old...
Seems like your server is set up to use the old nektulos zone, in which case go to the directory/folder you have EQ installed and rename nektulos.eqg to netktulos.eqg.bak (it doesn't matter what you...
Forum:
Support::General Support
12-25-2010, 11:27 AM
Replies:
1
Can neither link nor rearange spells
Views:
6,816
Posted By
Derision
Linking items seems to work for me, although...
Linking items seems to work for me, although Titanium users will see the link with the first few characters missing.
If you run your own server, set OP_SwapSpell=0x5805 in patch_Underfoot.conf to...
Forum:
Support::Windows Servers
12-22-2010, 01:52 PM
Replies:
2
Can't Connect To Server
Views:
7,015
Posted By
Derision
You need to source in this SQL: ALTER TABLE...
You need to source in this SQL:
ALTER TABLE `account` ADD `time_creation` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `suspendeduntil`;
UPDATE `account` SET `time_creation` = UNIX_TIMESTAMP() WHERE...
Forum:
Support::Packetcollector
12-21-2010, 02:46 PM
Replies:
13
Question about collecting
Views:
62,323
Posted By
Derision
Say you are near mob A, which is walking a square...
Say you are near mob A, which is walking a square route, say around the outside of a building. While you are near it, you get good pathing data.
Now if you move to mob B on the other side of the...
Forum:
Support::Packetcollector
12-21-2010, 01:57 PM
Replies:
169
EQExtractor2
Views:
778,957
Posted By
Derision
Aggroing mobs has two consequences. First,...
Aggroing mobs has two consequences.
First, if you source in the collect, the pathing data will include the movement the mob made after it was aggroed.
Second, if you kill the mob and let it...
Forum:
Support::Packetcollector
12-21-2010, 01:52 PM
Replies:
13
Question about collecting
Views:
62,323
Posted By
Derision
According to Allakazam, Tyker Renlin spawns and...
According to Allakazam, Tyker Renlin spawns and then despawns after 4 minutes, so getting multiple spawns is to be expected. I imagine the other NPC must similarly respawn frequently.
The problem...
Forum:
Support::Packetcollector
12-20-2010, 03:38 PM
Replies:
13
Question about collecting
Views:
62,323
Posted By
Derision
I just sourced in that log and can verify it is a...
I just sourced in that log and can verify it is a good collect. You have a few more spawns than the previous collect (I think there are some Christmas mobs up at the moment), about 50 more merchants,...
Forum:
Support::Packetcollector
12-20-2010, 02:04 PM
Replies:
13
Question about collecting
Views:
62,323
Posted By
Derision
Well, you can piece captures together manually if...
Well, you can piece captures together manually if you want, e.g. if you have a named/rare spawn that was in your new capture that wasn't in a previous one, you can just take the INSERTs for that mob...
Forum:
Support::Linux Servers
12-19-2010, 05:19 PM
Replies:
19
UCS running, but cannot connect
Views:
23,191
Posted By
Derision
If you put the line UCS=on in your...
If you put the line
UCS=on
in your log.ini (log.ini should be in the same directory as zone/world. If it doesn's exist, create it).
Do you see any attempted client connections/error...
Forum:
Development::Development
12-17-2010, 05:59 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
404,533
Posted By
Derision
No, I was testing on my private server. I just...
No, I was testing on my private server. I just did a quick test on PEQ and could reproduce the problem with levitation. The first time I cast DMF, the levitate effect didn't take hold, but if I cast...
Forum:
Development::Development
12-17-2010, 02:56 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
404,533
Posted By
Derision
BoT9, Fo7, flight of eagles and dead man floating...
BoT9, Fo7, flight of eagles and dead man floating all appear to work correctly for me. What size is your spells_us.txt file ? Mine is:
08/07/2010 19:29 16,680,500 spells_us.txt
Forum:
Support::Packetcollector
12-17-2010, 02:44 PM
Replies:
169
EQExtractor2
Views:
778,957
Posted By
Derision
The version on the source code SVN (2.2.9) works...
The version on the source code SVN (2.2.9) works fine (I tested it last night). The compiled version in the download area on the SVN hasn't been updated for quite a while, so I have deprecated it.
...
Forum:
Support::General Support
12-17-2010, 02:38 PM
Replies:
21
Lavastorm newer models
Views:
19,804
Posted By
Derision
If you understand binary, the mask has a bit for...
If you understand binary, the mask has a bit for each client, with the 6.2 Client being the least significant bit. In decimal, these correspond to:
1 Client 6.2
2 Titanium
4 SoF
8 SoD
16...
Forum:
Support::General Support
12-16-2010, 06:37 PM
Replies:
21
Lavastorm newer models
Views:
19,804
Posted By
Derision
.s3d is the original zone format that SOE used,...
.s3d is the original zone format that SOE used, newer zones use the .eqg format. Where SOE have updated the zone, they still seem to distribute both the old and the new versions.
The EQ game...
Forum:
Support::General Support
12-16-2010, 06:19 PM
Replies:
21
Lavastorm newer models
Views:
19,804
Posted By
Derision
Yes, you need to generate a new .map file for...
Yes, you need to generate a new .map file for nektulos from the nektulos.eqg included in your Underfoot client, rename the generated nektulos.map to nektulos(v3).map and put it in your server Maps...
Forum:
Support::General Support
12-16-2010, 05:51 PM
Replies:
21
Lavastorm newer models
Views:
19,804
Posted By
Derision
KLS added support to allow newer clients to zone...
KLS added support to allow newer clients to zone into the new versions of zones, e.g. SoD (and SoF?) to zone into the new version of nektulos, and I think highpass and maybe some others.
If you...
Forum:
Support::General Support
12-16-2010, 04:48 PM
Replies:
21
Lavastorm newer models
Views:
19,804
Posted By
Derision
I hopped onto Live, did a packet collect, ran...
I hopped onto Live, did a packet collect, ran EQExtractor2 and looked at the insert generated for a_lava_crawler:
INSERT INTO npc_types(`id`, `name`, `lastname`, `level`, `gender`, `size`,...
Showing results 226 to 250 of 500
Page 10 of 20
«
First
<
6
7
8
9
10
11
12
13
14
>
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
08:53 AM
.
-- 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