Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. 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.
  2. maybe run as admin and allow the ports access when being asked by computer.
  3. 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.
  4. 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 ?
  5. I use SSL and I dont have any issue with that.
  6. maybe u can show the error or the video of it.
  7. 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
  8. maybe check the logs, if im not mistaken its in data/logs/ folder. There might have some output from the transaction you done.
  9. - 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;
  10. 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
  11. 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.
  12. explore that website, its there.
  13. maybe you can check resource collection by chris here : https://github.com/llchrisll/ROResourceCollection
  14. Try to use elurair, I released a skin before maybe you can try it out.
  15. skill lua files error. make sure use the correct lua files. better use chris rotp translation. read the documentation. https://github.com/llchrisll/ROenglishRE
  16. have u tried @loadnpc npc/custom/warper.txt ? And yes, if you already remove the // comment there, it should be loaded when server is restarted.
  17. did u already asked gepard why ? or if you open more client, what info/error shown ?
  18. but.. his question.. Could anyone tell me if in the current emulator it is possible to configure clientinfo to show the option of two servers before logging in? So the answer is yes by duplicating the connection part, and make sure dont skip service selection.
  19. Hmm, have you tried the generator in the signature below ? Oh so you want costume, isnt it ? You need src modification which I didnt remember where to get it. Or maybe can check the src part about it yourself.
  20. I think you need to recheck all the 'Requires' part. I still saw the spririt sphere cost there.
  21. there the status part. have you check that out ?
  22. oh, so you're saying you statpoint isnt enough. Yes then, I have the generator maybe you can click at my signature to check it out.
  23. maybe check in skilldb regarding the requires. Requires: SpCost: - Level: 1 Amount: 18 - Level: 2 Amount: 21 - Level: 3 Amount: 24 - Level: 4 Amount: 27 - Level: 5 Amount: 30 Weapon: 1hSword: true 2hSword: true 1hSpear: true 2hSpear: true
  24. max_parameter: 99 max_trans_parameter: 99 max_third_parameter: 130 max_third_trans_parameter: 130 max_baby_parameter: 80 max_baby_third_parameter: 117 max_extended_parameter: 125 max_summoner_parameter: 120 max_fourth_parameter: 130 Are u sure you changed for all of the parameter ?
×
×
  • Create New...