case AGGDAMAGE:{if(target instanceof L2GuardInstance)break;// im added this if target is guard code stop at this lineif(target instanceof L2Attackable)
target.getAI().notifyEvent(CtrlEvent.EVT_AGGRESSION, activeChar,(int)((150* skill.getPower())/(target.getLevel()+7)));
skill.getEffects(activeChar, target, ss, sps, bss);break;}
But still guards get provoke effect. Where problem?
I'm just testing the extender) I couldn't find any critical issues.
I found my own error due to which the autoloot function was not active:
just a syntax error, case-sensitive. You can't use a capital letter in the Myext.ini settings.
AutoLootMobDrop = true. (parameter true must necessarily be with a lowercase letter)
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
wongerlt
Hello,
Im tryung disable provoke skill on guards.
But still guards get provoke effect. Where problem?
1 answer to this question
Recommended Posts