criss22 Posted October 7, 2019 Posted October 7, 2019 (edited) Yo yo yooooo...How i can delete this time of teleport? http:// Part of code it is this. else { activeChar.abortCast(); activeChar.abortAttack(); activeChar.sendPacket(ActionFailed.STATIC_PACKET); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); activeChar.setTarget(activeChar); activeChar.disableAllSkills(); Broadcast.toSelfAndKnownPlayersInRadius(activeChar, new MagicSkillUse(activeChar, 1050, 1, 30000, 0), 810000); activeChar.sendPacket(new SetupGauge(SetupGauge.BLUE, 30000)); activeChar.setSkillCast(ThreadPoolManager.getInstance().scheduleGeneral(new Teleport(activeChar, c[0], c[1], c[2]), 30000)); activeChar.forceIsCasting(10 + GameTimeController.getInstance().getGameTicks() + (30000 / GameTimeController.MILLIS_IN_TICK)); } What line or how i can decrease that time? It is around of 30 sec Edited October 7, 2019 by criss22
Question
criss22
Yo yo yooooo...How i can delete this time of teleport?
http://
Part of code it is this.
What line or how i can decrease that time? It is around of 30 sec
Edited by criss222 answers to this question
Recommended Posts