big_boy3100 Posted March 10, 2009 Posted March 10, 2009 well in my opinion the only thing thtat seemed important was the part about deleting an item from a characters account the rest is easy and can be done pretty simple ;D
GoDofAdeN Posted March 11, 2009 Posted March 11, 2009 very cool share :) thanks. hopefully this will be improoved with more usefull sql codes :)
soulriver Posted August 7, 2009 Posted August 7, 2009 i think thouse update were on l2jdot timeline but were needed to evreyone i think Nc job mate
paparas21 Posted August 9, 2009 Posted August 9, 2009 Make mobs stronger doesn't works you can fix it?
samadielka Posted August 10, 2009 Posted August 10, 2009 Delete an Item from the players inventory: Code: -- Only use this when something realy wrong is going on because in every inventory this item will be deleted! DELETE FROM items WHERE item_id = 'ITEM ID'; So u cant delete one item only from one char?
hoangnhan Posted August 10, 2009 Posted August 10, 2009 Only use this when something realy wrong is going on because in every inventory this item will be deleted I think use ID Item from log for delete not item ID SQL. if using DELETE FROM items WHERE item_id = 'ITEM ID'; delete all char inventory
DragonHunter Posted August 10, 2009 Author Posted August 10, 2009 Topic is locked... its a half year ago I've been posting this
Recommended Posts