Page 1 of 1

Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 1:20 am
by urbanhack
hello guys.. i have a problem...
maybe some1 can help me because i search but.. i cant resolve....
anyway...
some skills requiere some specific weapon for use... for example
tyrant totems.. requiere fists, dual fists, rapid shot, rapid fire requiere bow weapons...
then... the problem is:
when u disarm/unequip weapon that skill dont remove from buff bar (need turn off skill after unequip)
can u understand me? sorry for my bad english.

[Class skills buffs should remove after unequipping weapon. For example Tyrant class buffs totems (Bear totem, Rabbit etc) should be removed after unequiping fists, rapid shot from HE too]

how i can fix it?
some idea?
some link to trac/time line?
tx for read

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 5:42 am
by MELERIX
nope, in retail they are not removed if you unequip the weapon :P

but effect (the stats) is only applied if you have the right weapon ;)

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 2:44 pm
by GunsNRoses
Unbanhack think this for Interlude.

Try this, but I dont test it:

Code: Select all

 // remove effects which doesn't match weapon type (but not party buffs)                if (item.getItem().getType2() == L2Item.TYPE2_WEAPON)                checkIfWeaponIsAllowed();  

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 2:45 pm
by urbanhack
MELERIX wrote:nope, in retail they are not removed if you unequip the weapon :P

but effect (the stats) is only applied if you have the right weapon ;)
ok for replye ;)

but.. for example.. vengance Skill.. need a shield for use, then... u put the shield, use the skill, remove shield.. and can still using this skill

of course: Interlude

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 2:53 pm
by MELERIX
urbanhack wrote:ok for replye ;)

but.. for example.. vengance Skill.. need a shield for use, then... u put the shield, use the skill, remove shield.. and can still using this skill

of course: Interlude
Yes, coz the shield is only required to cast the skill only.

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 4:22 pm
by urbanhack
but.. if i use ultimate defence.. then equip a bow... i can hit whit a bow + UD...

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 4:48 pm
by MELERIX
yes, you can attack with UD ;)

here is two pictures of Vengeance

Vengeance + Shield
Image

Vengeance without Shield
Image

As you see in the pictures, same stats with & without shield, the shield is only requiered to cast the skill.

Re: Turn Off Buff After Unequip...

Posted: Fri Oct 23, 2009 6:08 pm
by urbanhack
ok, its true.
tx for help me ;)