Jump to content

Gerzzie

Members
  • Posts

    137
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gerzzie

  1. If you want to use Lelouch's script you can change 0 to BL_PC
  2. Here's my modified version of a Healer with your request on it. If you have existing Healer that you want to use you just need to add the Following : Link : https://upaste.me/dd0151084701ae54c
  3. Yes. I've imported some Renewal Costume on my Pre - Renewal item_db.txt
  4. Gerzzie

    HARMONY

    @Functor is offering a monthly gepard shield. You could ask him directly
  5. Gerzzie

    HARMONY

    I think Harmony is outdated. Why not use Gepard Shield? It's affordable
  6. Yes. He offers Aura and Nickname. Auras - 75$ Color Nicks - 45$
  7. Use mob_avail located on your database. Example : 3001,1157
  8. if( BaseJob == Job_Bard|| BaseJob == Job_Dancer) { bonus bLongAtkRate,15; }
  9. You can make your own text file. And put it here npc/custom/ and go to your scripts_custom.conf and input your file there.
  10. getmapxy has been updated https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706 Solution : -getmapxy .@map$, .@x, .@y, 1; +getmapxy .@map$, .@x, .@y, BL_NPC;
  11. Good day rAthena! I'm currently having a problem regarding on a certain skills which still allows the effect shows even using /effect or effect has been turned off. I'm currently using a 2018-06-21 Client. I'm bothered with this skill does anyone know how to fix it? It would be great to share this on our community. Thank you in advance. Example :
  12. Upgrade your SQL. You can find it here : Click me Don't forget to upvote if it helps ?
  13. Open your GRF using GRF Editor and look for data\cardprefixnametable.txt and compare and insert your designated card description. Example : If you want your Card description on the end of your item. look for data\cardpostfixnametable.txt and put your Orb/Card ID Example :
  14. I think some of the Costume Garments are made only for LimitRO. Some Costume Garments are available you can check it here on RateMyServer : Click me
  15. Free version of AndRO doesn't support Gepard Shield 3.0
  16. Changed : from : getmapxy .@map$, .@x, .@y, 0; to : getmapxy .@map$, .@x, .@y, BL_PC;
  17. Find & Change : from : getmapxy .@map$, .@x, .@y, 0; to : getmapxy .@map$, .@x, .@y, BL_PC;
  18. Gerzzie

    @afk

    Currently using on my server. Yes. ?
  19. Gerzzie

    @afk

    I'm currently using this. hope this would help. src/map/atcommand.cpp Find : #include "../custom/atcommand.inc" Add [ Above ] : Find : }; AtCommandInfo* atcommand; Add [ Above ] : src/map/battle.cpp Find : { "at_timeout", &battle_config.at_timeout, 0, 0, INT_MAX, }, Add [ Below ] : src/map/battle.hpp Find : int at_timeout; Add [ Below ] : conf/battle/misc.conf Find : mail_show_status: 0 Add [ Below ] :
  20. Find on your GRF -> msgstringtable.txt -> Line 3262, 3263, 3264, 3265. Example View :
  21. Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum = 4 <-- Spear Sprite. Change it to 0. But it will also affect the Lord Knight/Paladin weapon sprite it will not Show up. Example :
  22. Find : Example ( Prontera only ) : Replace :
  23. Pude arreglar eso simplemente editando skill.cpp Go to : src/map/skill.cpp Debajo : void skill_weaponrefine(struct map_session_data *sd, int idx) Find : Add : Success :
×
×
  • Create New...