Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. download one and update it or if you have one just update it
  2. i didn't understand what the problem really but i would say at the line 154 this line set #CASHPOINTS, @Donation_Code$; this will replace all the cash points you have with the value from the npc so it should be set #CASHPOINTS, #CASHPOINTS + @Donation_Code$; this will add the value from the script to the cash points
  3. @eirwanda i did upload new version however it would take time to be approved
  4. you can remove some option like mid head or armor etc but you can't put a specific IDs for the items you wanna enchant only i may add whitelist and blacklist functionality later you can say it's in my list of things to do with this script
  5. i think you can add or remove those markes in data\luafiles514\lua files\signboardlist.lub / lua
  6. do you have gepard or something can give you the mac address ?
  7. at line 163 there is (Instance ) need to be (Instance Warper) else then that there is no error and the menu disappear yes but i don't get stacked it's normal npc timeout what the problem ?
  8. post the script you still use the script at the first post ?
  9. read this https://github.com/rathena/rathena/blob/master/doc/achievements.txt
  10. i don't see client in this date ftp://ragnarok.nowcdn.co.kr:20021/Patch/ can you get me the 2015-12-07eRagexeRE.rgz ? unless it's not kro
  11. did you edit your server ? after you download it ? did you check md5 in nemo ? i guess not then you should not have and of the problem above
  12. comment #define PACKET_OBFUSCATION_WARN in your packet.h disable packet encryption in nemo recompile start the server try to login
  13. if .lub edit it using visual code not notepad++ i would remove the one you edit and add new one in visual code go to setting > user settings add those lines { "files.encoding": "utf8", "files.autoGuessEncoding": true } and restart it and open your new iteminfo.lub with it and edit it as much as you want
  14. when you select Load Custom lua file instead of iteminfo*.lub put there iteminfo.lua and yse ./configure && make clean && make server type this on the terminal to recompile after you edit the server files
  15. if you want to [disable packet encryption] you need to comment those lines in your packet.h from #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN to //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN do not forget to recompile ! before you start the server
  16. Rejectied from server (3) = something not right with your packet keys what your client diff ?
  17. View File sader's Enchantment NPC Note: it's recommended to not use All-In-One scripts like this one , it's better if you create a npc that does only what you want from it! Information: with this script you can add any item and any ore to enchant in exchange of zeny/items. read the configuration carefully the configuration start at line 238 to remove example: Armor you need to delete Armor and EQI_ARMOR if you want to remove the weapon tab you may want to remove the shield tab too etc I did plan to rewrite this script , however I backed out of it the script work the way it is I have no plan to rewrite it, and I am impressed by my self writing this script with too many config If I rewrite this now i would spend 99% of the time just preparing the new config , so i don't see any point of rewriting it yes the script could be written better , but it's not worth it. for any error contact me plz for faster update https://github.com/sader1992/sader_scripts Submitter sader1992 Submitted 08/10/2017 Category Utilities Video Content Author sader1992  
  18. open your client folder you will find there a file named data.ini open it with notepad and post what in it try to remove the gm spirit from the clientinfo.xml is this happen if you loged in with non gm account ? uncheck use lightmap in the setup
×
×
  • Create New...