Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Try to use elurair, I released a skin before maybe you can try it out.
  2. skill lua files error. make sure use the correct lua files. better use chris rotp translation. read the documentation. https://github.com/llchrisll/ROenglishRE
  3. 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.
  4. did u already asked gepard why ? or if you open more client, what info/error shown ?
  5. 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.
  6. 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.
  7. I think you need to recheck all the 'Requires' part. I still saw the spririt sphere cost there.
  8. there the status part. have you check that out ?
  9. 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.
  10. 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
  11. 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 ?
  12. to check wether your port is open or not at your server, try using any tools such as https://www.yougetsignal.com/tools/open-ports/ check also your IP is it correct at servers.php
  13. what is your clientdate ? and rathena git hash ?
  14. 100% because of client side then. since u said crash before char selection, most probably that part is the culprit. find, check about it. Or maybe use chris ROTP https://github.com/llchrisll/ROenglishRE also read the ROTPDocs
  15. since you are using ubuntu.. the thing that basically you need to do is. cd rathena ./configure make clean make sql make server ./athena-start stop ./athena-start start
  16. 1. that is GM sprite, use another account and see how it goes. GM sprite even use any jobs will always show as GM sprite. 2. That unwalkable most probably because of pre-re or renewal maps that are different, or kRO that being used have unmatched maps, which means they are changes on the map. Maybe use the maps and add in mapcache editor. Same goes to izlude, prontera and any maps that have 'unwalkable' issue. 3. About 3rd problem, I didnt test it though so I didnt have any comment on that, maybe the navigation is much more updated than your setting/pre-re or maybe outdated. 4. Your client need to be patched with 'Use SSO Login Packet' so that the client can get the required information from elurair patcher.
  17. use Chris ROTP Translation project https://github.com/llchrisll/ROenglishRE and pls read the documentation/wiki first.
  18. I have it already, have you checked that yet? Ah you want custom calculate exp for it. Maybe later. Haha.
  19. I dont know why you said not giving that effects, I saw from https://github.com/rathena/rathena/blob/master/db/re/item_combos.yml its there. - Combo: - Star_Eyepatch_JP_ - Orc_Hero_Card Script: | if (BaseLevel >= 100) { bonus bBaseAtk,30*(readparam(bVit)/10); bonus bMatk,30*(readparam(bVit)/10); bonus bVit,3*(readparam(bLuk)/10); bonus bLuk,3*(readparam(bLuk)/10); } else if (BaseLevel <= 99) { bonus bBaseAtk,10*(readparam(bVit)/10); bonus bMatk,10*(readparam(bVit)/10); bonus bVit,readparam(bLuk)/10; bonus bLuk,readparam(bLuk)/10; } If you're using pre-re then its not there : https://github.com/rathena/rathena/blob/master/db/pre-re/item_combos.yml then you should add it yourself.
  20. using bindatcmd at your script. example as in docs : https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L8333 - script atcmd_example -1,{ OnInit: bindatcmd "test",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: specialeffect2 EF_ANGEL2; end; }
  21. Just yesterday I released that, and today I read there are changes for the permission here : https://github.com/rathena/rathena/commit/512370479596946238a35598f897378ed668a57b I've updated the code so that it will parse it as it should be.
  22. yes, there are https://nemo.herc.ws/patches/ChangeQuickSwitchDelay/ patch from nemo to change the delay.
  23. as it says unknown database. are u sure you already run the web.sql and have the required table in your ragnarok database ?
  24. conf inter athena check your database connection there regarding web db
  25. Permission part added at Commands Generator . but its automatically set as true. Set it manually to false if needed.
×
×
  • Create New...