Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/26/24 in Posts

  1. These are some examples, I have more than 30 bosses ready, 80 different monsters like mobs and mini boss, between wings, weapons, etc. If you liked it, don't forget to like it, thank you all.
    1 point
  2. Hello. Find this line: if (select(" ~ Change into ^0055FF" + jobname(.@i) + "^000000 class: ~ ^777777" + ((getargcount() > 1) ? "Go back" : "Cancel") + "^000000") == 1) { And insert this code below it: if (BaseJob == Job_Novice || BaseJob == Job_Summoner) .@cost = 50000; else .@cost = 100000; if (Zeny < .@cost) { mes "[Job Master]"; mes "Sorry. You don't have enough zeny."; mes "You need ^0000FF" + F_InsertComma(.@cost) + "z^000000 to job change."; close; } Zeny -= .@cost;
    1 point
  3. Load up your Server in the "Server Database Editor" and Look for "Item Combo" and delete the first line that says "MO_EXTERMITYFIST". if you dont use Server Database Editor you can go into: db/re(pre-re if used)/item_combo.yml and do the same there.
    1 point
  4. Young Man = https://github.com/rathena/rathena/blob/ec04ceba27efe4f56a9157f158316b550466883d/npc/quests/skills/bard_skills.txt#L30 Aelie = https://github.com/rathena/rathena/blob/ec04ceba27efe4f56a9157f158316b550466883d/npc/quests/skills/dancer_skills.txt#L403
    1 point
×
×
  • Create New...