Jump to content

KazumaSatou

Members
  • Posts

    145
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by KazumaSatou

  1. Enable similar patch on WARP and that'll fix your problem.
  2. Double check your database if you have a table named pvp_arenas If you don't have it, it will not show anything since you don't have that table.
  3. You just request it to functor to install your gepard on latest rathena.
  4. You can enable this patch while diffing your client and set to 255:
  5. I don't know what are you talking about broken link from rms, I just downloaded it right now and it works. But I'll upload it anyway since I think you have problem downloading in ratemyserver. spr_conview_v0.11.zip
  6. You can find a few RO Tools on ratemyserver including the SPR Conview. https://ratemyserver.net/index.php?page=download_tool
  7. Because there's a unique id for every rental item to know when it will expire. So bound is your only way to prevent that
  8. I don't think that you can make that stack since it has an expiration date. You can make a bound item and that can be stacked.
  9. Diff your client and remove the Add support for preview button in cash shop Then check again.
  10. - Id: 55073 AegisName: _Cocodrilo_Charm Name: Cocodrilo Charm Type: Charm Buy: 948 Weight: 10 Trade: NoSell: true NoDrop: true Script: | if ( countitem( 55073 ) < 2){ bonus bDef2,1; bonus bAllStats,5; bonus bAddMaxWeight,10000; bonus2 bAddClass,Class_All,10; bonus2 bMagicAddClass,Class_All,10; skill 257,5; skill 249,5; } else { message strcharinfo(0),"You can only use 1x "+getitemname(55073)+"! All same charm(s) has been disabled."; bonus bDef2,1; } Try this.
  11. https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L237
  12. You need to set a map with loadevent mapflag so the OnPCLoadMapEvent will be triggered when you enter the map. Without that, OnPCLoadMapEvent won't work.
  13. https://frost.ragdev.com/installing-and-fixing-hateffect/
  14. I told you, its a hateffect and not using lub files.
  15. It is a hateffect. Here's the files of the Falling Snow. C_Falling_Snow.zip
  16. Then check your id and sprite name on the lub files. Double check it. And check the sprites on grf editor if shows the sprite you're expecting.
  17. You need to add it on ·Îºê folder then sprite name of your sprite then jobname.spr/act with male/female in name. Sample in grf editor:
  18. Have you tried Hercules Script Checker? https://haru.ws/scriptchecker/ This might works on rathena scripts.
  19. Only temporary skill will be automatically hidden, not the one on the skill tree.
  20. You can hide disable skills (if you want to literally remove from game) on luafiles514/lua files/skillinfoz/skilltreeview.lub and make sure you also remove it from db/(pre-)re/skill_tree.yml file.
  21. query_sql("SELECT `last_ip` FROM `ragnarok_accounts`.`login` WHERE `account_id` = "+getcharid(3)+"",.@IP ); query_sql("SELECT `account_id` FROM `ragnarok_accounts`.`login` WHERE `last_ip` = "+.@IP+"",.@Accountlist ); Here. The database and table has been swapped.
×
×
  • Create New...