Jump to content

AinsLord

Members
  • Posts

    794
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by AinsLord

  1. is this working on 20220406 clients? and on latest rAthena git? EDIT: i applied the patch however got this error how to fix this @ckx_ @gamingmagic thank you EDIT: Fixed the error but still like this Client Ver: 20220406 bandicam 2024-12-13 19-12-42-482.mp4
  2. Thanks, so many features can in integrated from renewal to pre-re using latest clients but I notice some skills animations are different from 2018 to latest clients specially sonic blow seems no hitting action.
  3. The Client proceeds but i have this window error opened every time I open the client how can I get rid of this window EDIT: now when i select character it shows all of the items are "X" how can i fix this im using 20220406 client Thank you for your help
  4. thanks guys for your answers, from a long time of being busy i'll try to create a server again where can i download clients again still in nemo site?
  5. how about for renewal what client is stable?
  6. As the title says, still the 2018 client for pre-re or is there any client now that is much stable than the 2018 for renewal what is the most stable client? Thank you!
  7. thank you man what i did is after pulling the latest git update i manually copied the item_group_db.yml from git to my files and it works fine
  8. I just recently pulled the latest update in rathena and got this kind of errors. has anyone have this kind of errors too updating to latest git pull rathena TIA
  9. @Forshaken try this method 1.7.0 diff should fix ur problem try to get fresh src files then manually add those lines in diff file
  10. as the title says is there anyone have card deposit system like the one ragnarok mobile has it will give bonuses when the card has been deposited? if paid just DM me how much it is thanks
  11. its in your rAthena folder rAthena/tools and look for this csv2yaml.bat
  12. bump to this i am using 20220406 client now still same client closes upon clicking the link in item description
  13. yep i didnt change its port btw i notice i works but you need to multiple time select the emblem b4 it will be uploaded something like that like twice or trice then the emblem will be uploaded thanks for all the help very much appreciated
  14. i tried this on i have 2 emulator in 1 VM changed the ports of the 2nd server to that ports both server runs but both server cant change emblems shows the same warning/error Request with AID 2000000 and token 7d8528f31c87038a unverified [POST /emblem/upload] 400
  15. this means editing the act sprite it self? or just in skill db
  16. yea this is exactly what is happening on my part it stops and continue so im doing it right so its not the old type or characteristics of sonic blow thanks for this i thought im doing it wrong
  17. is this using latest rathena git? coz i am using latest rathena git i tried remove/commenting recompile multiple times i also tried 2018 client still it stops then continue attacking i know this lines tells if renewal is enable but as i can seee i cant fine this line exact line if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
  18. this was already set to 0 and anything including ifrit rings
  19. so i tried this src mod seems different on my part #ifndef RENEWAL else if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. #endif i cant seem to find this line if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. quite diff from the rA files im using im using 2022 client i did remove the line #ifndef RENEWAL else if (skill == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. #endif still using injustice card sonic blow stops any thoughts or help thanks
  20. i dunno what happen after i made the translation for 2022 its not working b4 that it is working fine ohh well thanks anyways
  21. bump to my post here is the warning i get in my 2nd server Request with AID 2000000 and token 7d8528f31c87038a unverified [POST /emblem/upload] 400
  22. no they are on a diff IPs
  23. so as per the title i have 2 servers in 1 client im trying to show emblem in both servers at 2021 client i made my externalsettings like this AssistAddr = "My Server 1 IP:8888" ----------------------------------------- -- Old client compatibility [Secret] -- DON'T TOUCH ANYTHING BELOW ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://My Server 1 IP:8888/userconfig/save', Load = 'http://My Server 1 IP:8888/userconfig/load' } TwitterDataUrl = { Auth = 'http://My Server 1 IP:8888/twitter/user-auth', Upload = 'http://My Server 1 IP:8888/twitter/upload' } EmblemDataUrl = { Upload = 'http://My Server 1 IP:8888/emblem/upload', Download = 'http://My Server 1 IP:8888/emblem/download' } -- Change the "AssistAddr" to your IP AssistAddr = "My Server 2 IP:8888" ----------------------------------------- -- Old client compatibility [Secret] -- DON'T TOUCH ANYTHING BELOW ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://My Server 2 IP:8888/userconfig/save', Load = 'http://My Server 2 IP:8888/userconfig/load' } TwitterDataUrl = { Auth = 'http://My Server 2 IP:8888/twitter/user-auth', Upload = 'http://My Server 2 IP:8888/twitter/upload' } EmblemDataUrl = { Upload = 'http://My Server 2 IP:8888/emblem/upload', Download = 'http://My Server 2 IP.204:8888/emblem/download' } and it works fine 2 server showing the emblem but when i switched to 2022 client the settings above doesnt work anymore it works only in the second server which only in IP of the server 2 but in the IP of server 1 it doesnt work i dont know what seems to be the problem can anyone help me? thanks
  24. already have one thanks i just found it somewhere i tried the item_package system its working however if i select the package it disconnects me i wonder if rAthena already implemented it.
  25. thanks for this btw where can i find this resource files im using the latest data,grf thanks
×
×
  • Create New...