Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. you should already can use the hotkey inside the game at line 208 [47] = { EXE = MsgStrID.MSI_HK_STATUSWND_ONOFF, KEY1 = 65, KEY2 = 18 }, for the option inside the game i think you need to check your msgstring_kr.lub MSI_HK_STATUSWND_ONOFF = "Status Window On/Off", but even if you didn't edit your msgstring you should be able to use the hotkey but not change it inside the game check your msgstring_kr.lub and search for the line
  2. data\luafiles514\lua files\hotkey.lub update this file
  3. View File sader's Reward Manager //===== rAthena Script ======================================= //= saders Reward //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.3b //===== Compatible With: ===================================== //= rAthena Project //https://rathena.org/board/files/file/3623-saders-reward-manager/ //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== all the configuration from the npc in game //==== you can change the GM level in the start of the script //==== if(getgroupid() >= 90 ){ change the 90 to what you want //==== support gepard / ip / or without them //==== support rewards for vip only //==== support max players can get the reward //==== support up to 10 items per 1 variable //==== reward name will be seen from the normal players when they get the reward //==== please send me a message if you find error //==== if you like my work maybe consider support me at paypal //==== [email protected] //============================================================ //==== 1.1 Fix IP Check , add check for if the item id wrong , you can now edit the reward options from the npc(Name , Abuse Protection , Max Playrs , VIP) . //==== 1.2 Adding Weight check (you have to be less then 80% Weight to get the rewards) , Fix looping massege , Remove Adding more items option when the item count is 10 . //==== 1.3a Improve Gepard and IP Protection (i recommend removeing all the rewords before updating if you use it) , adding command @MyReward to access to the npc (any player can use this command) . //==== 1.3b Adding log database 'sader_variables_log' you can check who did get his reward from the npc , Changing some text . //============================================================ for any error contact me plz for faster update and fixes https://github.com/sader1992/sader_scripts //==== if you like my work maybe consider support me at paypal //==== [email protected] Submitter sader1992 Submitted 09/13/2017 Category Utilities Video Content Author sader1992  
  4. Version 1.3c

    421 downloads

    //===== rAthena Script ======================================= //= saders Reward //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.3b //===== Compatible With: ===================================== //= rAthena Project //https://rathena.org/board/files/file/3623-saders-reward-manager/ //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== all the configuration from the npc in game //==== you can change the GM level in the start of the script //==== if(getgroupid() >= 90 ){ change the 90 to what you want //==== support gepard / ip / or without them //==== support rewards for vip only //==== support max players can get the reward //==== support up to 10 items per 1 variable //==== reward name will be seen from the normal players when they get the reward //==== please send me a message if you find error //==== if you like my work maybe consider support me at paypal //==== [email protected] //============================================================ //==== 1.1 Fix IP Check , add check for if the item id wrong , you can now edit the reward options from the npc(Name , Abuse Protection , Max Playrs , VIP) . //==== 1.2 Adding Weight check (you have to be less then 80% Weight to get the rewards) , Fix looping massege , Remove Adding more items option when the item count is 10 . //==== 1.3a Improve Gepard and IP Protection (i recommend removeing all the rewords before updating if you use it) , adding command @MyReward to access to the npc (any player can use this command) . //==== 1.3b Adding log database 'sader_variables_log' you can check who did get his reward from the npc , Changing some text . //============================================================ for any error contact me plz for faster update and fixes https://github.com/sader1992/sader_scripts //==== if you like my work maybe consider support me at paypal //==== [email protected]
    Free
  5. https://github.com/rathena/rathena/blob/master/doc/achievements.txt https://github.com/rathena/rathena/blob/master/db/re/achievement_db.yml https://github.com/rathena/rathena/blob/master/db/pre-re/achievement_db.yml
  6. plz put the script in the post or refer to it in url
  7. i didn't test that but i think you can but you can disable it with nemo (you should use this nemo) Disable Doram Character Creation UI [Experimental] and disable it in the src rathena\src\char\char.cpp search for this line if (start_job != JOB_NOVICE && start_job != JOB_SUMMONER) change it to if (start_job != JOB_NOVICE)
  8. iteminfo.lua copy it from the system folder in the project to your system folder inside the game folder (you should copy all inside the project system folder to your system folder) you should selected read iteminfo.lua in NEMO
  9. as crazy said download the project > put it in your grf or make a new grf for it and you should be fine (don't forget to add it in your data.ini file)
  10. i don't think you changed them you may disable them ether on the client or in the server in the client with nemo if you select Disable Packet Encryption = you disable them on the client if they are disabled in the client they must be disabled in the server rathena\src\config\packets.h #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 this how they can be disabled on the server don't do the steps ^ to don't disable them i would suggest you leave it as it is (enabled) and don't edit the server side and don't select Disable Packet Encryption in nemo incase you want to change them in nemo the server side keys can be find in rathena\src\map\clif_obfuscation.h
  11. after you change the ip and try to login what happen in the terminal ? And I don't have the file packet.h or clif_packetdb.h how say in the 1rst post.. they are new files you don't have them cuz you have packet_db ( later packet_db replaced by those files) the lua error you need to use i would suggest first you make the old client work from the post you follow first then add the new client
  12. change this <servertype>primary</servertype> to <servertype>sakray</servertype> and for the ip try to use ip <address>test-ro.sytes.net</address>
  13. for the diff don't use Disable Packet Encryption the 2nd error use this for the 3rd i see your connection dose not go to the server so check the login ip and port in the clientinfo.xml (in the data folder or your first grf)
  14. \src\map\clif.h maybe you have this line value 55 MAX_PACKET_VER = 55, make it MAX_PACKET_VER = 56, and mmo.h #define PACKETVER 20170517 (don't forget to recompile your server after you edit the file) in packet_db.txt change packet_db_ver: default to packet_db_ver: 56 if you got disconnected plz screenshot your terminal
  15. try to add it in the packet_db.txt packet_ver: 56 packet_keys: 0x2CC4749A,0x1FA954DC,0x72276857 //0x0364,8,NULL,0 // CZ_JOIN_BATTLE_FIELD 0x0367,-1,ReqOpenBuyingStore,2:4:8:9:89 0x0437,7,ActionRequest,2:6 0x0802,18,PartyBookingRegisterReq,2:4 0x0815,10,UseSkillToId,2:4:6 0x0817,10,UseSkillToPos,2:4:6:8 0x0868,90,UseSkillToPosMoreInfo,2:4:6:8:10 0x0875,2,SearchStoreInfoNextPage,0 0x087b,6,SolveCharName,2 0x087d,-1,SearchStoreInfo,2:4:5:9:13:14:15 0x088c,8,MoveFromKafra,2:4 0x088d,5,ChangeDir,2:4 0x0894,6,GetCharNameRequest,2 0x0896,12,SearchStoreInfoListItemClick,2:6:10 0x0899,26,PartyInvite2,2 //0x089e,4,NULL,0 // CZ_GANGSI_RANK 0x089f,2,ReqCloseBuyingStore,0 0x08a2,6,TickSend,2 0x08a8,5,WalkToXY,2 0x08aa,8,MoveToKafra,2:4 0x091b,-1,ReqTradeBuyingStore,2:4:8:12 0x0923,19,WantToConnection,2:6:10:14:18 0x093b,6,DropItem,2:4 0x0945,-1,ItemListWindowSelected,2:4:8:12 0x0946,6,ReqClickBuyingStore,2 0x0947,36,StoragePassword,0 0x0958,5,HomMenu,2:4 0x0960,26,FriendsListAdd,2 0x0964,6,TakeItem,2 ^ did not test that but you can try
  16. plz try to comment the ips in the config files so in map_athena you but the ips like that char_ip: 127.0.0.1 map_ip: 127.0.0.1 change them to //char_ip: 127.0.0.1 //map_ip: 127.0.0.1 and in char_athena too //login_ip: 127.0.0.1 //char_ip: 127.0.0.1 and restart your server then retry
  17. client version no longer needed in rathena so you can put whatever you want there or even delete that line for your connection problem plz screenshot your terminal after your character select attempt and what the error message in the client (need more info)
  18. i would say this is normal XD this depend on your hardware
  19. no if you can go to the map without stop working then no missing files in your client files how fast you use @warp ? so i would test that and what client version you use ?
×
×
  • Create New...