Package l2p.gameserver.model.instances

Examples of l2p.gameserver.model.instances.L2NpcInstance.broadcastUserInfo()


              actor.addStatFunc(new FuncMul(Stats.MAGIC_ATTACK_SPEED, 0x40, this, 5));
              actor.addStatFunc(new FuncMul(Stats.MAGIC_DAMAGE, 0x40, this, 10));
              actor.addStatFunc(new FuncMul(Stats.PHYSICAL_DAMAGE, 0x40, this, 10));
              actor.addStatFunc(new FuncMul(Stats.RUN_SPEED, 0x40, this, 3));
              actor.addSkill(SkillTable.getInstance().getInfo(1467, 1));
              actor.broadcastUserInfo(true);
              step_stage2 = 4;
              return true;
            case 4:
              setIntention(CtrlIntention.AI_INTENTION_ATTACK, null);
              return true;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.