Cydh Posted February 21, 2013 Posted February 21, 2013 (edited) If you met my previous posts, I realize the script naming and worse line editing.storagecountitem() & storagedelitem() script - Count or delete certain item in player's storagecartcountitem() & cartdelitem() script - Count or delete certain item in cart inventoryI want to separate them to countitem and delitem. Informations This custom will customize current delitem() becomes delitem <item id>,<amount>{,<location>}{,<account ID>}; delitem "<item name>",<amount>{,<location>}{,<account ID>}; delitem <item id>,<amount>{,<location>}{,"<char name>"}; delitem "<item name>",<amount>{,<location>}{,"<char name>"}; -- Rev.1 changelog This custom will customize current delitem2() becomes delitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<location>}{,<account ID>}; delitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<location>}{,<account ID>}; delitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<location>}{,"<char name>"}; delitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<location>}{,"<char name>"}; What are the different? <location> is used to delete item(s) in: 0 - inventory 1 - cart 2 - storage 3 - guild storage <account id> can be replaced by "<char name>" is used to delete other online player's item Download.patch filesRev.1 release: delitem-modifiedWithLocation-Cydh-rA-svn17167.patch Initial release: delitem-by-Cydh-rA-svn17148.patch sample NPCs: delitem.txtdelitem_.txtdelitem_1.txtdelitem_2.txt Edited March 3, 2013 by Cydh Quote
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.