123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680 |
- /*
- * This program is free software: you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation, either version 3 of the License, or (at your option) any later
- * version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
- */
- package handlers.admincommandhandlers;
- import java.sql.Connection;
- import java.sql.PreparedStatement;
- import java.sql.ResultSet;
- import java.util.HashMap;
- import java.util.Iterator;
- import java.util.List;
- import java.util.Map;
- import java.util.StringTokenizer;
- import java.util.logging.Level;
- import java.util.logging.Logger;
- import com.l2jserver.Config;
- import com.l2jserver.L2DatabaseFactory;
- import com.l2jserver.gameserver.TradeController;
- import com.l2jserver.gameserver.cache.HtmCache;
- import com.l2jserver.gameserver.datatables.ItemTable;
- import com.l2jserver.gameserver.datatables.MerchantPriceConfigTable.MerchantPriceConfig;
- import com.l2jserver.gameserver.datatables.NpcTable;
- import com.l2jserver.gameserver.datatables.SkillTable;
- import com.l2jserver.gameserver.handler.IAdminCommandHandler;
- import com.l2jserver.gameserver.model.L2DropCategory;
- import com.l2jserver.gameserver.model.L2DropData;
- import com.l2jserver.gameserver.model.L2Object;
- import com.l2jserver.gameserver.model.L2TradeList;
- import com.l2jserver.gameserver.model.L2TradeList.L2TradeItem;
- import com.l2jserver.gameserver.model.StatsSet;
- import com.l2jserver.gameserver.model.actor.L2Npc;
- import com.l2jserver.gameserver.model.actor.instance.L2MerchantInstance;
- import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
- import com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate;
- import com.l2jserver.gameserver.model.items.L2Item;
- import com.l2jserver.gameserver.model.skills.L2Skill;
- import com.l2jserver.gameserver.model.skills.L2SkillType;
- import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage;
- import com.l2jserver.util.StringUtil;
- /**
- * @author terry
- * con.close() change by Zoey76 24/02/2011
- */
- public class AdminEditNpc implements IAdminCommandHandler
- {
- private static Logger _log = Logger.getLogger(AdminEditNpc.class.getName());
- private final static int PAGE_LIMIT = 20;
-
- private static final String[] ADMIN_COMMANDS =
- {
- "admin_edit_npc",
- "admin_save_npc",
- "admin_show_droplist",
- "admin_edit_drop",
- "admin_add_drop",
- "admin_del_drop",
- "admin_showShop",
- "admin_showShopList",
- "admin_addShopItem",
- "admin_delShopItem",
- "admin_editShopItem",
- "admin_close_window",
- "admin_show_skilllist_npc",
- "admin_add_skill_npc",
- "admin_edit_skill_npc",
- "admin_del_skill_npc",
- "admin_log_npc_spawn"
- };
-
- @Override
- public boolean useAdminCommand(String command, L2PcInstance activeChar)
- {
- //TODO: Tokenize and protect arguments parsing. Externalize HTML.
- if (command.startsWith("admin_showShop "))
- {
- String[] args = command.split(" ");
- if (args.length > 1)
- showShop(activeChar, Integer.parseInt(command.split(" ")[1]));
- }
- else if (command.startsWith("admin_log_npc_spawn"))
- {
- L2Object target = activeChar.getTarget();
- if (target instanceof L2Npc)
- {
- L2Npc npc = (L2Npc) target;
- _log.info("('',1," + npc.getNpcId() + "," + npc.getX() + "," + npc.getY() + "," + npc.getZ() + ",0,0," + npc.getHeading() + ",60,0,0),");
- }
- }
- else if (command.startsWith("admin_showShopList "))
- {
- String[] args = command.split(" ");
- if (args.length > 2)
- showShopList(activeChar, Integer.parseInt(command.split(" ")[1]), Integer.parseInt(command.split(" ")[2]));
- }
- else if (command.startsWith("admin_edit_npc "))
- {
- try
- {
- String[] commandSplit = command.split(" ");
- int npcId = Integer.parseInt(commandSplit[1]);
- L2NpcTemplate npc = NpcTable.getInstance().getTemplate(npcId);
- showNpcProperty(activeChar, npc);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Wrong usage: //edit_npc <npcId>");
- }
- }
- else if (command.startsWith("admin_show_droplist "))
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- try
- {
- int npcId = Integer.parseInt(st.nextToken());
- int page = 1;
- if (st.hasMoreTokens())
- page = Integer.parseInt(st.nextToken());
- showNpcDropList(activeChar, npcId, page);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //show_droplist <npc_id> [<page>]");
- }
- }
- else if (command.startsWith("admin_addShopItem "))
- {
- String[] args = command.split(" ");
- if (args.length > 1)
- addShopItem(activeChar, args);
- }
- else if (command.startsWith("admin_delShopItem "))
- {
- String[] args = command.split(" ");
- if (args.length > 2)
- delShopItem(activeChar, args);
- }
- else if (command.startsWith("admin_editShopItem "))
- {
- String[] args = command.split(" ");
- if (args.length > 2)
- editShopItem(activeChar, args);
- }
- else if (command.startsWith("admin_save_npc "))
- {
- try
- {
- saveNpcProperty(activeChar, command);
- }
- catch (StringIndexOutOfBoundsException e)
- {
- }
- }
- else if (command.startsWith("admin_edit_drop "))
- {
- int npcId = -1, itemId = 0, category = -1000;
- try
- {
- StringTokenizer st = new StringTokenizer(command.substring(16).trim());
- if (st.countTokens() == 3)
- {
- try
- {
- npcId = Integer.parseInt(st.nextToken());
- itemId = Integer.parseInt(st.nextToken());
- category = Integer.parseInt(st.nextToken());
- showEditDropData(activeChar, npcId, itemId, category);
- }
- catch (Exception e)
- {
- _log.log(Level.WARNING, "", e);
- }
- }
- else if (st.countTokens() == 6)
- {
- try
- {
- npcId = Integer.parseInt(st.nextToken());
- itemId = Integer.parseInt(st.nextToken());
- category = Integer.parseInt(st.nextToken());
- int min = Integer.parseInt(st.nextToken());
- int max = Integer.parseInt(st.nextToken());
- int chance = Integer.parseInt(st.nextToken());
-
- updateDropData(activeChar, npcId, itemId, min, max, category, chance);
- }
- catch (Exception e)
- {
- _log.fine("admin_edit_drop parameters error: " + command);
- }
- }
- else
- activeChar.sendMessage("Usage: //edit_drop <npc_id> <item_id> <category> [<min> <max> <chance>]");
- }
- catch (StringIndexOutOfBoundsException e)
- {
- activeChar.sendMessage("Usage: //edit_drop <npc_id> <item_id> <category> [<min> <max> <chance>]");
- }
- }
- else if (command.startsWith("admin_add_drop "))
- {
- int npcId = -1;
- try
- {
- StringTokenizer st = new StringTokenizer(command.substring(15).trim());
- if (st.countTokens() == 1)
- {
- try
- {
- String[] input = command.substring(15).split(" ");
- if (input.length < 1)
- return true;
- npcId = Integer.parseInt(input[0]);
- }
- catch (Exception e)
- {
- }
-
- if (npcId > 0)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- showAddDropData(activeChar, npcData);
- }
- }
- else if (st.countTokens() == 6)
- {
- try
- {
- npcId = Integer.parseInt(st.nextToken());
- int itemId = Integer.parseInt(st.nextToken());
- int category = Integer.parseInt(st.nextToken());
- int min = Integer.parseInt(st.nextToken());
- int max = Integer.parseInt(st.nextToken());
- int chance = Integer.parseInt(st.nextToken());
-
- addDropData(activeChar, npcId, itemId, min, max, category, chance);
- }
- catch (Exception e)
- {
- _log.fine("admin_add_drop parameters error: " + command);
- }
- }
- else
- activeChar.sendMessage("Usage: //add_drop <npc_id> [<item_id> <category> <min> <max> <chance>]");
- }
- catch (StringIndexOutOfBoundsException e)
- {
- activeChar.sendMessage("Usage: //add_drop <npc_id> [<item_id> <category> <min> <max> <chance>]");
- }
- }
- else if (command.startsWith("admin_del_drop "))
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- try
- {
- int npcId = Integer.parseInt(st.nextToken());
- int itemId = Integer.parseInt(st.nextToken());
- int category = Integer.parseInt(st.nextToken());
- boolean confirmed = false;
- if (st.hasMoreTokens())
- confirmed = true;
- deleteDropData(activeChar, npcId, itemId, category, confirmed);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //del_drop <npc_id> <item_id> <category>");
- }
- }
- else if (command.startsWith("admin_show_skilllist_npc "))
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- try
- {
- int npcId = Integer.parseInt(st.nextToken());
- int page = 0;
- if (st.hasMoreTokens())
- page = Integer.parseInt(st.nextToken());
- showNpcSkillList(activeChar, npcId, page);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //show_skilllist_npc <npc_id> <page>");
- }
- }
- else if (command.startsWith("admin_edit_skill_npc "))
- {
- try
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- int npcId = Integer.parseInt(st.nextToken());
- int skillId = Integer.parseInt(st.nextToken());
- if (!st.hasMoreTokens())
- showNpcSkillEdit(activeChar, npcId, skillId);
- else
- {
- int level = Integer.parseInt(st.nextToken());
- updateNpcSkillData(activeChar, npcId, skillId, level);
- }
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //edit_skill_npc <npc_id> <item_id> [<level>]");
- }
- }
- else if (command.startsWith("admin_add_skill_npc "))
- {
- try
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- int npcId = Integer.parseInt(st.nextToken());
- if (!st.hasMoreTokens())
- {
- showNpcSkillAdd(activeChar, npcId);
- }
- else
- {
- int skillId = Integer.parseInt(st.nextToken());
- int level = Integer.parseInt(st.nextToken());
- addNpcSkillData(activeChar, npcId, skillId, level);
- }
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //add_skill_npc <npc_id> [<skill_id> <level>]");
- }
- }
- else if (command.startsWith("admin_del_skill_npc "))
- {
- try
- {
- StringTokenizer st = new StringTokenizer(command, " ");
- st.nextToken();
- int npcId = Integer.parseInt(st.nextToken());
- int skillId = Integer.parseInt(st.nextToken());
- deleteNpcSkillData(activeChar, npcId, skillId);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Usage: //del_skill_npc <npc_id> <skill_id>");
- }
- }
-
- return true;
- }
-
- private void editShopItem(L2PcInstance activeChar, String[] args)
- {
- int tradeListID = Integer.parseInt(args[1]);
- int itemID = Integer.parseInt(args[2]);
- L2TradeList tradeList = TradeController.getInstance().getBuyList(tradeListID);
-
- L2Item item = ItemTable.getInstance().getTemplate(itemID);
- if (tradeList.getPriceForItemId(itemID) < 0)
- return;
-
- if (args.length > 3)
- {
- long price = Long.parseLong(args[3]);
- int order = findOrderTradeList(itemID, tradeList.getPriceForItemId(itemID), tradeListID);
-
- tradeList.replaceItem(itemID, Long.parseLong(args[3]));
- updateTradeList(itemID, price, tradeListID, order);
-
- activeChar.sendMessage("Updated price for " + item.getName() + " in Trade List " + tradeListID);
- showShopList(activeChar, tradeListID, 1);
- return;
- }
-
- final String replyMSG = StringUtil.concat("<html><title>Merchant Shop Item Edit</title><body><center><font color=\"LEVEL\">",
- NpcTable.getInstance().getTemplate(Integer.parseInt(tradeList.getNpcId())).getName(),
- " (",
- tradeList.getNpcId(),
- ") -> ",
- Integer.toString(tradeListID),
- "</font></center><table width=\"100%\"><tr><td>Item</td><td>",
- item.getName(),
- " (",
- Integer.toString(item.getItemId()),
- ")",
- "</td></tr><tr><td>Price (",
- String.valueOf(tradeList.getPriceForItemId(itemID)),
- ")</td><td><edit var=\"price\" width=80></td></tr></table><center><br><button value=\"Save\" action=\"bypass -h admin_editShopItem ",
- String.valueOf(tradeListID),
- " ",
- String.valueOf(itemID),
- " $price\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Back to Shop List\" action=\"bypass -h admin_showShopList ",
- String.valueOf(tradeListID),
- " 1\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG);
- activeChar.sendPacket(adminReply);
- }
-
- private void delShopItem(L2PcInstance activeChar, String[] args)
- {
- int tradeListID = Integer.parseInt(args[1]);
- int itemID = Integer.parseInt(args[2]);
- L2TradeList tradeList = TradeController.getInstance().getBuyList(tradeListID);
-
- if (tradeList.getPriceForItemId(itemID) < 0)
- return;
-
- if (args.length > 3)
- {
- int order = findOrderTradeList(itemID, tradeList.getPriceForItemId(itemID), tradeListID);
-
- tradeList.removeItem(itemID);
- deleteTradeList(tradeListID, order);
-
- activeChar.sendMessage("Deleted " + ItemTable.getInstance().getTemplate(itemID).getName() + " from Trade List " + tradeListID);
- showShopList(activeChar, tradeListID, 1);
- return;
- }
-
- final String replyMSG = StringUtil.concat("<html><title>Merchant Shop Item Delete</title><body><br>Delete entry in trade list ",
- String.valueOf(tradeListID),
- "<table width=\"100%\"><tr><td>Item</td><td>",
- ItemTable.getInstance().getTemplate(itemID).getName(),
- " (",
- Integer.toString(itemID),
- ")</td></tr><tr><td>Price</td><td>",
- String.valueOf(tradeList.getPriceForItemId(itemID)),
- "</td></tr></table><center><br><button value=\"Delete\" action=\"bypass -h admin_delShopItem ",
- String.valueOf(tradeListID),
- " ",
- String.valueOf(itemID),
- " 1\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Back to Shop List\" action=\"bypass -h admin_showShopList ",
- String.valueOf(tradeListID),
- " 1\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG);
- activeChar.sendPacket(adminReply);
- }
-
- private void addShopItem(L2PcInstance activeChar, String[] args)
- {
- int tradeListID = Integer.parseInt(args[1]);
-
- L2TradeList tradeList = TradeController.getInstance().getBuyList(tradeListID);
- if (tradeList == null)
- {
- activeChar.sendMessage("TradeList not found!");
- return;
- }
-
- if (args.length > 3)
- {
- int order = tradeList.getItems().size() + 1; // last item order + 1
- int itemID = Integer.parseInt(args[2]);
- long price = Long.parseLong(args[3]);
-
- L2TradeItem newItem = new L2TradeItem(tradeListID, itemID);
- newItem.setPrice(price);
- newItem.setMaxCount(-1);
- tradeList.addItem(newItem);
- boolean stored = storeTradeList(itemID, price, tradeListID, order);
-
- if (stored)
- activeChar.sendMessage("Added " + ItemTable.getInstance().getTemplate(itemID).getName() + " to Trade List " + tradeList.getListId());
- else
- activeChar.sendMessage("Could not add " + ItemTable.getInstance().getTemplate(itemID).getName() + " to Trade List " + tradeList.getListId() + "!");
-
- showShopList(activeChar, tradeListID, 1);
- return;
- }
-
- final String replyMSG = StringUtil.concat("<html><title>Merchant Shop Item Add</title><body><br>Add a new entry in merchantList.<table width=\"100%\"><tr><td>ItemID</td><td><edit var=\"itemID\" width=80></td></tr><tr><td>Price</td><td><edit var=\"price\" width=80></td></tr></table><center><br><button value=\"Add\" action=\"bypass -h admin_addShopItem ",
- String.valueOf(tradeListID),
- " $itemID $price\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Back to Shop List\" action=\"bypass -h admin_showShopList ",
- String.valueOf(tradeListID),
- " 1\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG);
- activeChar.sendPacket(adminReply);
- }
-
- private void showShopList(L2PcInstance activeChar, int tradeListID, int page)
- {
- L2TradeList tradeList = TradeController.getInstance().getBuyList(tradeListID);
- if (page > tradeList.getItems().size() / PAGE_LIMIT + 1 || page < 1)
- return;
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(itemListHtml(tradeList, page));
- activeChar.sendPacket(adminReply);
- }
-
- private String itemListHtml(L2TradeList tradeList, int page)
- {
- final StringBuilder replyMSG = new StringBuilder();
-
- int max = tradeList.getItems().size() / PAGE_LIMIT;
- if (tradeList.getItems().size() > PAGE_LIMIT * max)
- max++;
-
- StringUtil.append(replyMSG, "<html><title>Merchant Shop List Page: ",
- String.valueOf(page),
- " of ",
- Integer.toString(max),
- "</title><body><br><center><font color=\"LEVEL\">",
- NpcTable.getInstance().getTemplate(Integer.parseInt(tradeList.getNpcId())).getName(),
- " (",
- tradeList.getNpcId(),
- ") Shop ID: ",
- Integer.toString(tradeList.getListId()),
- "</font></center><table width=300 bgcolor=666666><tr>");
-
- for (int x = 0; x < max; x++)
- {
- int pagenr = x + 1;
- if (page == pagenr)
- {
- replyMSG.append("<td>Page ");
- replyMSG.append(pagenr);
- replyMSG.append("</td>");
- }
- else
- {
- replyMSG.append("<td><a action=\"bypass -h admin_showShopList ");
- replyMSG.append(tradeList.getListId());
- replyMSG.append(" ");
- replyMSG.append(x+1);
- replyMSG.append("\"> Page ");
- replyMSG.append(pagenr);
- replyMSG.append(" </a></td>");
- }
- }
-
- replyMSG.append("</tr></table><table width=\"100%\"><tr><td width=150>Item</td><td width=60>Price</td><td width=40>Delete</td></tr>");
-
- int start = ((page - 1) * PAGE_LIMIT);
- int end = Math.min(((page - 1) * PAGE_LIMIT) + PAGE_LIMIT, tradeList.getItems().size());
- //System.out.println("page: " + page + "; tradeList.getItems().size(): " + tradeList.getItems().size() + "; start: " + start + "; end: " + end + "; max: " + max);
- for (L2TradeItem item : tradeList.getItems(start, end))
- {
- StringUtil.append(replyMSG, "<tr><td><a action=\"bypass -h admin_editShopItem ",
- String.valueOf(tradeList.getListId()),
- " ",
- String.valueOf(item.getItemId()),
- "\">",
- ItemTable.getInstance().getTemplate(item.getItemId()).getName(),
- "</a></td><td>",
- String.valueOf(item.getPrice()),
- "</td><td><a action=\"bypass -h admin_delShopItem ",
- String.valueOf(tradeList.getListId()),
- " ",
- String.valueOf(item.getItemId()),
- "\">Delete</a></td></tr>");
- }
- StringUtil.append(replyMSG, "<tr><td><br><br></td><td> </td><td> </td></tr><tr>");
-
- StringUtil.append(replyMSG, "</tr></table><center><br><button value=\"Add Shop Item\" action=\"bypass -h admin_addShopItem ",
- String.valueOf(tradeList.getListId()),
- "\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Close\" action=\"bypass -h admin_close_window\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- return replyMSG.toString();
- }
-
- private void showShop(L2PcInstance activeChar, int merchantID)
- {
- List<L2TradeList> tradeLists = TradeController.getInstance().getBuyListByNpcId(merchantID);
- if (tradeLists == null)
- {
- activeChar.sendMessage("Unknown npc template Id: " + merchantID);
- return;
- }
-
- final StringBuilder replyMSG = new StringBuilder();
- StringUtil.append(replyMSG, "<html><title>Merchant Shop Lists</title><body>");
-
- if (activeChar.getTarget() instanceof L2MerchantInstance)
- {
- MerchantPriceConfig mpc = ((L2MerchantInstance) activeChar.getTarget()).getMpc();
- StringUtil.append(replyMSG,
- "<br>NPC: ",
- activeChar.getTarget().getName(),
- " (",
- Integer.toString(merchantID),
- ") <br>Price Config: ",
- mpc.getName(),
- ", ",
- Integer.toString(mpc.getBaseTax()),
- "% / ",
- Integer.toString(mpc.getTotalTax()),
- "%");
- }
-
- StringUtil.append(replyMSG, "<table width=\"100%\">");
-
- for (L2TradeList tradeList : tradeLists)
- {
- if (tradeList != null)
- {
- StringUtil.append(replyMSG, "<tr><td><a action=\"bypass -h admin_showShopList ",
- String.valueOf(tradeList.getListId()),
- " 1\">Merchant List ID ",
- String.valueOf(tradeList.getListId()),
- "</a></td></tr>");
- }
- }
-
- StringUtil.append(replyMSG, "</table><center><br><button value=\"Close\" action=\"bypass -h admin_close_window\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
-
- private boolean storeTradeList(int itemID, long price, int tradeListID, int order)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- String table = "merchant_buylists";
- if (Config.CUSTOM_MERCHANT_TABLES)
- table = "custom_merchant_buylists";
-
- PreparedStatement stmt = con.prepareStatement("INSERT INTO `" + table + "`(`item_id`,`price`,`shop_id`,`order`) VALUES (?,?,?,?)");
- stmt.setInt(1, itemID);
- stmt.setLong(2, price);
- stmt.setInt(3, tradeListID);
- stmt.setInt(4, order);
- stmt.execute();
- stmt.close();
- }
- catch (Exception e)
- {
- _log.warning("Could not store trade list (" + itemID + ", " + price + ", " + tradeListID + ", " + order + "): " + e);
- return false;
- }
- return true;
- }
-
- private void updateTradeList(int itemID, long price, int tradeListID, int order)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- int updated = 0;
- if (Config.CUSTOM_MERCHANT_TABLES)
- {
- PreparedStatement stmt = con.prepareStatement("UPDATE `custom_merchant_buylists` SET `price` = ? WHERE `shop_id` = ? AND `order` = ?");
- stmt.setLong(1, price);
- stmt.setInt(2, tradeListID);
- stmt.setInt(3, order);
- updated = stmt.executeUpdate();
- stmt.close();
- }
- if (updated == 0)
- {
- PreparedStatement stmt = con.prepareStatement("UPDATE `merchant_buylists` SET `price` = ? WHERE `shop_id` = ? AND `order` = ?");
- stmt.setLong(1, price);
- stmt.setInt(2, tradeListID);
- stmt.setInt(3, order);
- updated = stmt.executeUpdate();
- stmt.close();
- }
- }
- catch (Exception e)
- {
- _log.warning("Could not update trade list (" + itemID + ", " + price + ", " + tradeListID + ", " + order + "): " + e);
- }
- }
-
- private void deleteTradeList(int tradeListID, int order)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- int updated = 0;
- if (Config.CUSTOM_MERCHANT_TABLES)
- {
- PreparedStatement stmt = con.prepareStatement("DELETE FROM `custom_merchant_buylists` WHERE `shop_id` = ? AND `order` = ?");
- stmt.setInt(1, tradeListID);
- stmt.setInt(2, order);
- updated = stmt.executeUpdate();
- stmt.close();
- }
- if (updated == 0)
- {
- PreparedStatement stmt = con.prepareStatement("DELETE FROM `merchant_buylists` WHERE `shop_id` = ? AND `order` = ?");
- stmt.setInt(1, tradeListID);
- stmt.setInt(2, order);
- updated = stmt.executeUpdate();
- stmt.close();
- }
- }
- catch (Exception e)
- {
- _log.warning("Could not delete trade list (" + tradeListID + ", " + order + "): " + e);
- }
- }
-
- private int findOrderTradeList(int itemID, long price, int tradeListID)
- {
- int order = -1;
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- PreparedStatement stmt = con.prepareStatement("SELECT `order` FROM `merchant_buylists` WHERE `shop_id` = ? AND `item_id` = ? AND `price` = ?");
- stmt.setInt(1, tradeListID);
- stmt.setInt(2, itemID);
- stmt.setLong(3, price);
- ResultSet rs = stmt.executeQuery();
-
- if (rs.first())
- order = rs.getInt("order");
-
- stmt.close();
- rs.close();
- }
- catch (Exception e)
- {
- _log.warning("Could not get order for (" + itemID + ", " + price + ", " + tradeListID + "): " + e);
- }
- return order;
- }
-
- @Override
- public String[] getAdminCommandList()
- {
- return ADMIN_COMMANDS;
- }
-
- private void showNpcProperty(L2PcInstance activeChar, L2NpcTemplate npc)
- {
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- String content = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/admin/editnpc.htm");
-
- if (content != null)
- {
- adminReply.setHtml(content);
- adminReply.replace("%npcId%", String.valueOf(npc.getNpcId()));
- adminReply.replace("%templateId%", String.valueOf(npc.getIdTemplate()));
- adminReply.replace("%name%", npc.getName());
- adminReply.replace("%serverSideName%", npc.isServerSideName() == true ? "1" : "0");
- adminReply.replace("%title%", npc.getTitle());
- adminReply.replace("%serverSideTitle%", npc.isServerSideTitle() == true ? "1" : "0");
- adminReply.replace("%collisionRadius%", String.valueOf(npc.getfCollisionRadius()));
- adminReply.replace("%collisionHeight%", String.valueOf(npc.getfCollisionHeight()));
- adminReply.replace("%level%", String.valueOf(npc.getLevel()));
- adminReply.replace("%sex%", String.valueOf(npc.getSex()));
- adminReply.replace("%type%", String.valueOf(npc.getType()));
- adminReply.replace("%attackRange%", String.valueOf(npc.getBaseAtkRange()));
- adminReply.replace("%hp%", String.valueOf(npc.getBaseHpMax()));
- adminReply.replace("%mp%", String.valueOf(npc.getBaseMpMax()));
- adminReply.replace("%hpRegen%", String.valueOf(npc.getBaseHpReg()));
- adminReply.replace("%mpRegen%", String.valueOf(npc.getBaseMpReg()));
- adminReply.replace("%str%", String.valueOf(npc.getBaseSTR()));
- adminReply.replace("%con%", String.valueOf(npc.getBaseCON()));
- adminReply.replace("%dex%", String.valueOf(npc.getBaseDEX()));
- adminReply.replace("%int%", String.valueOf(npc.getBaseINT()));
- adminReply.replace("%wit%", String.valueOf(npc.getBaseWIT()));
- adminReply.replace("%men%", String.valueOf(npc.getBaseMEN()));
- adminReply.replace("%exp%", String.valueOf(npc.getRewardExp()));
- adminReply.replace("%sp%", String.valueOf(npc.getRewardSp()));
- adminReply.replace("%pAtk%", String.valueOf(npc.getBasePAtk()));
- adminReply.replace("%pDef%", String.valueOf(npc.getBasePDef()));
- adminReply.replace("%mAtk%", String.valueOf(npc.getBaseMAtk()));
- adminReply.replace("%mDef%", String.valueOf(npc.getBaseMDef()));
- adminReply.replace("%pAtkSpd%", String.valueOf(npc.getBasePAtkSpd()));
- adminReply.replace("%aggro%", String.valueOf(npc.getAIDataStatic().getAggroRange()));
- adminReply.replace("%mAtkSpd%", String.valueOf(npc.getBaseMAtkSpd()));
- adminReply.replace("%rHand%", String.valueOf(npc.getRightHand()));
- adminReply.replace("%lHand%", String.valueOf(npc.getLeftHand()));
- adminReply.replace("%enchant%", String.valueOf(npc.getEnchantEffect()));
- adminReply.replace("%walkSpd%", String.valueOf(npc.getBaseWalkSpd()));
- adminReply.replace("%runSpd%", String.valueOf(npc.getBaseRunSpd()));
- adminReply.replace("%factionId%", npc.getAIDataStatic().getClan() == null ? "" : npc.getAIDataStatic().getClan());
- adminReply.replace("%factionRange%", String.valueOf(npc.getAIDataStatic().getClanRange()));
- }
- else
- adminReply.setHtml("<html><head><body>File not found: data/html/admin/editnpc.htm</body></html>");
- activeChar.sendPacket(adminReply);
- }
- private void saveNpcProperty(L2PcInstance activeChar, String command)
- {
- String[] commandSplit = command.split(" ");
-
- if (commandSplit.length < 4)
- return;
-
- StatsSet newNpcData = new StatsSet();
- try
- {
- newNpcData.set("npcId", commandSplit[1]);
-
- String statToSet = commandSplit[2];
- String value = commandSplit[3];
-
- if (commandSplit.length > 4)
- {
- for (int i = 0; i < commandSplit.length - 3; i++)
- value += " " + commandSplit[i + 4];
- }
-
- if (statToSet.equals("templateId"))
- newNpcData.set("idTemplate", Integer.parseInt(value));
- else if (statToSet.equals("name"))
- newNpcData.set("name", value);
- else if (statToSet.equals("serverSideName"))
- newNpcData.set("serverSideName", Integer.parseInt(value));
- else if (statToSet.equals("title"))
- newNpcData.set("title", value);
- else if (statToSet.equals("serverSideTitle"))
- newNpcData.set("serverSideTitle", Integer.parseInt(value) == 1 ? 1 : 0);
- else if (statToSet.equals("collisionRadius"))
- newNpcData.set("collision_radius", Integer.parseInt(value));
- else if (statToSet.equals("collisionHeight"))
- newNpcData.set("collision_height", Integer.parseInt(value));
- else if (statToSet.equals("level"))
- newNpcData.set("level", Integer.parseInt(value));
- else if (statToSet.equals("sex"))
- {
- int intValue = Integer.parseInt(value);
- newNpcData.set("sex", intValue == 0 ? "male" : intValue == 1 ? "female" : "etc");
- }
- else if (statToSet.equals("type"))
- {
- Class.forName("com.l2jserver.gameserver.model.actor.instance." + value + "Instance");
- newNpcData.set("type", value);
- }
- else if (statToSet.equals("attackRange"))
- newNpcData.set("attackrange", Integer.parseInt(value));
- else if (statToSet.equals("hp"))
- newNpcData.set("hp", Integer.parseInt(value));
- else if (statToSet.equals("mp"))
- newNpcData.set("mp", Integer.parseInt(value));
- else if (statToSet.equals("hpRegen"))
- newNpcData.set("hpreg", Integer.parseInt(value));
- else if (statToSet.equals("mpRegen"))
- newNpcData.set("mpreg", Integer.parseInt(value));
- else if (statToSet.equals("str"))
- newNpcData.set("str", Integer.parseInt(value));
- else if (statToSet.equals("con"))
- newNpcData.set("con", Integer.parseInt(value));
- else if (statToSet.equals("dex"))
- newNpcData.set("dex", Integer.parseInt(value));
- else if (statToSet.equals("int"))
- newNpcData.set("int", Integer.parseInt(value));
- else if (statToSet.equals("wit"))
- newNpcData.set("wit", Integer.parseInt(value));
- else if (statToSet.equals("men"))
- newNpcData.set("men", Integer.parseInt(value));
- else if (statToSet.equals("exp"))
- newNpcData.set("exp", Integer.parseInt(value));
- else if (statToSet.equals("sp"))
- newNpcData.set("sp", Integer.parseInt(value));
- else if (statToSet.equals("pAtk"))
- newNpcData.set("patk", Integer.parseInt(value));
- else if (statToSet.equals("pDef"))
- newNpcData.set("pdef", Integer.parseInt(value));
- else if (statToSet.equals("mAtk"))
- newNpcData.set("matk", Integer.parseInt(value));
- else if (statToSet.equals("mDef"))
- newNpcData.set("mdef", Integer.parseInt(value));
- else if (statToSet.equals("pAtkSpd"))
- newNpcData.set("atkspd", Integer.parseInt(value));
- else if (statToSet.equals("aggro"))
- newNpcData.set("aggro", Integer.parseInt(value));
- else if (statToSet.equals("mAtkSpd"))
- newNpcData.set("matkspd", Integer.parseInt(value));
- else if (statToSet.equals("rHand"))
- newNpcData.set("rhand", Integer.parseInt(value));
- else if (statToSet.equals("lHand"))
- newNpcData.set("lhand", Integer.parseInt(value));
- else if (statToSet.equals("armor"))
- newNpcData.set("armor", Integer.parseInt(value));
- else if (statToSet.equals("enchant"))
- newNpcData.set("enchant", Integer.parseInt(value));
- else if (statToSet.equals("runSpd"))
- newNpcData.set("runspd", Integer.parseInt(value));
- else if (statToSet.equals("isUndead"))
- newNpcData.set("isUndead", Integer.parseInt(value) == 1 ? 1 : 0);
- else if (statToSet.equals("absorbLevel"))
- {
- int intVal = Integer.parseInt(value);
- newNpcData.set("absorb_level", intVal < 0 ? 0 : intVal > 16 ? 0 : intVal);
- }
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not save npc property!");
- _log.warning("Error saving new npc value (" + command + "): " + e);
- }
-
- NpcTable.getInstance().saveNpc(newNpcData);
-
- int npcId = newNpcData.getInteger("npcId");
-
- NpcTable.getInstance().reloadNpc(npcId);
- showNpcProperty(activeChar, NpcTable.getInstance().getTemplate(npcId));
- }
-
- private void showNpcDropList(L2PcInstance activeChar, int npcId, int page)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- if (npcData == null)
- {
- activeChar.sendMessage("Unknown npc template id " + npcId);
- return;
- }
-
- final StringBuilder replyMSG = new StringBuilder(2900);
- replyMSG.append("<html><title>Show droplist page ");
- replyMSG.append(page);
- replyMSG.append("</title><body><br1><center><font color=\"LEVEL\">");
- replyMSG.append(npcData.getName());
- replyMSG.append(" (");
- replyMSG.append(npcId);
- replyMSG.append(")</font></center><br1><table width=\"100%\" border=0><tr><td width=35>cat.</td><td width=210>item</td><td width=30>type</td><td width=25>del</td></tr>");
-
- int myPage = 1;
- int i = 0;
- int shown = 0;
- boolean hasMore = false;
- if (npcData.getDropData() != null)
- {
- for (L2DropCategory cat : npcData.getDropData())
- {
- if (shown == PAGE_LIMIT)
- {
- hasMore = true;
- break;
- }
- for (L2DropData drop : cat.getAllDrops())
- {
- if (myPage != page)
- {
- i++;
- if (i == PAGE_LIMIT)
- {
- myPage++;
- i = 0;
- }
- continue;
- }
- if (shown == PAGE_LIMIT)
- {
- hasMore = true;
- break;
- }
-
- replyMSG.append("<tr><td>");
- replyMSG.append(cat.getCategoryType());
- replyMSG.append("</td><td><a action=\"bypass -h admin_edit_drop ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(drop.getItemId());
- replyMSG.append(" ");
- replyMSG.append(cat.getCategoryType());
- replyMSG.append("\">");
- replyMSG.append(ItemTable.getInstance().getTemplate(drop.getItemId()).getName());
- replyMSG.append(" (");
- replyMSG.append(drop.getItemId());
- replyMSG.append(")</a></td><td>");
- replyMSG.append((drop.isQuestDrop() ? "Q" : (cat.isSweep() ? "S" : "D")));
- replyMSG.append("</td><td><a action=\"bypass -h admin_del_drop ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(drop.getItemId());
- replyMSG.append(" ");
- replyMSG.append(cat.getCategoryType());
- replyMSG.append("\">del</a></td></tr>");
- shown++;
- }
- }
- }
-
- replyMSG.append("</table><table width=300 bgcolor=666666 border=0><tr>");
-
- if (page > 1)
- {
- replyMSG.append("<td width=120><a action=\"bypass -h admin_show_droplist ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(page - 1);
- replyMSG.append("\">Prev Page</a></td>");
- if (!hasMore)
- {
- replyMSG.append("<td width=100>Page ");
- replyMSG.append(page);
- replyMSG.append("</td><td width=70></td></tr>");
- }
- }
- if (hasMore)
- {
- if (page <= 1)
- replyMSG.append("<td width=120></td>");
- replyMSG.append("<td width=100>Page ");
- replyMSG.append(page);
- replyMSG.append("</td><td width=70><a action=\"bypass -h admin_show_droplist ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(page + 1);
- replyMSG.append("\">Next Page</a></td></tr>");
- }
-
- replyMSG.append("</table><center><br><button value=\"Add Drop Data\" action=\"bypass -h admin_add_drop ");
- replyMSG.append(npcId);
- replyMSG.append("\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Close\" action=\"bypass -h admin_close_window\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
-
- private void showEditDropData(L2PcInstance activeChar, int npcId, int itemId, int category)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- if (npcData == null)
- {
- activeChar.sendMessage("Unknown npc template id " + npcId);
- return;
- }
-
- L2Item itemData = ItemTable.getInstance().getTemplate(itemId);
- if (itemData == null)
- {
- activeChar.sendMessage("Unknown item template id " + itemId);
- return;
- }
-
- final StringBuilder replyMSG = new StringBuilder();
- replyMSG.append("<html><title>Edit drop data</title><body>");
-
- List<L2DropData> dropDatas = null;
- if (npcData.getDropData() != null)
- {
- for (L2DropCategory dropCat : npcData.getDropData())
- {
- if (dropCat.getCategoryType() == category)
- {
- dropDatas = dropCat.getAllDrops();
- break;
- }
- }
- }
-
- L2DropData dropData = null;
- if (dropDatas != null)
- {
- for (L2DropData drop : dropDatas)
- {
- if (drop.getItemId() == itemId)
- {
- dropData = drop;
- break;
- }
- }
- }
-
- if (dropData != null)
- {
- replyMSG.append("<table width=\"100%\"><tr><td>Npc</td><td>");
- replyMSG.append(npcData.getName());
- replyMSG.append(" (");
- replyMSG.append(npcId);
- replyMSG.append(")</td></tr><tr><td>Item</td><td>");
- replyMSG.append(itemData.getName());
- replyMSG.append(" (");
- replyMSG.append(itemId);
- replyMSG.append(")</td></tr><tr><td>Category</td><td>");
- replyMSG.append(((category == -1) ? "-1 (sweep)" : Integer.toString(category)));
- replyMSG.append("</td></tr>");
- replyMSG.append("<tr><td>Min count (");
- replyMSG.append(dropData.getMinDrop());
- replyMSG.append(")</td><td><edit var=\"min\" width=80></td></tr><tr><td>Max count (");
- replyMSG.append(dropData.getMaxDrop());
- replyMSG.append(")</td><td><edit var=\"max\" width=80></td></tr><tr><td>Chance (");
- replyMSG.append(dropData.getChance());
- replyMSG.append(")</td><td><edit var=\"chance\" width=80></td></tr></table><br>");
-
- replyMSG.append("<center><br><button value=\"Save\" action=\"bypass -h admin_edit_drop ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(itemId);
- replyMSG.append(" ");
- replyMSG.append(category);
- replyMSG.append(" $min $max $chance\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\">");
- }
- else
- {
- replyMSG.append("No drop data detail found.<center><br>");
- }
- replyMSG.append("<button value=\"Back to Droplist\" action=\"bypass -h admin_show_droplist ");
- replyMSG.append(npcId);
- replyMSG.append("\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center>");
- replyMSG.append("</body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
-
- private void showAddDropData(L2PcInstance activeChar, L2NpcTemplate npcData)
- {
- final String replyMSG = StringUtil.concat("<html><title>Add drop data</title><body><table width=\"100%\"><tr><td>Npc</td><td>",
- npcData.getName(),
- " (",
- Integer.toString(npcData.getNpcId()),
- ")",
- "</td></tr><tr><td>Item Id</td><td><edit var=\"itemId\" width=80></td></tr><tr><td>Min count</td><td><edit var=\"min\" width=80></td></tr><tr><td>Max count</td><td><edit var=\"max\" width=80></td></tr><tr><td>Category (sweep=-1)</td><td><edit var=\"category\" width=80></td></tr><tr><td>Chance (0-1000000)</td><td><edit var=\"chance\" width=80></td></tr></table><center><br><button value=\"Add\" action=\"bypass -h admin_add_drop ",
- Integer.toString(npcData.getNpcId()),
- " $itemId $category $min $max $chance\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Back to Droplist\" action=\"bypass -h admin_show_droplist ",
- Integer.toString(npcData.getNpcId()),
- "\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG);
- activeChar.sendPacket(adminReply);
- }
-
- private void updateDropData(L2PcInstance activeChar, int npcId, int itemId, int min, int max, int category, int chance)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- int updated = 0;
- if (Config.CUSTOM_DROPLIST_TABLE)
- {
- PreparedStatement statement = con.prepareStatement("UPDATE `custom_droplist` SET `min`=?, `max`=?, `chance`=? WHERE `mobId`=? AND `itemId`=? AND `category`=?");
- statement.setInt(1, min);
- statement.setInt(2, max);
- statement.setInt(3, chance);
- statement.setInt(4, npcId);
- statement.setInt(5, itemId);
- statement.setInt(6, category);
-
- updated = statement.executeUpdate();
- statement.close();
- }
- if (updated == 0)
- {
- PreparedStatement statement = con.prepareStatement("UPDATE `droplist` SET `min`=?, `max`=?, `chance`=? WHERE `mobId`=? AND `itemId`=? AND `category`=?");
- statement.setInt(1, min);
- statement.setInt(2, max);
- statement.setInt(3, chance);
- statement.setInt(4, npcId);
- statement.setInt(5, itemId);
- statement.setInt(6, category);
-
- updated = statement.executeUpdate();
- statement.close();
- }
-
- reloadNpcDropList(npcId);
-
- showNpcDropList(activeChar, npcId, 1);
- activeChar.sendMessage("Updated drop data for npc id " + npcId + " and item id " + itemId + " in category " + category + ".");
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not update drop data!");
- _log.warning("Error while updating drop data (" + npcId + ", " + itemId + ", " + min + ", " + max + ", " + category + ", " + chance + "): " + e);
- }
- }
-
- private void addDropData(L2PcInstance activeChar, int npcId, int itemId, int min, int max, int category, int chance)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- String table = "droplist";
- if (Config.CUSTOM_DROPLIST_TABLE)
- table = "custom_droplist";
-
- PreparedStatement statement = con.prepareStatement("INSERT INTO `" + table + "`(`mobId`, `itemId`, `min`, `max`, `category`, `chance`) VALUES(?,?,?,?,?,?)");
- statement.setInt(1, npcId);
- statement.setInt(2, itemId);
- statement.setInt(3, min);
- statement.setInt(4, max);
- statement.setInt(5, category);
- statement.setInt(6, chance);
- statement.execute();
- statement.close();
-
- reloadNpcDropList(npcId);
-
- showNpcDropList(activeChar, npcId, 1);
- activeChar.sendMessage("Added drop data for npc id " + npcId + " with item id " + itemId + " in category " + category + ".");
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not add drop data!");
- _log.warning("Error while adding drop data (" + npcId + ", " + itemId + ", " + min + ", " + max + ", " + category + ", " + chance + "): " + e);
- }
- }
-
- private void deleteDropData(L2PcInstance activeChar, int npcId, int itemId, int category, boolean confirmed)
- {
- if (!confirmed)
- {
- final String replyMSG = StringUtil.concat("<html><title>Drop Data Delete</title><body><br>Delete drop data.",
- "<table width=\"100%\"><tr><td>NPC</td><td>",
- NpcTable.getInstance().getTemplate(npcId).getName(),
- " (",
- Integer.toString(npcId),
- ")</td></tr><tr><td>Item ID</td><td>",
- Integer.toString(itemId),
- "</td></tr><tr><td>Category</td><td>",
- Integer.toString(category),
- "</td></tr></table><center><br><button value=\"Delete\" action=\"bypass -h admin_del_drop ",
- Integer.toString(npcId),
- " ",
- Integer.toString(itemId),
- " ",
- Integer.toString(category),
- " 1\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Back to Droplist\" action=\"bypass -h admin_show_droplist ",
- Integer.toString(npcId),
- "\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG);
- activeChar.sendPacket(adminReply);
- return;
- }
-
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- int updated = 0;
- if (Config.CUSTOM_DROPLIST_TABLE)
- {
- PreparedStatement statement = con.prepareStatement("DELETE FROM `custom_droplist` WHERE `mobId`=? AND `itemId`=? AND `category`=?");
- statement.setInt(1, npcId);
- statement.setInt(2, itemId);
- statement.setInt(3, category);
- updated = statement.executeUpdate();
- statement.close();
- }
- if (updated == 0)
- {
- PreparedStatement statement = con.prepareStatement("DELETE FROM `droplist` WHERE `mobId`=? AND `itemId`=? AND `category`=?");
- statement.setInt(1, npcId);
- statement.setInt(2, itemId);
- statement.setInt(3, category);
- updated = statement.executeUpdate();
- statement.close();
- }
-
- reloadNpcDropList(npcId);
-
- showNpcDropList(activeChar, npcId, 1);
- activeChar.sendMessage("Deleted drop data for npc id " + npcId + " and item id " + itemId + " in category " + category + ".");
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not delete drop data!");
- _log.warning("Error while deleting drop data (" + npcId + ", " + itemId + ", " + category + "): " + e);
- }
- }
-
- private void reloadNpcDropList(int npcId)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- if (npcData == null)
- return;
-
- // reset the drop lists
- npcData.clearAllDropData();
-
- // get the drops
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- L2DropData dropData = null;
-
- PreparedStatement statement = con.prepareStatement("SELECT `mobId`, `itemId`, `min`, `max`, `category`, `chance` FROM `droplist` WHERE `mobId`=?");
- statement.setInt(1, npcId);
- ResultSet dropDataList = statement.executeQuery();
-
- while (dropDataList.next())
- {
- dropData = new L2DropData();
-
- dropData.setItemId(dropDataList.getInt("itemId"));
- dropData.setMinDrop(dropDataList.getInt("min"));
- dropData.setMaxDrop(dropDataList.getInt("max"));
- dropData.setChance(dropDataList.getInt("chance"));
-
- int category = dropDataList.getInt("category");
- npcData.addDropData(dropData, category);
- }
- dropDataList.close();
- statement.close();
-
- if (Config.CUSTOM_DROPLIST_TABLE)
- {
- PreparedStatement statement2 = con.prepareStatement("SELECT `mobId`, `itemId`, `min`, `max`, `category`, `chance` FROM `custom_droplist` WHERE `mobId`=?");
- statement2.setInt(1, npcId);
- ResultSet dropDataList2 = statement2.executeQuery();
-
- while (dropDataList2.next())
- {
- dropData = new L2DropData();
-
- dropData.setItemId(dropDataList2.getInt("itemId"));
- dropData.setMinDrop(dropDataList2.getInt("min"));
- dropData.setMaxDrop(dropDataList2.getInt("max"));
- dropData.setChance(dropDataList2.getInt("chance"));
-
- int category = dropDataList2.getInt("category");
- npcData.addDropData(dropData, category);
- }
- dropDataList2.close();
- statement2.close();
- }
- }
- catch (Exception e)
- {
- _log.warning("Error while reloading npc droplist (" + npcId + "): " + e);
- }
- }
-
- private void showNpcSkillList(L2PcInstance activeChar, int npcId, int page)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- if (npcData == null)
- {
- activeChar.sendMessage("Template id unknown: " + npcId);
- return;
- }
-
- Map<Integer, L2Skill> skills = new HashMap<>(npcData.getSkills());
- int _skillsize = skills.size();
-
- int MaxSkillsPerPage = PAGE_LIMIT;
- int MaxPages = _skillsize / MaxSkillsPerPage;
- if (_skillsize > MaxSkillsPerPage * MaxPages)
- MaxPages++;
-
- if (page > MaxPages)
- page = MaxPages;
-
- int SkillsStart = MaxSkillsPerPage * page;
- int SkillsEnd = _skillsize;
- if (SkillsEnd - SkillsStart > MaxSkillsPerPage)
- SkillsEnd = SkillsStart + MaxSkillsPerPage;
-
- StringBuffer replyMSG = new StringBuffer("<html><title>Show NPC Skill List</title><body><center><font color=\"LEVEL\">");
- replyMSG.append(npcData.getName());
- replyMSG.append(" (");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append("): ");
- replyMSG.append(_skillsize);
- replyMSG.append(" skills</font></center><table width=300 bgcolor=666666><tr>");
- for (int x = 0; x < MaxPages; x++)
- {
- int pagenr = x + 1;
- if (page == x)
- {
- replyMSG.append("<td>Page ");
- replyMSG.append(pagenr);
- replyMSG.append("</td>");
- }
- else
- {
- replyMSG.append("<td><a action=\"bypass -h admin_show_skilllist_npc ");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append(" ");
- replyMSG.append(x);
- replyMSG.append("\"> Page ");
- replyMSG.append(pagenr);
- replyMSG.append(" </a></td>");
- }
- }
- replyMSG.append("</tr></table><table width=\"100%\" border=0><tr><td>Skill name [skill id-skill lvl]</td><td>Delete</td></tr>");
- Iterator<L2Skill> skillite = skills.values().iterator();
-
- for (int i = 0; i < SkillsStart; i++)
- {
- if (skillite.hasNext())
- skillite.next();
- }
-
- int cnt = SkillsStart;
- L2Skill sk;
- while (skillite.hasNext())
- {
- cnt++;
- if (cnt > SkillsEnd)
- break;
-
- sk = skillite.next();
- replyMSG.append("<tr><td width=240><a action=\"bypass -h admin_edit_skill_npc ");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append(" ");
- replyMSG.append(sk.getId());
- replyMSG.append("\">");
- if (sk.getSkillType() == L2SkillType.NOTDONE)
- replyMSG.append("<font color=\"777777\">" + sk.getName() + "</font>");
- else
- replyMSG.append(sk.getName());
- replyMSG.append(" [");
- replyMSG.append(sk.getId());
- replyMSG.append("-");
- replyMSG.append(sk.getLevel());
- replyMSG.append("]</a></td><td width=60><a action=\"bypass -h admin_del_skill_npc ");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append(" ");
- replyMSG.append(sk.getId());
- replyMSG.append("\">Delete</a></td></tr>");
- }
- replyMSG.append("</table><br><center><button value=\"Add Skill\" action=\"bypass -h admin_add_skill_npc ");
- replyMSG.append(npcId);
- replyMSG.append("\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><button value=\"Close\" action=\"bypass -h admin_close_window\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
-
- private void showNpcSkillEdit(L2PcInstance activeChar, int npcId, int skillId)
- {
- try
- {
- StringBuffer replyMSG = new StringBuffer("<html><title>NPC Skill Edit</title><body>");
-
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
- if (npcData == null)
- {
- activeChar.sendMessage("Template id unknown: " + npcId);
- return;
- }
- if (npcData.getSkills() == null)
- return;
-
- L2Skill npcSkill = npcData.getSkills().get(skillId);
-
- if (npcSkill != null)
- {
- replyMSG.append("<table width=\"100%\"><tr><td>NPC: </td><td>");
- replyMSG.append(NpcTable.getInstance().getTemplate(npcId).getName());
- replyMSG.append(" (");
- replyMSG.append(npcId);
- replyMSG.append(")</td></tr><tr><td>Skill: </td><td>");
- replyMSG.append(npcSkill.getName());
- replyMSG.append(" (");
- replyMSG.append(skillId);
- replyMSG.append(")</td></tr><tr><td>Skill Lvl: (");
- replyMSG.append(npcSkill.getLevel());
- replyMSG.append(") </td><td><edit var=\"level\" width=50></td></tr></table><br><center><button value=\"Save\" action=\"bypass -h admin_edit_skill_npc ");
- replyMSG.append(npcId);
- replyMSG.append(" ");
- replyMSG.append(skillId);
- replyMSG.append(" $level\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><br1><button value=\"Back to SkillList\" action=\"bypass -h admin_show_skilllist_npc ");
- replyMSG.append(npcId);
- replyMSG.append("\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center>");
- }
-
- replyMSG.append("</body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not edit npc skills!");
- _log.warning("Error while editing npc skills (" + npcId + ", " + skillId + "): " + e);
- }
- }
-
- private void updateNpcSkillData(L2PcInstance activeChar, int npcId, int skillId, int level)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- L2Skill skillData = SkillTable.getInstance().getInfo(skillId, level);
- if (skillData == null)
- {
- activeChar.sendMessage("Could not update npc skill: not existing skill id with that level!");
- showNpcSkillEdit(activeChar, npcId, skillId);
- return;
- }
-
- if (skillData.getLevel() != level)
- {
- activeChar.sendMessage("Skill id with requested level doesn't exist! Skill level not changed.");
- showNpcSkillEdit(activeChar, npcId, skillId);
- return;
- }
-
- int updated = 0;
- if(Config.CUSTOM_NPC_SKILLS_TABLE)
- {
- PreparedStatement statement2 = con.prepareStatement("UPDATE `custom_npcskills` SET `level`=? WHERE `npcid`=? AND `skillid`=?");
- statement2.setInt(1, level);
- statement2.setInt(2, npcId);
- statement2.setInt(3, skillId);
-
- updated = statement2.executeUpdate();
- statement2.close();
- }
- if(updated == 0)
- {
- PreparedStatement statement = con.prepareStatement("UPDATE `npcskills` SET `level`=? WHERE `npcid`=? AND `skillid`=?");
- statement.setInt(1, level);
- statement.setInt(2, npcId);
- statement.setInt(3, skillId);
-
- statement.execute();
- statement.close();
- }
- reloadNpcSkillList(npcId);
-
- showNpcSkillList(activeChar, npcId, 0);
- activeChar.sendMessage("Updated skill id " + skillId + " for npc id " + npcId + " to level " + level + ".");
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not update npc skill!");
- _log.warning("Error while updating npc skill (" + npcId + ", " + skillId + ", " + level + "): " + e);
- }
- }
-
- private void showNpcSkillAdd(L2PcInstance activeChar, int npcId)
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
-
- StringBuffer replyMSG = new StringBuffer("<html><title>NPC Skill Add</title><body><table width=\"100%\"><tr><td>NPC: </td><td>");
- replyMSG.append(npcData.getName());
- replyMSG.append(" (");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append(")</td></tr><tr><td>SkillId: </td><td><edit var=\"skillId\" width=80></td></tr><tr><td>Level: </td><td><edit var=\"level\" width=80></td></tr></table><br><center><button value=\"Add Skill\" action=\"bypass -h admin_add_skill_npc ");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append(" $skillId $level\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"><br1><button value=\"Back to SkillList\" action=\"bypass -h admin_show_skilllist_npc ");
- replyMSG.append(npcData.getNpcId());
- replyMSG.append("\" width=100 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center></body></html>");
-
- NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
- adminReply.setHtml(replyMSG.toString());
- activeChar.sendPacket(adminReply);
- }
-
- private void addNpcSkillData(L2PcInstance activeChar, int npcId, int skillId, int level)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- // skill check
- L2Skill skillData = SkillTable.getInstance().getInfo(skillId, level);
- if (skillData == null)
- {
- activeChar.sendMessage("Could not add npc skill: not existing skill id with that level!");
- showNpcSkillAdd(activeChar, npcId);
- return;
- }
-
- if (Config.CUSTOM_NPC_SKILLS_TABLE)
- {
- PreparedStatement statement = con.prepareStatement("INSERT INTO `custom_npcskills`(`npcid`, `skillid`, `level`) VALUES(?,?,?)");
- statement.setInt(1, npcId);
- statement.setInt(2, skillId);
- statement.setInt(3, level);
- statement.execute();
- statement.close();
- }
- else
- {
- PreparedStatement statement = con.prepareStatement("INSERT INTO `npcskills`(`npcid`, `skillid`, `level`) VALUES(?,?,?)");
- statement.setInt(1, npcId);
- statement.setInt(2, skillId);
- statement.setInt(3, level);
- statement.execute();
- statement.close();
- }
-
- reloadNpcSkillList(npcId);
-
- showNpcSkillList(activeChar, npcId, 0);
- activeChar.sendMessage("Added skill " + skillId + "-" + level + " to npc id " + npcId + ".");
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not add npc skill!");
- _log.warning("Error while adding a npc skill (" + npcId + ", " + skillId + ", " + level + "): " + e);
- }
- }
-
- private void deleteNpcSkillData(L2PcInstance activeChar, int npcId, int skillId)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- if (npcId > 0)
- {
- int updated = 0;
- if (Config.CUSTOM_NPC_SKILLS_TABLE)
- {
- PreparedStatement statement = con.prepareStatement("DELETE FROM `custom_npcskills` WHERE `npcid`=? AND `skillid`=?");
- statement.setInt(1, npcId);
- statement.setInt(2, skillId);
- updated = statement.executeUpdate();
- statement.close();
- }
- if (updated == 0)
- {
- PreparedStatement statement2 = con.prepareStatement("DELETE FROM `npcskills` WHERE `npcid`=? AND `skillid`=?");
- statement2.setInt(1, npcId);
- statement2.setInt(2, skillId);
- statement2.execute();
- statement2.close();
- }
-
- reloadNpcSkillList(npcId);
-
- showNpcSkillList(activeChar, npcId, 0);
- activeChar.sendMessage("Deleted skill id " + skillId + " from npc id " + npcId + ".");
- }
- }
- catch (Exception e)
- {
- activeChar.sendMessage("Could not delete npc skill!");
- _log.warning("Error while deleting npc skill (" + npcId + ", " + skillId + "): " + e);
- }
- }
-
- private void reloadNpcSkillList(int npcId)
- {
- try (Connection con = L2DatabaseFactory.getInstance().getConnection())
- {
- L2NpcTemplate npcData = NpcTable.getInstance().getTemplate(npcId);
-
- L2Skill skillData = null;
- if (npcData.getSkills() != null)
- npcData.getSkills().clear();
-
- // without race
- PreparedStatement statement = con.prepareStatement("SELECT `skillid`, `level` FROM `npcskills` WHERE `npcid`=? AND `skillid` <> 4416");
- statement.setInt(1, npcId);
- ResultSet skillDataList = statement.executeQuery();
-
- while (skillDataList.next())
- {
- int idval = skillDataList.getInt("skillid");
- int levelval = skillDataList.getInt("level");
- skillData = SkillTable.getInstance().getInfo(idval, levelval);
- if (skillData != null)
- npcData.addSkill(skillData);
- }
- skillDataList.close();
- statement.close();
-
- if (Config.CUSTOM_NPC_SKILLS_TABLE)
- {
- PreparedStatement statement2 = con.prepareStatement("SELECT `skillid`, `level` FROM `npcskills` WHERE `npcid`=? AND `skillid` <> 4416");
- statement2.setInt(1, npcId);
- ResultSet skillDataList2 = statement2.executeQuery();
-
- while (skillDataList2.next())
- {
- int idval = skillDataList2.getInt("skillid");
- int levelval = skillDataList2.getInt("level");
- skillData = SkillTable.getInstance().getInfo(idval, levelval);
- if (skillData != null)
- npcData.addSkill(skillData);
- }
- skillDataList2.close();
- statement2.close();
- }
- }
- catch (Exception e)
- {
- _log.warning("Error while reloading npc skill list (" + npcId + "): " + e);
- }
- }
- }
|