How can i have access to the Method isCombatFlagEquipped() in L2PcInstance from ManaPotion.java?
I tried to import L2PcInstance, to get the activeChar in a variable "L2PcInstance activeChar = getActiveChar()" in order to access the method but don't work?
The server these videos are posted on is mine, and the topic owner undoubtedly doesn't own it. First, because no one has access to my source code, and second, because no one has access to my datapack with the server installed. Be careful, it could be a copy of my project. But it's 100% not the original, as I own it.
The owner of this server is a crook. I made the server for him, and he simply refused to pay me the remaining amount. The server is online; no problem, you can access it through this link. I'm selling the server complete with the code, so count on the amount this scammer refused to pay me.
Info Server : Features - Blood & Sand
Price: 500$ USD ( Only 1 person can buy )
Base Project ( aCis 410 )
Comes with Server Sourcer and Interface Sourcer
All GrandBoss is working perfectly like l2off
Question
Bleadd
Hello,
Last L2J Revision H5 Stable.
How can i have access to the Method isCombatFlagEquipped() in L2PcInstance from ManaPotion.java?
I tried to import L2PcInstance, to get the activeChar in a variable "L2PcInstance activeChar = getActiveChar()" in order to access the method but don't work?
How can i do ?
My goal :
if (!playable.isCombatFlagEquipped())
{
playable.setCurrentMp(playable.getCurrentMp()+Config.MoreManaNoCombat);
}
2 answers to this question
Recommended Posts