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
Turn Off Buff After Unequip...
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Turn Off Buff After Unequip...
nope, in retail they are not removed if you unequip the weapon 
but effect (the stats) is only applied if you have the right weapon

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

-
- Posts: 9
- Joined: Tue Jun 09, 2009 7:32 am
Re: Turn Off Buff After Unequip...
Unbanhack think this for Interlude.
Try this, but I dont test it:
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();
Last edited by GunsNRoses on Fri Oct 23, 2009 2:46 pm, edited 1 time in total.
-
- Posts: 32
- Joined: Mon Sep 07, 2009 9:25 pm
Re: Turn Off Buff After Unequip...
ok for replyeMELERIX wrote:nope, in retail they are not removed if you unequip the weapon
but effect (the stats) is only applied if you have the right weapon

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
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Turn Off Buff After Unequip...
Yes, coz the shield is only required to cast the skill only.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
-
- Posts: 32
- Joined: Mon Sep 07, 2009 9:25 pm
Re: Turn Off Buff After Unequip...
but.. if i use ultimate defence.. then equip a bow... i can hit whit a bow + UD...
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Turn Off Buff After Unequip...
-
- Posts: 32
- Joined: Mon Sep 07, 2009 9:25 pm
Re: Turn Off Buff After Unequip...
ok, its true.
tx for help me
tx for help me
