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 4 of 20
<
1
2
3
4
5
6
7
8
14
>
Last
»
Showing results 76 to 100 of 500
Search took
0.03
seconds; generated 102 minute(s) ago.
Search:
Posts Made By:
Derision
Forum:
Development::Development
12-19-2012, 09:40 AM
Replies:
181
Steam RoF Development Tracking
Views:
225,503
Posted By
Derision
I'm sitting here waiting for you to commit what...
I'm sitting here waiting for you to commit what you've done so I can have a go :)
Forum:
Support::Windows Servers
11-27-2012, 06:44 PM
Replies:
2
Outputting a float with entity_list.messageclose?
Views:
5,893
Posted By
Derision
%f ...
%f
http://www.cplusplus.com/reference/cstdio/printf/
Forum:
Quests::Q&A
11-24-2012, 06:53 PM
Replies:
20
Task System Inquiry.
Views:
11,107
Posted By
Derision
I've never used the TaskManager application, but...
I've never used the TaskManager application, but when editing the task/activity tables directly (using Navicat, or your editor of choice), this wiki page should help explain things:
...
Forum:
Quests::Q&A
11-24-2012, 06:00 PM
Replies:
20
Task System Inquiry.
Views:
11,107
Posted By
Derision
I can't see anything obviously wrong with your...
I can't see anything obviously wrong with your task, but search your zone logs for the word TASK to see if there are any error messages when loading them.
Also you could add the line:
TASKS=on...
Forum:
Support::Packetcollector
07-19-2012, 02:14 PM
Replies:
11
Latest extractor 'unsupported client error'.
Views:
32,441
Posted By
Derision
I just committed an update. Let me know if...
I just committed an update. Let me know if something doesn't work correctly. I only glanced over the generated SQL to check that it looked 'sane' :)
Forum:
Support::General Support
05-07-2012, 03:42 PM
Replies:
25
Zone stopped working...
Views:
15,652
Posted By
Derision
All those logs show is that zone(s) have crashed,...
All those logs show is that zone(s) have crashed, not why.
If the zones crash with your custom quest files present and don't crash when they are not present, then the problem is with your perl...
Forum:
Support::Windows Servers
05-04-2012, 02:36 PM
Replies:
29
LAN Works, Outside LAN/Internet Connect Fails
Views:
24,949
Posted By
Derision
Yes, that was me. I camped after sending the...
Yes, that was me. I camped after sending the shout. I was going to send a /tell but you have the chat restrictions in place (think the default is level 5 before being able to /tell or /ooc).
I...
Forum:
Support::Windows Servers
05-04-2012, 02:01 PM
Replies:
29
LAN Works, Outside LAN/Internet Connect Fails
Views:
24,949
Posted By
Derision
So you got it sorted ? (I just logged in...
So you got it sorted ? (I just logged in succesfully to tutorial and then zoned to PoK).
Forum:
Support::Windows Servers
05-03-2012, 02:45 PM
Replies:
29
LAN Works, Outside LAN/Internet Connect Fails
Views:
24,949
Posted By
Derision
I just tried to connect to 'The Nightspire' with...
I just tried to connect to 'The Nightspire' with Wireshark running.
Given the config you posted, I am assuming this is your server, IP address 67.169.213.238
I can get to character select, but...
Forum:
Development::Bug Reports
05-01-2012, 03:21 PM
Replies:
6
Ranger tracking skillups after tracking session expires
Views:
7,058
Posted By
Derision
I just did a test with SoF. The client sends...
I just did a test with SoF.
The client sends OP_TrackTarget with the target entity ID once, when you begin tracking, and nothing after that.
Exactly 6 minutes later, the client says you have...
Forum:
Development::Bug Reports
05-01-2012, 01:19 PM
Replies:
4
Extended Target bugs
Views:
9,435
Posted By
Derision
I moved this post to a new thread so as not to...
I moved this post to a new thread so as not to clutter up the VoA development thread.
I just tested on live and it appears that for an Auto hate slot, when the mob is dead, the slot goes back to...
Forum:
Support::Linux Servers
04-30-2012, 01:38 PM
Replies:
13
QueryServ and Linux
Views:
10,220
Posted By
Derision
I didn't realise you intended queryserv to run...
I didn't realise you intended queryserv to run 'off-site', I just saw it as a convenient way to:
a) Avoid making database calls in the main thread, which I hate, and using queryserv was easier...
Forum:
Support::Windows Servers
04-29-2012, 04:52 PM
Replies:
11
SQL Query help
Views:
9,374
Posted By
Derision
UPDATE npc_types SET hp = 3000 WHERE LEVEL = 50...
UPDATE npc_types SET hp = 3000 WHERE LEVEL = 50 AND merchant_id = 0 AND name NOT LIKE 'Guard_%' AND (id < 501 OR id > 770);
Forum:
Support::Packetcollector
04-27-2012, 03:10 PM
Replies:
7
Extractor update?
Views:
27,222
Posted By
Derision
It's written in C# and compiles with Visual C#...
It's written in C# and compiles with Visual C# 2010 Express.
You can get Cavedude's compiled version here:
...
Forum:
Support::Windows Servers
04-22-2012, 03:35 PM
Replies:
3
Still Pointing to the Wrong IP
Views:
4,872
Posted By
Derision
The connection you are seeing to 127.0.0.1 port...
The connection you are seeing to 127.0.0.1 port 9000 is a TCP connection between the eqlaunch process and the world process. You shouldn't need to change that, unless I guess if you are running...
Forum:
Development::Development
04-22-2012, 10:45 AM
Replies:
22
Shared Tasks
Views:
19,604
Posted By
Derision
CREATE TABLE IF NOT EXISTS `shared_tasks` ( ...
CREATE TABLE IF NOT EXISTS `shared_tasks` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`taskid` int(10) unsigned NOT NULL,
`leader` varchar(64) NOT NULL,
PRIMARY KEY (`id`),
KEY...
Forum:
Development::Development
04-21-2012, 05:42 PM
Replies:
22
Shared Tasks
Views:
19,604
Posted By
Derision
For shared tasks ? The last few posts in this...
For shared tasks ? The last few posts in this thread seem to be about Shrouds and Expeditions.
This is the diff I sent Caryatis for the work I had done on Shared Tasks a couple of years ago.
...
Forum:
Development::Development
04-20-2012, 02:08 PM
Replies:
69
VoA Development Tracking
Views:
67,000
Posted By
Derision
This should be fairly easy to implement. It only...
This should be fairly easy to implement. It only took about 20 minutes to add the ability to add targetted NPCs into the Extended Targetting window in Underfoot.
I'll work on some of the other...
Forum:
Development::Development
04-15-2012, 04:56 PM
Replies:
20
Understanding packet structure
Views:
17,938
Posted By
Derision
EQExtractor2 is looking for a file called...
EQExtractor2 is looking for a file called patch_Mar15-2012.conf in it's working directory to decode packets collected from the current Live client.
What Noport is saying is that as Trevius updates...
Forum:
Development::Development
04-15-2012, 04:34 PM
Replies:
20
Understanding packet structure
Views:
17,938
Posted By
Derision
202081 is just his id in the PEQ npc_types table,...
202081 is just his id in the PEQ npc_types table, which is never sent to the client and has no meaning to it.
0x0193 is the entity_id.
Entity_ids are assigned sequentially, starting from 1, to...
Forum:
Development::Development
04-15-2012, 04:25 PM
Replies:
20
Understanding packet structure
Views:
17,938
Posted By
Derision
Yes, that is correct.
Yes, that is correct.
Forum:
Development::Development
04-15-2012, 04:20 PM
Replies:
20
Understanding packet structure
Views:
17,938
Posted By
Derision
That packet has the following values: ...
That packet has the following values:
NPCID 0x00000193 Decimal 403
Slot 0x00000017 Decimal 23
Qty 0x00000001 Decimal 1
Price 0x00000031 Decimal 49
I'd need to see the OP_ZoneEntry...
Forum:
Development::Development
04-15-2012, 07:20 AM
Replies:
69
VoA Development Tracking
Views:
67,000
Posted By
Derision
To get rid of this message, in Underfoot you need...
To get rid of this message, in Underfoot you need to make this change:
--- Underfoot.cpp (revision 2125)
+++ Underfoot.cpp (working copy)
@@ -629,7 +629,7 @@
...
Forum:
Support::Linux Servers
04-09-2012, 11:18 AM
Replies:
3
Underfoot voes..
Views:
10,754
Posted By
Derision
Might be the bug mentioned in this thread: ...
Might be the bug mentioned in this thread:
http://www.eqemulator.org/forums/showthread.php?t=33228
Solution was to disable optimisation for 64 bit (take the -O2 off the command line args).
Forum:
Development::Development
04-07-2012, 02:47 PM
Replies:
53
Veil of Alaris
Views:
46,794
Posted By
Derision
The current f2p live client.
The current f2p live client.
Showing results 76 to 100 of 500
Page 4 of 20
<
1
2
3
4
5
6
7
8
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
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