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 6 of 20
«
First
<
2
3
4
5
6
7
8
9
10
16
>
Last
»
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
EQ Browser /Allakhazam
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
azone2 question
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
Question about SVN source code
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
database 2092
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
Task: Desert Crawl
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
Requesting packet collects.
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
Requesting packet collects.
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
Derision - EQ Extractor
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
Derision - EQ Extractor
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
COMPLETE PUBLIC SERVER SETUP - Jan-2011
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
Questions on some source code
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
Crash Issue
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
Fabled spawn code
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
unable to load items
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
unable to load items
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
Zone Converter
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
so who changed it haha
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
Working Lan Server Working Smoothly
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
Quests Directory
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
Alternate Bazaar
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
database backup
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
Crits not working
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
Crash while logging into EQ
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
No mobs!
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
AXclassic GUI
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
Page 6 of 20
«
First
<
2
3
4
5
6
7
8
9
10
16
>
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