Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. 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
  2. what is your clientdate ? and rathena git hash ?
  3. 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
  4. 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
  5. 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.
  6. use Chris ROTP Translation project https://github.com/llchrisll/ROenglishRE and pls read the documentation/wiki first.
  7. I have it already, have you checked that yet? Ah you want custom calculate exp for it. Maybe later. Haha.
  8. 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.
  9. 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; }
  10. 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.
  11. yes, there are https://nemo.herc.ws/patches/ChangeQuickSwitchDelay/ patch from nemo to change the delay.
  12. as it says unknown database. are u sure you already run the web.sql and have the required table in your ragnarok database ?
  13. conf inter athena check your database connection there regarding web db
  14. Permission part added at Commands Generator . but its automatically set as true. Set it manually to false if needed.
  15. try to remove the stateicon file related at your client file. there are some changes from latest kRO about it. Or are you sure you are using latest chris translation ? Make sure latest kRO and latest chris translation. Also try to not use the addon folder first and see have error or not. I encounter that twitter error but it related to client side which is wrong.
  16. That cooldown, have you change it then ?
  17. are u sure u use the nemo profile provided by chris ? if yes then maybe update your kRO to latest one.
  18. - Id: 5067 Name: ALL_EQSWITCH Description: Equip Switch MaxLevel: 1 TargetType: Self DamageFlags: NoDamage: true Cooldown: 10000 FixedCastTime: 60 I think this one, try check in your skilldb
  19. 2002 or 2022 ? and if 2022, why not you use nemo profiles from Chris Translation ROTP https://github.com/llchrisll/ROenglishRE
  20. didnt know what to say, check the log maybe. it shouldnt be freeze. But if @reloaditemdb, most probably will freeze awhile since the data is so many to be loaded. but for @ii I dont think so. it should be fast. just use @reloadcashdb.
  21. latest rathena have command @reloadcashdb. should be faster.
  22. Since someone asked me about the permission, I remembered about the commands generator I created, maybe I can be add the permission part there too later on.
  23. that is stateicon description. the code you show is displaybottom which will be display at chat.
  24. Doesnt need to enable it anymore if im not mistaken. just edit the skilldamagedb part
  25. what do you mean by auto consumption ?
×
×
  • Create New...