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.
It seems like L2Elite got away from copies. No?
L2Gold.cc has years of experience, and it's publicly known that those files are stable and reliable. Over the years it developed a bad branding, tho.
From what i know, nothing is really like L2gold.cc. The other servers are just copies people try to make. L2gold.cc is with a lot of class balance changes/ scripts/AI.obj, which makes it different.
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.