paida akomh dn mporesa a to lisw to prob m.kai o versusa me xei grameno opte to sunexizw to topic.
public void standUp()
{
if (_waitTypeSitting && !isInStoreMode() && !isAlikeDead())
else if (DM._sitForced && _inEventDM)
sendMessage("Only the Event Starter can allow you to stand up!");
{
if (_effects.isAffected(CharEffectList.EFFECT_FLAG_RELAXING))
stopEffects(L2EffectType.RELAXING);
broadcastPacket(new ChangeWaitType (this, ChangeWaitType.WT_STANDING));
// Schedule a stand up task to wait for the animation to finish
ThreadPoolManager.getInstance().scheduleGeneral(new StandUpTask(), 2500);
}
}
edw to exw to code