Jump to content

Rynbef

Forum Moderator
  • Posts

    948
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Rynbef

  1. I rly like the upscaled sprites. I wanted to upscale the sprites a few years ago using ESRGAN but I had no time. Maybe u can find the frame number by using CheatEngine. And than try to hex it by using XVI32. Good work and good luck! Rynbef~
  2. There should be the wings ur looking for. https://rathena.org/board/files/file/4335-400-custons-20-custom-weapons-by-mihael/ Rynbef~
  3. Here u can download the clients and some full clients of kro/ sakray. http://nemo.herc.ws/clients/ Rynbef~
  4. Please explain ur problem more. I cant understand what Ur looking for and cant help U because I dont understand ur problem. Rynbef~
  5. Set a variable depending on the language to 0 or 1. Maybe #Lang. choose ur default language and use it for 0. Now change every mes to mes (#Lang)?"english","spanisch"; switch(select((#Lang)?"Yes":"No",(#Lang)?"Sí":"No")) Use the short If statement. And here is an example script to set the language. lang.txt Rynbef~
  6. Oh well I didn't rly thinked that u working on it. Sry for my early replay that its abannoned. Rynbef~
  7. U need to run Webservicees for rAthena and Check ur Firewall. I fixed it by changing language type and servicetype on Clientinfo.xml Rynbef~
  8. Its depending on what U diff. U can find in the Nemo folder as example and If U diff "translate Client to english" Nemo read a File to translate the Client. U can Change the Strings https://github.com/X-EcutiOnner/NEMO/blob/master/Patches/TranslateClient.txt And If U use the newest Translation lua and enable "Always read msgstringtable". Everything is depending to the Translation. Rynbef~
  9. U can add this custom Src mod gut u have to Upgrade to c++ ~ Rynbef
  10. Maybe we should create a new list. The mosts are available on Client Resources or the Download Section. Here are a few helpful thinks. Old kRO Full Clents: https://ratemyserver.net/index.php?page=download_kROLinks Newest Full Clients, Clients and Patches: http://nemo.herc.ws/ Of course U can Download Thor in our Download section but I can recommend Elurair use W.A.R.P or N.E.M.O U can download from GitHub. Yes, rA is moved from Subvision to GitHub. Hell, its a long time ago.... But If u loved the old TortoiseSVN Ive good News. Here is ToirtoiseGIT https://tortoisegit.org/ Another great think is the english Client Translation stuff which are frequently updated https://github.com/llchrisll/ROenglishRE/tree/master And of course the great mal Editor by Borf(idk If he create v3 alone) 2: https://github.com/Borf/browedit/tree/master 3 (WIP): https://github.com/Borf/BrowEdit3 Rynbef~
  11. Im sry but u have to do it by hands. Run the script. wrote down the Errors and fix it by using our doc/script_commands.txt (Script documentation) Or maybe u will find a better one in our Download section. Rynbef~
  12. Recache ur izlude.gat on the mapcache located in ur grf file. U can add ur gat Cache to the mapcache import File or replace IT depending on If u use renewal or pre-renewal. https://rathena.org/board/files/file/3858-mapcache-editor/ Rynbef~
  13. Repository not found Rynbef~
  14. Seems to be dead Rynbef~
  15. Ill try and let u know. Thx u. Rynbef~
  16. When I use the same profil converted to Warp. Their no error occupied during patching process but the client dont run without any message. Rynbef~
  17. On the diff patcher N.E.M.O its not possible to increase Hairstyle limit to 64k. Diff failed. What can I do to Change It. By the way with xvi32 Editor. Rynbef~
  18. *mesitemlink(<item_id>{,<use_brackets>{,<display_name>}); May help u. Rynbef~
  19. if(Class==ClassID){ } else { } if(select("Yes:No")==1){ mes "Yes"; } else { mes "No"; } if(checkweight(<item id>,<amount>){ set BaseExp,BaseExp+100; set JobExp,JobExp+100; getitem <item id>,<amount>; } else { mes "Overweight"; } https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt Rynbef~
  20. Rynbef

    PvP NPC

    The error tells u already what u have to do. Rynbef~
  21. Rynbef

    PvP NPC

    Data/wav Rynbef~
  22. Thank u very much! Rynbef~
  23. Hello everyone, currently Im programming a PHP Based Database Overview for monsters like rms. I need to know how rAthena Calculate the Hit and Flee values for Monsters. I've found a much different answers: Ex.: (175 + Dex + Level + Floor(Luk / 3)) or (150 + Dex + Level) Rynbef~
  24. Im testing the client actually. I will let u know about. Rynbef~
  25. May cause if the image isnt 1024x768. Rynbef~
×
×
  • Create New...