the script work fine when i test in my test server ...
are you using rAthena ?? if i am not mistaken....Strnpcinfo with value 4 isnt added in eA .....
if you are not using rAthena...then change all
strnpcinfo(4)
to
the map name where the NPC is located.
it's not a missing end problem...i script it in that way purposely.....
change to other Setup.exe there are several choices for you to switch....search the forum.
personally i use Blue Ghost Setup.exe
http://rathena.org/board/topic/72076-setupexe-keeps-popping-up/#entry144124
rAthena Server File
trunk
Basic Translated Data Folder
http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/
LUB Files
http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
Client
http://supportmii.com/ro1/Clients/
Diffpatcher
http://supportmii.com/ro1/Clients/Weediff2012Pack_v3.7z
all these you can obtain from the forum with just a simple search button ~
we dont have "The Best" client for server and clients...depend on what you need on your server...then you choose the client / server files accordingly...
new client have more features than old 1...but might have alot problem than old clients.
maybe it's ur Secure GRF problem that make your client cant display proper translation for your client ?
maybe it's ur ROCShield problem that make your client keep freeze every short interval ?
Clients are suppose to work with any Revision of Server ....
beside, there is alot guide in forum for you to follow and setup your client correctly.....
i dont have all these issue when i use these 2012 clients..
you dont have to put "<>" in the script...if you put that..your script wont works....and it will show errors...
and yes...the NPC will keep walk from 1 ~ 2 ~ 3 and repeat again~
use npcwalkto
OnInit:
while( 1 ){
npcwalkto <x>,<y>;
sleep 1000;
npcwalkto <x>,<y>;
sleep 1000;
npcwalkto <x>,<y>;
sleep 1000;
}
end;
it can move more freely if you using random coordinates...
i dont agree with this.... the Search button is more useful than you can think of it...
i was able search any information without fail...even those information that you guys alway claimed cant find / dont exist in forum ...