Jump to content

mrfizi

Members
  • Posts

    278
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mrfizi

  1. That is your client problem. Not KRO full client problem. You can send/open a new topic on client side support for help.
  2. if langtype = 0 || LuaFiles514\Lua Files\service_korea\ExternalSettings_kr if langtype = 1 || LuaFiles514\Lua Files\service_usa\ExternalSettings_usa if langtype = 2 || LuaFiles514\Lua Files\service_japan\ExternalSettings_jp if langtype = 3 || LuaFiles514\Lua Files\service_china\ExternalSettings_ch if langtype = 4 || LuaFiles514\Lua Files\service_taiwan\ExternalSettings_tw if langtype = 5 || LuaFiles514\Lua Files\service_thailand\ExternalSettings_th if langtype = 6 || LuaFiles514\Lua Files\service_indonesia\ExternalSettings_id if langtype = 7 || LuaFiles514\Lua Files\service_philippine\ExternalSettings_ph if langtype = 12 || LuaFiles514\Lua Files\service_brazil\ExternalSettings_br if langtype = 18 || LuaFiles514\Lua Files\service_france\ExternalSettings_fr
  3. Just make the item box with bound item. Then just make the script change the same item with the box with the same bound item. I found the same question you answer in here:
  4. Sprite error? If yes, make sure your player use the latest KRO folder: and update it using RO Patcher Lite by Ai4rei:
  5. Nice to see you bump this post again. I've view this post a month ago but afraid to bumping it.. just found a few picture still exist include your picture, Najara and Akkarin.
  6. It should be your windows defender. Try to turn off your windows defender.
  7. 1. Change back to default. No need to change the code. 2. Try to change the date period for only 1 month period instead of yearly date.
  8. Good to hear that. Because this script still have support until now, I'll buy this awesome game!
  9. News option you can check here: https://github.com/rathena/FluxCP/blob/6d95229ed91b40d3d74fe52bc3224725ef9abff0/config/application.php#L218 Others how to add news/content on your website: Login your website/fluxcp/control panel using admin account. Go to Main Home >> News You will find this on news page: Hope this help ^^,
  10. You can start from this line: https://github.com/rathena/FluxCP/blob/6d95229ed91b40d3d74fe52bc3224725ef9abff0/config/application.php#L250
  11. hide_woe_damage: yes I've prefer to write yes I'm sure if you still got this issue after changing it, the problem is your client. You can refer this discussion for more info:
  12. I'm really sure you can easy disable the mvp and mini boss card from that script. Or maybe you can use script by Euphy: https://pastebin.com/raw/AC0CquTa Not test yet but maybe useful for you to get some idea.
  13. More info you can read here:
  14. I've answer how to understanding and replace the location for this vending script on here: Others link related:
  15. // When set to yes, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the // actual damage caused by attacks. (Note 1) hide_woe_damage: no Read Note 1: //-------------------------------------------------------------- // Note 1: Value is a config switch (on/off, yes/no or 1/0) // Note 2: Value is in percents (100 means 100%) // Note 3: Value is a bit field. If no description is given, // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary) //-------------------------------------------------------------- Almost all server that I've played hide woe damage.
  16. https://github.com/rathena/rathena/blob/a032cd1f74448f676db7a22dfbcb8cf1bbe0ddd8/npc/mapflag/gvg_noparty.txt#L10 // all this: //============================================================ // GvG Arenas //============================================================ //guild_vs1 mapflag gvg_noparty //guild_vs2 mapflag gvg_noparty //guild_vs3 mapflag gvg_noparty //guild_vs4 mapflag gvg_noparty //guild_vs5 mapflag gvg_noparty Then restart your server. If not work, please visit this topic:
  17. mrfizi

    Q>Putty

    Check this post:
  18. try change this.. [email protected] = rand( .gold_amount[0],.gold_amount[1] ); to [email protected] = 1;
  19. Maybe you can check this:
  20. Maybe you can take a look on this file: For pre-re: https://github.com/rathena/rathena/blob/master/db/pre-re/job_basepoints.yml For re: https://github.com/rathena/rathena/blob/master/db/re/job_basepoints.yml or if your server level more than 99 to 1000: https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml
  21. check this post: and this post: After that restart your server.
  22. https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.