Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. 1. there is a lot of tutorials, maybe can read if u are using Chris Translation, but the info are already well enough https://llchrisll.github.io/ROTPDocs/guides/basic_custom/ 2. there isnt. you might need to know which npc was there, or not and disable it. Maybe some changes too outdated one too if going to old episode. 3. conf/battle/ you might see most configs there.
  2. Depends on how do u want it. download new and start fresh. OR You can also update your rathena and also all related databases to match to latest rathena.
  3. download latest rathena and build it. https://github.com/rathena/rathena
  4. Note: The new skills of Dragon Knight (Dragonic Breath), Biolo (Explosive Powder, Mayhemic Thorns), Meister (Mighty Smash, Spark Blaster, Triple Laser) need a client 20220602+. I think what you use is client 20220406, which is April 06, not June 02.
  5. To be honest I didnt understand what are you trying to say. are not bugged means its good, isnt it ?
  6. why your data.grf is the 0 ? that should be your last priority
  7. so did u use the corrected sprite files ? or did u read the instruction there ?
  8. u are using palette from who, and did u read the required files to use that palette ? doesnt need those patch though. If u didnt, read back what the required files from the palette.
  9. switch(select("[Gold Credits to Violet Credits]","[Gold Credits to Zeny]","[Zeny to Gold Credits]")){ Check that select. there is no 4th case.
  10. that is client side. So go check your client side part, any corrected things that needed and so on.
  11. then check your pre and postfix for the card in data folder. cardpostfixnametable.txt cardprefixnametable.txt
  12. Since I got a few request to add shadow weapon or costume weapon part (which weapon part is already exist), Ill add it soon but it might need src mod to make it appear in a client. I wont support that src mod part so you might need to make it work yourself.
  13. maybe run as admin and allow the ports access when being asked by computer.
  14. Chaos92

    i use skill

    Why did u mark this as solve ? There is no info how you solve this. But I assume this is your base client files fault.
  15. hmm. I didnt remember I get this issue. What I remember, the client wont open at all at windows 11 if sclientinfo or clientinfo have issue. Have you tried check that ?
  16. I use SSL and I dont have any issue with that.
  17. maybe u can show the error or the video of it.
  18. didnt know what you want to fix. if remove the gm sprite, means remove the ID from sclient/clientinfo.xml If about the font, maybe play with langtype also in sclient/clientinfo.xml
  19. maybe check the logs, if im not mistaken its in data/logs/ folder. There might have some output from the transaction you done.
  20. - Id: 607 AegisName: Yggdrasilberry Name: Yggdrasil Berry Type: Healing Buy: 5000 Weight: 300 Flags: BuyingStore: true Delay: Duration: 5000 Status: Reuse_Limit_F Script: | percentheal 100,100; See the delay part. remove it as below. - Id: 607 AegisName: Yggdrasilberry Name: Yggdrasil Berry Type: Healing Buy: 5000 Weight: 300 Flags: BuyingStore: true Script: | percentheal 100,100;
  21. Maybe you can check my generator from my signature. But if you ask for the default setting its in db/re or db/pre-re/ statpoint.yml
  22. what he want is he just want the yellow name only, without the GM sprite. I didnt do that before since I didnt ever once think I need that. So, I didnt know too.
  23. explore that website, its there.
  24. maybe you can check resource collection by chris here : https://github.com/llchrisll/ROResourceCollection
×
×
  • Create New...