Jump to content

mauiboy

Members
  • Posts

    63
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Atlantis

Recent Profile Visitors

2018 profile views

mauiboy's Achievements

Santa Poring

Santa Poring (3/15)

  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter
  • One Month Later

Recent Badges

1

Reputation

2

Community Answers

  1. Hello, tried to add item script to enable Berserk. But it doesnt work. Anyone knows how?
  2. Hello! This code currently compiles without error. But the Dispell skill still bypassing GTB. Anyone with updated code for this? Thank you! if (skill != nullptr && (skill->skill_type == BF_MAGIC || skill->nameid == SA_DISPELL) && // Basic magic skill !skill->inf2[INF2_IGNOREGTB] && // Specific skill to bypass ((skill->inf == INF_ATTACK_SKILL || skill->inf == INF_GROUND_SKILL || skill->inf == INF_SUPPORT_SKILL) || // Target skills should get blocked even when cast on self (skill->inf == INF_SELF_SKILL && src != bl))) // Self skills should get blocked on all targets except self return 0; }
  3. Any update codes on this?
  4. Hello, I need to totally control the zeny flow in our server since we are planning to implement the auto attack system that's why we want to limit the gold gain per day. Example 15k gold max per day.
  5. Anyone with a Gold Room Script with account gold limit per day?
  6. Hello again, I'm looking for Sage's Link that allows Auto Spell Skill always cast level 10 bolts or the current level of every bolt skills. Thank You!
  7. Thanks man. I will post an update once I tested the codes. UPDATE : Bypass strip + glist consume when success working. Thank Bringer for the updated syntax
  8. You're always a life saver Bringer. Will try these codes. How about the glist consume per success strip?
  9. Hello, as stated in my title. I am currently looking for updated soul link mods for 255/120 highrate server. Example is Rogue's bypass strip
  10. Hello, can you share the job_exp.yml and job_stats.yml file? the current rathena files in github doesnt have the pre-renewal 255/120 table in it. Thanks!
×
×
  • Create New...