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 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
Last
»
Showing results 251 to 275 of 500
Search took
0.03
seconds; generated 102 minute(s) ago.
Search:
Posts Made By:
Derision
Forum:
Support::General Support
12-16-2010, 04:40 PM
Replies:
21
Lavastorm newer models
Views:
12,543
Posted By
Derision
Live appears to have a_lava_crawler as race 468.
Live appears to have a_lava_crawler as race 468.
Forum:
Support::Windows Servers
12-16-2010, 04:29 PM
Replies:
16
EQEmuLoginServer.exe was unable to start correctly
Views:
9,942
Posted By
Derision
Just from Googling around it sounds like you...
Just from Googling around it sounds like you might have installed a 64bit version of something that the login server is looking for a 32 bit version of:
...
Forum:
General::General Discussion
12-16-2010, 04:11 PM
Replies:
8
EQExtractor 2 - No Half Assing :P
Views:
7,060
Posted By
Derision
If you are planning to do your own collect for a...
If you are planning to do your own collect for a zone your database already has spawns for, then you need to nuke the existing entries in your database.
By default, the extractor uses insert IDs...
Forum:
Development::Development
12-16-2010, 02:54 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
259,132
Posted By
Derision
Strange, I can't reproduce this one. I tried with...
Strange, I can't reproduce this one. I tried with a few different HP buffs and my HP went up to the correct buffed amount and stayed there.
Forum:
Development::Database/World Building
12-16-2010, 02:14 PM
Replies:
10
Fixing bouncing mobs
Views:
9,867
Posted By
Derision
It sounds like you are missing the .map files for...
It sounds like you are missing the .map files for those zones. If you use the GM command #bestz and it says Maps disabled in this zone, then that is your problem.
If you are compiling your own...
Forum:
Development::Database/World Building
12-15-2010, 04:15 PM
Replies:
7
Progress on new zones
Views:
6,966
Posted By
Derision
The only data that is captured for spawns is the...
The only data that is captured for spawns is the information sent by the server when you zone in (so name, class, race, level, appearance, other things like that).
The spawn point is also not...
Forum:
Development::Database/World Building
12-15-2010, 04:06 PM
Replies:
7
Progress on new zones
Views:
6,966
Posted By
Derision
The SQL generated from live packet collects are...
The SQL generated from live packet collects are here:
http://www.peqtgc.com/logs/
organised by era.
As far as I know, most of that data should already be in the latest PEQ database, barring...
Forum:
Development::Development
12-15-2010, 04:00 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
259,132
Posted By
Derision
Group leadership was completely broken. I think I...
Group leadership was completely broken. I think I have fixed it (wrong opcode). Also the HoTT opcode was wrong.
I remember Spell Awareness being spotty when I was working on SoD and I have just...
Forum:
Quests::Q&A
12-14-2010, 04:50 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
If I understand you correctly you want to write...
If I understand you correctly you want to write some sort of encounter, such as a boss spawns adds when it gets to x% of health and other things like that.
If so, that's not my area of expertise,...
Forum:
Quests::Q&A
12-14-2010, 04:15 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
OK, well you want goalcount = 1, to specify the...
OK, well you want goalcount = 1, to specify the player needs to kill 1 of the NPC.
In goalid you want the ID of the NPC (from the npc_types table), e.g. Fennin Ro is npc_type id 217054.
...
Forum:
Quests::Q&A
12-14-2010, 04:06 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
Do you have goalcount set to 0 in the activity...
Do you have goalcount set to 0 in the activity row ? It should be 1 if you want them to kill one of the NPC.
Forum:
Quests::Q&A
12-14-2010, 03:41 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
Probably your activity IDs for the task don't...
Probably your activity IDs for the task don't start at 0, or are not sequential as Akkadius suggested.
If the Task ID really is 303, then there should be messages in your zone log files detailing...
Forum:
Quests::Q&A
12-14-2010, 03:30 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
Yes, if every player in the group/raid has been...
Yes, if every player in the group/raid has been assigned the task, by hailing the task giver, or whatever, then they will all get the reward if the final activity is a Kill activity, as all the...
Forum:
Quests::Q&A
12-14-2010, 03:08 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
If you added the task to the task table but did...
If you added the task to the task table but did not restart your server, issuing the GM command #task reloadall will make it available.
Also to address your other point about rewards, the task...
Forum:
Quests::Q&A
12-14-2010, 02:36 PM
Replies:
17
Task System Quest
Views:
16,622
Posted By
Derision
To assign the task, add a Perl quest to the NPC....
To assign the task, add a Perl quest to the NPC. E.g. if I wanted V'Lynn Renloe in PoK to assign the task, I would put this:
sub EVENT_SAY
{
if($text=~/hail/i)
{
...
Forum:
Support::Windows Servers
12-13-2010, 03:25 PM
Replies:
9
Dumb question about port forwarding
Views:
11,281
Posted By
Derision
Don't forward port 9080 unless you want someone...
Don't forward port 9080 unless you want someone to be able to remotely log in to the web based server admin tool. It's not required for people to just login and play.
Forum:
Development::Development
12-13-2010, 03:21 PM
Replies:
139
Steam Underfoot Development Tracking
Views:
259,132
Posted By
Derision
I've committed a fix for the UCS /announce issue....
I've committed a fix for the UCS /announce issue.
The fix for /dismount appears to be:
Index: common/patches/Underfoot.cpp
===================================================================...
Forum:
Support::General Support
12-12-2010, 09:05 AM
Replies:
3
Steam SOD On EZ & Plane of Dragons
Views:
5,949
Posted By
Derision
The current version of SoD (Underfoot) on Steam...
The current version of SoD (Underfoot) on Steam doesn't download some files, Huppy mentions a few in this thread: http://www.eqemulator.org/forums/showthread.php?t=32623
But there are some others,...
Forum:
Support::Windows Servers
12-11-2010, 06:13 PM
Replies:
2
UCS Fixed with UF Client ??
Views:
4,440
Posted By
Derision
Did you copy utils/patch_Underfoot.conf from the...
Did you copy utils/patch_Underfoot.conf from the source tree over to the directory where your world/zone/chatserver (or ucs if using Linux) are ?
One of the opcodes was changed.
That's the only...
Forum:
Support::Windows Servers
12-11-2010, 03:09 PM
Replies:
3
EQEmuLoginServer issue, how to diagnose ?
Views:
4,299
Posted By
Derision
Judging by the output, that is the old...
Judging by the output, that is the old EQEmuLoginServer before KLS rewrote it. I've uploaded a version compiled from the latest source,
along with the ini, opcode and required SQL. Maybe you might...
Forum:
Support::Windows Servers
12-10-2010, 01:46 PM
Replies:
39
Server Connection Issues
Views:
31,541
Posted By
Derision
Try adding this line to the...
Try adding this line to the c:\windows\system32\drivers\etc\hosts file of the PC you are running the client on:
192.168.254.20 EQ.Toadville.org
Forum:
Support::Windows Servers
12-09-2010, 05:17 PM
Replies:
39
Server Connection Issues
Views:
31,541
Posted By
Derision
The client is hardcoded to connect to world on...
The client is hardcoded to connect to world on udp port 9000. This is the section in eqemu_config.xml that specifies your world address:
<world>
...
Forum:
Support::Windows Servers
12-09-2010, 04:04 PM
Replies:
39
Server Connection Issues
Views:
31,541
Posted By
Derision
As Chanus says, check your eqemu_config.xml ...
As Chanus says, check your eqemu_config.xml
[Thu Dec 09 10:27:56 2010]00037:*** WorldAuthenticate. Error connecting to :9000 [clientDisconnectReasonConnectFail,serverDisconnectReasonNone]
I...
Forum:
Support::General Support
12-06-2010, 02:10 PM
Replies:
38
SoD Starter Pack /w UF from Steam
Views:
35,190
Posted By
Derision
Just done a few live traces and indeed UCS chat,...
Just done a few live traces and indeed UCS chat, sending mail, /friend etc are now relayed through zone on chat channel 20.
Zone must then forward them onto the UCS for delivery, since when I...
Forum:
Development::Feature Requests
12-06-2010, 01:48 PM
Replies:
11
NPC's on mounts?
Views:
11,752
Posted By
Derision
Which NPCs on live use mounts ?
Which NPCs on live use mounts ?
Showing results 251 to 275 of 500
Page 11 of 20
«
First
<
7
8
9
10
11
12
13
14
15
>
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
10:03 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 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3