Jump to content
  • 0

Removing 3rd job Buffs


Question

Posted

I've made 3rd job skills not usable in PvP/Woe/Battleground maps by manually adding them into nocast_db.

This however, does not prevent the buffs from being removed in PvP/WoE/Battleground at the moment.

I'm wondering if it is possible to remove 3rd job buffs by script or is it most probably a source modification?

I'm posting it in here because I'm guessing it's most probably a source modification ._.

6 answers to this question

Recommended Posts

Posted (edited)

The only way I could think of right now. Is have it dispel all of the buffs with this code. "SC_END_ALL"

Add it before they are warped to the map, and add it at the entrance of castles with an OnTouch Label. Examples.

Warping to PvP or whatever.

SC_END_ALL;
warp "map",0,0;

OnTouch Label

prtg_cas01,x,y,0  script Dispel -1,{
end;

OnTouch:
SC_END_ALL;
setwarg,0; // I use setwarg,0 so rangers wouldn't have their wargs.
}

Edited by Eden
Posted

I thought of that as well but that would be quite troublesome for the players as they would have to rebuff inside the castle or in pvp, is there anyway round this to only remove the 3rd job buffs itself and leave the 2nd jobs on?

Posted

question please... is it possible to dispel the skill that i want to dispel? ex. harmonize, etc buffs agi, bless, some 3rd job imba buffs. etc. etc.

how to edit that script ? is this working?

prtg_cas01,x,y,0 script Dispel -1,{

end;

OnTouch:

SC_HARMONIZE;

setwarg,0; // I use setwarg,0 so rangers wouldn't have their wargs.

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...