Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. check your mapflags (@mapinfo) or data/etcinfo.txt see if there are any weather effect added to prontera. remove it if any exist.
  2. //12202,5000 //Str_Dish10_ //12203,5000 //Agi_Dish10_ //12204,5000 //Int_Dish10_ //12205,5000 //Dex_Dish10_ //12206,5000 //Luk_Dish10_ //12207,5000 //Vit_Dish10_ uncomment it ....
  3. Emistry

    Web Help

    https://www.w3schools.com/tags/att_a_href.asp
  4. .@erro = callfunc("Transfer",atoi(.transfer$[3]),atoi(.transfer$[4]),atoi(.transfer$[5])); // Calling the function if( .@erro ) close;
  5. You can try this.... git checkout <commit> if you're using SourceTree, you should be able to see the "Checkout" option when you right click on the commit.. Perhaps next time you should create you own new topics when asking a questions. Leave these ancient topics alone if you're not providing an answer to their un-solved questions.
  6. perhaps you using a different encoding when you compress and extract?
  7. you can try something like this... https://pastebin.com/0wiymQCY
  8. you can try something like this... https://pastebin.com/FWpgkZUx
  9. yes it's. but the sleep script command reset the gotocount, and hence it cheated the system.
  10. when your script executing a loop that nearly reach infinity / endless loop.
  11. you can use the regular expression method to find and replace it.
  12. perhaps you should start with reading all the posts within the topic to find the possible answer ?
  13. server hosting has nothing to do with any client ... they just simply...host server ... client compatibility are depend on your server source and your clientside files.
  14. change the slot value to 4 in item_db
  15. https://rathena.org/board/forum/60-résumés/ perhaps this forum shall be locked and removed soon ?
  16. doc/script_commands.txt#L7847 query_sql( "INSERT INTO `table` ( `column1`,`column2`,`column3` ) VALUES ( 1,2,3 ) " ); etc
  17. it has been implemented 4 years ago...
  18. https://github.com/rathena/rathena/wiki/Clientinfo.xml
  19. somewhere in your script is wrong .... or your script only enchant this 2 possible items ... or you're too lucky for that to get this enchant everytime.
  20. you can read the detailed info about the job tier for script usage here. doc/ea_job_system.txt
  21. because the script keep checking for your party member that currently online... and your current party member that online are currently less than 2 ... so it show you that message.
  22. Hercules emulator enforce the usage of close() script command when your char is dealing with npc dialog otherwise you use end() script command instead.
×
×
  • Create New...