Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. 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 ?
  2. post the script you still use the script at the first post ?
  3. read this https://github.com/rathena/rathena/blob/master/doc/achievements.txt
  4. 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
  5. 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
  6. comment #define PACKET_OBFUSCATION_WARN in your packet.h disable packet encryption in nemo recompile start the server try to login
  7. 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
  8. 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
  9. 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
  10. Rejectied from server (3) = something not right with your packet keys what your client diff ?
  11. 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  
  12. 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
  13. sorry didn't see the coments up there look like @crazyarashi alrady did fix the script but the mob not spown ? try this for the mob new_zone01,0,0,0,0 monster Poring 1002,30,0,0,0 the spaces are tab
  14. i would do this but be inmind that i am not sure cuz i don't have the script with me
  15. then can you screenshot the terminal ? after doing @reloadscript
  16. i would go to the datebase and edit the map of the char to prontera do that and see if you still get the error if no then it's from the map
  17. then how you edit add new files ?
  18. plz post the script it self not screenshot (use the Code button when you post the script) this will make it faster and easier to fix
  19. you need to add more info and screenshots screenshot your terminal after login what the client you use what rathena version you use what the diff you did for your client what the .grf you use in your client show us the data.ini if you have one (i think the problem here)
  20. close the game open the setup (as administrator) and uncheck [Disable hardware-accelerated graphics] apply > ok open the game
  21. @hannicaldummy then you didn't disable the PACKET_OBFUSCATION when you diffed your client don't comment the two and use the correct packet keys i would say that the correct packet keys are already in the server if you didn't edit them if you don't know the keys you can use nemo or peek to extract them or you can if @Mikegyver made your client ask hem if he edit the keys and he may send them to you (i don't think he edit them or he would give them to you or add them him self to the server) the keys add in rathena\src\map\clif_obfuscation.h #elif PACKETVER == your_client_date packet_keys(0x2CC4749A,0x1FA954DC,0x72276857); ^likee that the client date will be already added you will need to edit the keys if they are not the same as your client if you still have the problem after that plz screen shot the error on the client and the terminal when you login
  22. @hannicaldummy you need to comment #define PACKET_OBFUSCATION too #define PACKET_OBFUSCATION == server side (if you didn't comment this you need to use the packet key or else you can't login the server) #define PACKET_OBFUSCATION_WARN == client side error window (if you didn't comment this line you will still can login the server but everytime you login you will see error) so you need to comment those 2 lines PS : you need to do this , that only if you disable the Packet Obfuscation when you diffed the client
×
×
  • Create New...