View Single Post
  #1  
Old 03-06-2010, 02:15 AM
fenghan213
Fire Beetle
 
Join Date: Dec 2008
Location: nah
Posts: 10
Default can anyone help me to spawn the world?

er....it's like this,i have set the server in the right condition
and..i can login in my client now.
but...when i get into my server,into my world,there's no npc or any spawns
i wonder how to spawn the world,how to make my server full of people...can somebody help?
ps:i start the server only with those things below,

@echo off
Echo Starting MiniLogin Server
D:
cd eqemu
start minilogin.exe
echo.
echo.

cd D:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul

echo starting zone
start eqlaunch.exe zone
exit
Reply With Quote