Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 43
Search took 0.00 seconds.
Search: Posts Made By: LostZaphod
Forum: Support::Windows Servers 06-12-2008, 09:54 AM
Replies: 29
Views: 7,773
Posted By LostZaphod
Instructions for compiling on for windows. Make...

Instructions for compiling on for windows.
Make Derision's modifications "http://www.rama.demon.co.uk/azone.patch" to the original azone (Build 1110).
Does any one have the watermap patch? If so...
Forum: Support::Windows Servers 03-25-2008, 02:01 AM
Replies: 8
Views: 3,588
Posted By LostZaphod
From my unserstanding the perl items are no...

From my unserstanding the perl items are no longer necessary. For example, in Linux I have never run them and all of the quests work.

The issuse with the xml file is syntax. XML is very...
Forum: Support::Windows Servers 02-20-2008, 02:51 AM
Replies: 33
Views: 8,523
Posted By LostZaphod
Did you run the perl program "ppm.exe" ? and...

Did you run the perl program "ppm.exe" ?
and then issue these commands?

Install DBI
Install DBD-mysql
Install IO-stringy
Forum: Support::General Support 02-19-2008, 06:31 AM
Replies: 5
Views: 2,397
Posted By LostZaphod
There are no mySQL tables for spells. You...

There are no mySQL tables for spells.

You must copy these files, From your Client EQ Install to the folder where world.exe is placed. (Page 32 of the PDF install guide)
Spells_en.txt ...
Forum: Development::Bug Reports 11-26-2007, 10:17 AM
Replies: 8
Views: 2,459
Posted By LostZaphod
Remove Rotten Corpses

I think the function "LoadPlayerCorpses" is run when a zone is loaded up. If we put a function to check if the corpses have rotted,
it should resolve the issue. Keep in mind this is depends on...
Forum: Development::Bug Reports 10-19-2007, 05:35 AM
Replies: 6
Views: 1,939
Posted By LostZaphod
Line 856 of npc.cpp has this insert statement. ...

Line 856 of npc.cpp has this insert statement.

INSERT INTO spawn2 (zone, x, y, z, respawntime, heading, spawngroupID) values()

Note 'cond_value' is not in the statement, When executed the SQL...
Forum: Support::Windows Servers 07-23-2007, 02:35 AM
Replies: 4
Views: 2,232
Posted By LostZaphod
Building EQEmu-0.7.0-1013

To build 1013 you will need to add Anniversary.cpp to the world and zone projects.
If you do not, you will get a link error abount not finding Anniversary::Register and Anniversary::Reload.

If...
Forum: Support::Windows Servers 05-24-2007, 12:39 AM
Replies: 10
Views: 2,551
Posted By LostZaphod
NPC's not attacking

Have you downloaded the map files? The NPC will not attack unless the map files are present.
If you have, make sure there is not a maps directory in maps.
Some times unziping the map files causes...
Forum: Support::MiniLogin 01-17-2007, 05:00 AM
Replies: 13
Views: 4,138
Posted By LostZaphod
Some use wine to run minilogin.exe on the unix...

Some use wine to run minilogin.exe on the unix box, though i think you have to have a graphic desktop installed.
I bet your real issue is related to tcp/ip port blocking, as John's config works. ...
Forum: Support::Windows Servers 01-11-2007, 02:52 AM
Replies: 4
Views: 2,118
Posted By LostZaphod
Look into the change log file and execute all sql...

Look into the change log file and execute all sql statements that are required (this all depends on where you started at)

I am guessing you used cavedues 3.6 installer, and then downloaded the...
Forum: Development::Development 12-11-2006, 03:03 AM
Replies: 2
Views: 2,648
Posted By LostZaphod
There are no tables related to spells. There is...

There are no tables related to spells. There is a text file named "spells_us.txt " that is on the client machine and on the server. A hex editor can be used to modify the file, but the client and...
Forum: Development::Development 12-11-2006, 02:56 AM
Replies: 5
Views: 2,902
Posted By LostZaphod
I use Visual Studio 2003 ver (1.1) and i have to...

I use Visual Studio 2003 ver (1.1) and i have to have the ignor lib's certain lib files or i get many link errors. The compiler you are using must not include some libs during another part of the...
Forum: Support::Windows Servers 12-08-2006, 07:22 AM
Replies: 4
Views: 4,299
Posted By LostZaphod
You must also replace "EMuShareMem.dll" The...

You must also replace "EMuShareMem.dll"
The reason you are have a issue is because the required mySQL statements have not been run.
Open up "changelog.txt" and look for the date around 4/17/2006...
Forum: Development::Development 12-08-2006, 04:19 AM
Replies: 5
Views: 2,902
Posted By LostZaphod
Ok I run a machine that does not have mysql or...

Ok I run a machine that does not have mysql or perl installed, it is used only to compile the code.
I make directories that hold the necessary files to compile.

extract EQEmu-0.7.0-934 to...
Forum: Development::Feature Requests 11-10-2006, 08:01 AM
Replies: 9
Views: 3,498
Posted By LostZaphod
I think you sould be able to change the summon...

I think you sould be able to change the summon item to use the target of the summoner. The problem is if the summoner inputs the wrong value you would never know.

in command.cpp is

void...
Forum: Development::Database/World Building 11-08-2006, 03:56 AM
Replies: 4
Views: 4,015
Posted By LostZaphod
So... what modifications were made to the...

So... what modifications were made to the azone_eqg project ? (the reason i ask is thenest has the same issue, posibally others as well)
Forum: Development::Database/World Building 11-03-2006, 11:37 AM
Replies: 9
Views: 3,208
Posted By LostZaphod
harbingers

Ok I got azone_eqg to run on windows. Using the debugger,
I have found that harbingers and others, have an issue related to polygons.
I am still looking at the buffer offsets, it may be in the...
Forum: Support::Windows Servers 11-01-2006, 02:33 AM
Replies: 0
Views: 2,603
Posted By LostZaphod
azone windows fix

Ok here are the changes necessarry to make azone work in windows so that map files can be created from s3d files.

azone.cpp needs to open the s3d file in binary mode (i also tested this in RedHat...
Forum: General::News 10-31-2006, 03:04 PM
Replies: 10
Views: 6,653
Posted By LostZaphod
server error since 10/30/2006

Not Found
The requested URL /forums/newthread.php was not found on this server.
Forum: Support::General Support 10-30-2006, 07:11 AM
Replies: 26
Views: 7,039
Posted By LostZaphod
If you are using mysql5 you must comment out...

If you are using mysql5 you must comment out strict mode in my.ini.

http://www.eqemulator.net/forums/showthread.php?t=21556
Forum: Support::Linux Servers 10-27-2006, 10:00 AM
Replies: 6
Views: 3,966
Posted By LostZaphod
Could you post the source files ? not the...

Could you post the source files ? not the executable.
Forum: Support::Linux Servers 10-27-2006, 04:09 AM
Replies: 6
Views: 3,966
Posted By LostZaphod
The one I am referancing is the the orignial from...

The one I am referancing is the the orignial from the released Source Code, I grabbed azone_eqg.tar.bz2 from

To also try to decode .eqg files.
The make file referances the old project. If you...
Forum: Support::Linux Servers 10-27-2006, 02:56 AM
Replies: 6
Views: 3,966
Posted By LostZaphod
azone

Could some one please debug ./azone
I tried to install "GDB/Insight 6.5" on Redhat 8.0 and sofar I cannot get it to compile

But any ways, I am trying to find why azone.exe will not run on a...
Forum: Support::Windows Servers 10-27-2006, 01:54 AM
Replies: 6
Views: 2,591
Posted By LostZaphod
missing code

special_attack.cpp (line 941)
is the function
void NPC::DoClassAttacks(Mob *target) {

the varailble "did_attack" is not defined. We need to add a line after line 941

bool did_attack = false;
Forum: Development::Database/World Building 10-24-2006, 11:01 AM
Replies: 25
Views: 5,886
Posted By LostZaphod
I have searched up and down and found a few web...

I have searched up and down and found a few web references but no files... (all links goto unregistered domain names)

FNW
Here are a few names that might have the same header and c++ files i...
Showing results 1 to 25 of 43

 
Forum Jump
   

All times are GMT -4. The time now is 05:45 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3