View Single Post
  #3  
Old 11-09-2004, 06:29 AM
1010101
Sarnak
 
Join Date: Mar 2002
Posts: 63
Default

Quote:
Originally Posted by hypershadow66
To change a global start zone

Go to Run->CMD

type
Code:
cd\eqemu
or cd\wherever your eqeum folder is
then
Code:
world startzone tutorial
First, though, if you're using PEQ_Kunark_RC1, you'll need to use mysql to do this:

Code:
INSERT INTO zone (short_name, file_name, long_name, safe_x, safe_y, safe_z, min_level, min_status, zoneidnumber, timezone, maxclients, weather, underworld, minclip, maxclip, fog_minclip, fog_maxclip, fog_blue, fog_red, fog_green, sky, ztype, zone_exp_multiplier, walkspeed, time_type)  VALUES("tutorial", NULL, "EverQuest Tutorial", "0", "0", "0", "0", "100", "183", "0", "0", "1", "-2030", "1500", "2000", "500", "2000", "0", "0", "0", "0", "255", "0.75", "0.4", "2");
Of course, if you want the current EQLive tutorial zone, you'd want to refer world.exe to tutoriala or tutorialb (keeping in mind that you'll need to script out the tutorial quests if you want those).
__________________
- 1010101
Reply With Quote