Package l2p.gameserver.model

Examples of l2p.gameserver.model.L2Macro$L2MacroCmd


      int d1 = readD(); // skill or page number for shortcuts
      int d2 = readC();
      String command = readS().replace(";", "").replace(",", "");
      commands[i] = new L2MacroCmd(entry, type, d1, d2, command);
    }
    _macro = new L2Macro(id, icon, name, desc, acronym, commands);
  }
View Full Code Here

TOP

Related Classes of l2p.gameserver.model.L2Macro$L2MacroCmd

Copyright © 2018 www.massapicom. 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.