when i'm changing Sub-Class weapon is disarmed and many times is disappear!!!
how to fix this?
i think for here
model.actor.instande.L2pcInstance
/**
* Changes the character's class based on the given class index.
* <BR><BR>
* An index of zero specifies the character's original (base) class,
* while indexes 1-3 specifies the character's sub-classes respectively.
*
* @param classIndex
*/
public boolean setActiveClass(int classIndex)
{
for (L2ItemInstance temp : getInventory().getAugmentedItems())
if (temp != null && temp.isEquipped()) temp.getAugmentation().removeBoni(this);
if(_forceBuff != null)
abortCast();
for(L2Character character : getKnownList().getKnownCharacters())
{
if(character.getForceBuff() != null && character.getForceBuff().getTarget() == this)
character.abortCast();
}
store();
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Thank you guys.
NEWS
Our on-site dashboard is now live! Users can register for a customer account at https://www.nimeracp.com/sign-up.
NimeraCP will become available for purchase once development is complete and it’s listed in the Customer Dashboard.
We’ve also added pricing details to the official post on top and on our website: https://www.nimeracp.com/pricing.
Development on NimeraCP is progressing steadily. I’ll carve out some time this weekend to update the documentation so you can explore NimeraCP’s features in more detail.
That funny many here download but no one would like to share back its such a selfish behavior of people in 2020s
That why games die because of people who are later reselling thigs what people almost forgot or no have access to.
Question
EdenEternal
hello maxchaters ! i have problem on my pack!
when i'm changing Sub-Class weapon is disarmed and many times is disappear!!!
how to fix this?
i think for here
model.actor.instande.L2pcInstance
but i don't know what change!
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.