Pws Mporw na to anoiksw oxi me diplo Click Alla me Voice Command???
Diladi na patisw .book kai na anoiksi Auto to tutorial Guide
--- dist/game/data/scripts/handlers/itemhandlers/AIOItem.java (revision 0)+++ dist/game/data/scripts/handlers/itemhandlers/AIOItem.java (revision 0)@@-0,0+1,58@@
package handlers.itemhandlers;import java.util.logging.Logger;import com.l2jserver.gameserver.cache.HtmCache;import com.l2jserver.gameserver.datatables.AIOItemTable;import com.l2jserver.gameserver.handler.IItemHandler;import com.l2jserver.gameserver.model.L2ItemInstance;import com.l2jserver.gameserver.model.actor.L2Playable;import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage;/**
* @author BiggBoss
*/publicclassAIOItemimplementsIItemHandler{privatestatic final Logger _log =Logger.getLogger(AIOItem.class.getName());@Overridepublicvoid useItem(L2Playable playable, L2ItemInstance item, boolean forceUse){/*
* Null pointer check
*/if(playable ==null){return;}/*
* Only players can use it
*/if(playable instanceof L2PcInstance){
L2PcInstance player =(L2PcInstance)playable;/*
* Minumun requirements to use it
*/if(!AIOItemTable.getInstance().checkPlayerConditions(player)){return;}String html =HtmCache.getInstance().getHtm(null,"data/html/aioitem/main.htm");if(html ==null){
_log.severe("AIOItem: The main file [data/html/aioitem/main.htm] does not exist or is corrupted!");return;}NpcHtmlMessage msg =newNpcHtmlMessage(5);
msg.setHtml(html);
player.sendPacket(msg);}}}
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.
Lineage II Classic Einhovant new project is looking for a skilled Java Developer to join our team!
If you're passionate about game development and eager to contribute to this project, we'd love to hear from you.
For more details, feel free to send us a message. Let’s create something amazing together!
Question
MegaCheat
Auto to Item anoigei me diplo click Einai to tutorial Guide
https://www.mediafire.com/view/ujdw12tvui8arfy/ffgg.png/file
Pws Mporw na to anoiksw oxi me diplo Click Alla me Voice Command???
Diladi na patisw .book kai na anoiksi Auto to tutorial Guide
1 answer 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.