Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. 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.....
  2. trunk/conf/groups.conf commands: { afk : true }
  3. http://rathena.org/board/topic/72101-how-do-you-find-a-working-correct-client/#entry144314
  4. use this...statusup2 statusup2 bStr,( ( readparam(bStr) > 50 )? -( readparam(bStr) - 50 ) 50 - readparam(bStr) ) );
  5. same thing over and over again ~ >.< http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  6. something like this ?? http://pastebin.com/raw.php?i=en6CupAJ
  7. dont diff your client with these Load LUA before LUB Read Data folder first
  8. 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
  9. if ( Class != Job_Ninja && Class != Job_Kagerou){ or if ( Class == Job_Ninja || Class == Job_Kagerou){
  10. 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 ~
  11. mes "Healing costs "+ ( BaseLevel * 100 )+" Zeny.";
  12. nope i didnt use send hash packet....but it's support in new client..and there is a post on how to use it. refer there if you want to use it.
  13. any error show in your map server ? check it...or show it here...
  14. 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.
  15. there is no NPC is required ....unless you have something to do with a visible npc.....
  16. 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..
  17. you mean these ? trunk/db/const.txt Job_Kagerou 4211 Job_Oboro 4212
  18. try ... http://pastebin.com/raw.php?i=PEmdVZku
  19. 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~
  20. 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...
  21. if( BaseLevel < 50 ){ mes "You are 50 Level below.."; mes "DONE."; }else if( Zeny < ( BaseLevel * 100 ) ){ mes "You need "+ ( BaseLevel * 100 )+" Zeny."; }else{ set Zeny,Zeny - ( BaseLevel * 100 ); mes "DONE."; } close;
  22. Emistry

    Sticky FAQ

    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 ...
  23. atlantis,124,220,6 script Item Rewards 836,{ OnWhisperGlobal: [ npc:Item Rewards ] any messages
×
×
  • Create New...