Log in

View Full Version : Start_Zones problem


nezmyth
03-15-2008, 07:01 AM
Well Ive decided to have every race/class/deity spawn in one spot. And ive made it in a unique stop in crushbone in the cave.... Ive modified the start_zones table with navicat and ive put these in .. x: 78.14 , y:366.23, z:-15.23 , zoneid: 58 , startzone: 58, i didnt touch any other column as i added these numbers to every record there...

Now when i made my level 1 high elf pally it spawned him right at the zone in of crushbone, every character i make it seems to be doing this. With the coordinates i provided it should be spawning the characters inside the cave of the crushbone zone... any suggestions on how i can make this work?

nezmyth
03-15-2008, 09:51 AM
Figured it partially out... I had to edit the safe coords for the zone in the zone table ... but some races / classes show up in their actual city like Shar Vhal for a vah shir berserker or Halas for a Barbarian Berserker .. hmm

nezmyth
03-15-2008, 11:48 AM
And im not too sure if this would solve my problem with certain class/races spawning in their real city, but im not too sure how to navigate through cmd through my C Drive hmmm... and i cant type in my world.exe prompt when its open ...


Open the command prompt and navigate to the directory in which your World.exe file is located in. Then type "world startzone zonename" without the quotes. There, done. Also be sure to use the zone's short name, not long name.

Regards,
Sonic

nezmyth
03-15-2008, 03:12 PM
anyone able to lend a helping hand?

RamsiMage
03-15-2008, 04:16 PM
navigate with command prompt?

cd.. (that will back up one directory)
dir (that will list everything in your current directory
cd FOLDER (that will open a folder called FOLDER in your current directory)

so with some basic commands down.. here's an example:

open command prompt and you get..

C:\Documents and Settings\UserName>

C:\Documents and Settings\UserName>cd.. (press enter)

C:\Documents and Settings> (this is what you'll get)

C:\Documents and Settings>cd.. (press enter)

C:\> (this is what you'll get)

now to open your DB files.. lets say you had a folder on the C drive called SERVER and inside that you had a folder called eqemu_DB for your database then..

C:\>cd SERVER\eqemu_DB (press enter)

C:\SERVER\eqemu_DB> (this is what you'll get)

that's the basic and LONG way of doing it shown only to help understand how the command prompt works.

The short way to do the same thing?

C:\Documents and Settings\UserName> (thats what you started with)

C:\Documents and Settings\UserName>cd c:\SERVER\eqemu_DB (press enter)

Thats about it.

Now to do what Sonic was suggesting, just changing the red text to your directory for your EMU folder is (not your DB as shown above). Then type something like

c:\SERVER>world startzone poknowledge (press enter)

GL.

GM of Realm of Onuris
#zone #gmspeed x5 EXP free starter gear and much more.

nezmyth
03-16-2008, 03:48 AM
TY Ramsi, you've also helped me alot and I greatly appreciate it :)