Jump to content

mrfizi

Members
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mrfizi

  1. Sorry, my fault. Let me fix it and update on my 1st post again.
  2. It should work. I write and tested the script on my server. Please check if got any error on putty terminal.
  3. Ok. I got test this. Should be work !! Use this: set Zeny, Zeny - .@warpPrice;
  4. change : Zeny -= .@warpPrice; to: set Zeny, Zeny -= .@warpPrice;
  5. I have changed my first post. Check it back.
  6. You accidently delete the ; on this line: warp lastwarp$,lastwarpx,lastwarpy;
  7. https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L38 else set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price; warp lastwarp$,lastwarpx,lastwarpy; end; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L65 function Go { set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price; https://github.com/rathena/rathena/blob/27c0586d797ac7bf284eb0c82728e9dcec676719/npc/custom/warper.txt#L82 function Pick { set .@price,2000; if(Zeny<.@price){mes "I'm sorry you don't have enought Zeny to warp, please try again later."; close;} set Zeny,Zeny-.@price;
  8. Now or Not? If not working, try to restart your server. Is there any error on your putty terminal/screen?
  9. Or if your server is high/super high rate and card is low rate, you can just simply change on this line: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/conf/battle/drops.conf#L150 Others you can check on each topic replied and suggest by @Mihael ?
  10. Add your script sc_end SC_GEFFEN_MAGIC3; before this line: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L38 and before this: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L69 and before this: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/npc/custom/warper.txt#L110 Thank you @Fluxion. You make @Styx15 easy to understand my answered.
  11. mrfizi

    item_group

    Maybe you can check something here: https://github.com/cydh/rathena-txt-converter and read this: https://github.com/cydh/rathena-txt-converter/blob/master/README.md and some guide for how to convert txt to yml you can found on youtube. Just search for it.
  12. mrfizi

    item_group

    You can read it here: https://github.com/rathena/rathena/blob/master/doc/item_group.txt
  13. Good to see roBrowser continued ! Looking forward for this !
  14. Mapcache. Then restart your server.
  15. Saya juga masih menggunakan Windows10 selagi versi ini menerima support dan update. Cuma bersedia untuk tukar sekiranya perlu. Bila @ryukazuna beri info Windows11 masih support tools yang ada, ia kurang membimbangkan. ?
  16. Terima kasih atas maklumatnya @ryukazuna . Jadi tiada masalah sekiranya upgrade pada Windows11.
  17. Why your server still use item_db.txt ? Using the latest emulator or convert to yml...
  18. You can use battle manual item effect like this; For Base Exp: sc_start SC_EXPBOOST,1800000,100; For Job Exp: sc_start SC_JEXPBOOST,1800000,100; OR use script like this;
  19. Change this; 5000 means 5second: int warpgodelaycd = 5000; //This is the delay in milliseconds you can set what ever delay you want and this message : clif_displaymessage(fd,"There is a 5 seconds delay in using @go command"); Sorry I can’t put it on code box because I’m reply from my mobile.
  20. You can dowload it from rathena github: https://github.com/rathena/rathena/blob/master/db/pre-re/item_db_etc.yml
  21. You should read every comment in conf file. Read is the key for success. // Minimum account group id required to connect to server. By the way @Elysium has answer your question. Just change it from -1 to 4 .. Then restart your server.
  22. set your min_group_id_to_connect on conf/login_athena.conf // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1
×
×
  • Create New...