Jump to content

sader1992

Content Moderator
  • Posts

    1691
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by sader1992

  1. 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
  2. change this <servertype>primary</servertype> to <servertype>sakray</servertype> and for the ip try to use ip <address>test-ro.sytes.net</address>
  3. 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)
  4. \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
  5. 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
  6. 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
  7. 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)
  8. i would say this is normal XD this depend on your hardware
  9. 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 ?
  10. to get all the maps in the server the map cache have the size of the maps and names { "alb_ship", "alb_ship", 5001, 200, 200, }, this the line that needed in navi_map_krpri and the easiest way to get those info is to read the map_cache.dat rather then the whole grf x.x maybe there is something else have those info ?
  11. i think Euphy wont be here anysoon 1 maybe you can try but I don't think so 2 what are you talking about?
  12. if you go to map and your client stop working before the map load then there is something wrong with your files first check for the map in your grf/data files if you don't have the map get it put it in your data and everything should work if you don't map then check for your first resnametable.txt << (and the map is duplicate from other map) the first readable resnametable so it's in your data folder if not >> in your first grf if not > in your 2nd grf etc if the map are a duplicate then the wrong in this file the duplicated maps must be in the first resnametable
  13. any client can use Pincode any client less then 2015 have the Old Character Creation
  14. i think google is your first option to set up the system && the network then you can use any guide to run rathena ? you will find alot
  15. good you fixed it and you may find this helpful for you https://github.com/rathena/rathena/blob/b275412bcc1251a1c9214b8cdafdf40323c2b0f7/doc/script_commands.txt#L8028
  16. DirectX End-User Runtimes (June 2010) Microsoft Visual C++ 2008 Redistributable Package (x86) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Microsoft Visual C++ 2010 Redistributable Package (x86) .Net Framework 3.5
  17. that's depend on the way you get rathena with https://github.com/rathena/rathena if you know how github work it's git pull it's better to get the last rathena then update it if you didn't use github when you downloaded rathena then you can't git the updates first make sure what rathena version you have if you don't know then search for this file rathena\db\packet_db.txt do you have this file ? if you don't search for rathena\src\map\clif_shuffle.h do you have this file ? if you have clif_shuffle.h then i think you are good to go no need for new rathena to make the exe work if you have packet_db.txt and you get rathena from github then you can pull the updates if you don't then i would suggest you get last version from rathena
  18. and script side as i know cuz you want to use the castle for something
  19. i am not good in web development but let's say it's true he can also delete all the variables for that account too and also flux wont give the account id to a new account it <<(i don't know what but that tested in every server i made[not sure if flux side or rathena side]) so even if he didn't delete the variables no one will get them if they made new account cuz they can't get the same id (unless it added in the database manualy)
  20. there is no problem deleting accounts that didn't login even once no char or items connected to the account
  21. i didn't get the question +.+ but as i know that RagexeRE is without cashshop button by default so nemo is the helper here and for the hot key by default there is no hotkey for the cash shop but you can add one data\luafiles514\lua files\hotkey.lub by default the cash shop is [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND }, = no key (the keys number can be found up this file) example: [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND, KEY1 = 67 }, the key 67 = C if you edit the hotkey.lub like that in game now you can use C to open the cash shop to add 2 hotkeys it's like that [37] = { EXE = MsgStrID.MSI_HK_CASHSHOPWND, KEY1 = 67, KEY2 = 18 }, this ^ = alt and C to open the cash shop
×
×
  • Create New...