Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 126 to 150 of 500
Search took 0.03 seconds; generated 93 minute(s) ago.
Search: Posts Made By: Derision
Forum: Development::Tools 02-05-2012, 03:42 PM
Replies: 7
Views: 18,290
Posted By Derision
'range' became a reserved word in MySQL 5.1. You...

'range' became a reserved word in MySQL 5.1. You need to edit spells.sql and enclose it in backticks, like this:

CREATE TABLE spells (
spellid int(11) NOT NULL default '0',
name varchar(64)...
Forum: Support::Linux Servers 01-28-2012, 06:14 AM
Replies: 12
Views: 19,352
Posted By Derision
I just tried it on Linux (32-bit) and Win7 (64...

I just tried it on Linux (32-bit) and Win7 (64 bit, although azone2 was compiled as 32 bit), and it works for me:

D:\EQClients\Underfoot>dir moors.eqg
Volume in drive D is New Volume
Volume...
Forum: Development::Development 01-25-2012, 04:50 PM
Replies: 2
Views: 8,222
Posted By Derision
65 MB (just downloaded a fresh copy with...

65 MB (just downloaded a fresh copy with Wireshark running to check this).

That is for the source code from http://code.google.com/p/projecteqemu/source/checkout
Forum: Support::Windows Servers 01-06-2012, 05:12 PM
Replies: 3
Views: 9,722
Posted By Derision
I think this is the thread Andrew80k is referring...

I think this is the thread Andrew80k is referring to:

http://www.peqtgc.com/phpBB2/viewtopic.php?t=12520

According to the post by Ikeren near the end of the thread:
Forum: Quests::need work 12-13-2011, 10:05 AM
Replies: 15
Views: 57,502
Posted By Derision
Did you definitely loot the Giant Scarab Egg Sack...

Did you definitely loot the Giant Scarab Egg Sack in North Ro (the activity has a constraint that it must be looted in that zone, as you can see in the Task Window in your screenshot) ?

I had a...
Forum: Development::Development 12-09-2011, 03:41 PM
Replies: 4
Views: 9,213
Posted By Derision
Re: different size structures, maybe the stance...

Re: different size structures, maybe the stance data ?

If you look in my hardcoded packets, most of them just have two stances (passive or balanced), while Tier 1 Damage Caster has 4 (passive,...
Forum: Development::Development 12-09-2011, 01:35 PM
Replies: 4
Views: 9,213
Posted By Derision
I don't know if this is any use to you, or if you...

I don't know if this is any use to you, or if you have already progressed beyond where I got to when messing around with Mercenaries:

http://www.rama.demon.co.uk/Merc.patch

With that patch,...
Forum: Development::Development 12-03-2011, 08:51 AM
Replies: 5
Views: 10,730
Posted By Derision
Updated version is in Rev2078. Let me know if you...

Updated version is in Rev2078. Let me know if you find any bugs with it.
Forum: Development::Development 12-02-2011, 02:44 PM
Replies: 5
Views: 10,730
Posted By Derision
If you want to email me one or more sample...

If you want to email me one or more sample .pcaps, I'll update the Extractor. Also let me know what the current client build date is from logs/dbg.txt, so I can name the patch correctly.
Forum: Support::Windows Servers 10-26-2011, 02:33 PM
Replies: 402
Views: 1,140,792
Posted By Derision
The HoT patch is commented out because it is not...

The HoT patch is commented out because it is not in a playable state. The HoT patch has a minimal set of working Opcodes/structs to get in game with the live client (well the live client as it was...
Forum: Support::Windows Servers 10-23-2011, 05:15 PM
Replies: 2
Views: 7,244
Posted By Derision
Looks like an old header file that isn't used any...

Looks like an old header file that isn't used any more. The one that is used is

zone/client.cpp

int16 Client::MaxSkill(SkillType skillid, int16 class_, int16 level) const {
...
Forum: Support::Windows Servers 10-20-2011, 01:50 PM
Replies: 21
Views: 27,087
Posted By Derision
Looking at your call stack, and looking at the...

Looking at your call stack, and looking at the source code, I could see this crash happening if you had an item with no innate focus effect, but that item has an aug which does have
a focus effect....
Forum: Quests::Q&A 10-17-2011, 06:03 PM
Replies: 14
Views: 11,570
Posted By Derision
Syntax-wise, you have an extra opening...

Syntax-wise, you have an extra opening parenthesis and a missing closing curly bracket. This is a syntactically correct version:


sub EVENT_DEATH
{
my $random_result = int(rand(100));
my...
Forum: Support::Windows Servers 10-16-2011, 04:34 PM
Replies: 7
Views: 9,177
Posted By Derision
That column (custom_data) was added by...

That column (custom_data) was added by 2024_required_update.sql

I'm using an old DB that I have updated over time. Maybe that update is missing from PEQ r57 peqdb_rev2027.sql.gz if that is the DB...
Forum: Support::Windows Servers 10-16-2011, 03:39 PM
Replies: 7
Views: 9,177
Posted By Derision
Nothing in your logs ? Rev 2031 loads items...

Nothing in your logs ?

Rev 2031 loads items for me.
Forum: Development::Tools 10-15-2011, 03:51 PM
Replies: 11
Views: 25,298
Posted By Derision
Not sure if this is what you are looking for: ...

Not sure if this is what you are looking for:

http://www.georgestools.eqemulator.net/EQModel_Viewer_ZoneConverter.zip

EDIT: Maybe not, it seems to want a .wld as input, so you need something...
Forum: General::General Discussion 10-13-2011, 03:09 PM
Replies: 12
Views: 10,960
Posted By Derision
You got the Special title in this thread: ...

You got the Special title in this thread:

http://www.eqemulator.org/forums/showthread.php?p=178415&highlight=special#post178415
Forum: Support::Windows Servers 10-13-2011, 03:01 PM
Replies: 56
Views: 220,857
Posted By Derision
You need to paste the command into a MySQL...

You need to paste the command into a MySQL command prompt:


C:\> mysql -u root -p peq
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 159...
Forum: Support::Windows Servers 10-11-2011, 04:01 PM
Replies: 12
Views: 12,659
Posted By Derision
If you are using Windows 7 (and maybe Vista), you...

If you are using Windows 7 (and maybe Vista), you could try messing with NTFS junctions.

Move your quests folder from C:\EQ\quests to C:\Open\quests, then in a command prompt, create the junction:...
Forum: Support::Windows Servers 10-07-2011, 04:14 PM
Replies: 9
Views: 12,420
Posted By Derision
I always thought that the client checked the zone...

I always thought that the client checked the zone ID (Bazaar = 151), before it allowed the bazaar functionality, but just glancing at it now, it appears it may be checking some unknown flag that is...
Forum: Support::Windows Servers 09-29-2011, 03:02 PM
Replies: 11
Views: 13,306
Posted By Derision
mysqldump is a separate command line program,...

mysqldump is a separate command line program, just open your command prompt and type the mysqldump command, rather than doing the 'mysql -u root ...' first.
Forum: Support::Windows Servers 09-27-2011, 04:00 PM
Replies: 2
Views: 6,877
Posted By Derision
If you change a rule value in the database, you...

If you change a rule value in the database, you can reload it into the zone you are in (for testing) using the #rules reload command.

For it to take effect serverwide, you need to restart the...
Forum: Support::Windows Servers 09-27-2011, 03:54 PM
Replies: 20
Views: 24,663
Posted By Derision
You do it via the MySQL command prompt (or GUI...

You do it via the MySQL command prompt (or GUI tools like Navicat, if you have one of those installed).

Using a command prompt, it looks like this:

C:\Users\Steve>mysql -u root -p peq
Enter...
Forum: Support::Windows Servers 09-24-2011, 03:53 PM
Replies: 2
Views: 6,729
Posted By Derision
I know you said you sourced all the required SQL...

I know you said you sourced all the required SQL updates, but those symptoms are typical of missing one.

There should be some SQL related error messages in one of the zone logs in your logs ...
Forum: Support::Windows Servers 09-23-2011, 03:34 PM
Replies: 3
Views: 7,411
Posted By Derision
I don't know the answer to your question, but AX...

I don't know the answer to your question, but AX Classic have their own forums, so if no-one answers here, you could try looking over there:

http://forums.axclassic.com/
Showing results 126 to 150 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 08:53 AM.


 

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