Page 1 of 1

L2 Donation Manager

Posted: Tue Dec 01, 2009 10:03 am
by Stealth
I am making a tool atm called L2 Donation Manager which will be an easy way to manage your donators , if you have donates.

But im stuck in this part: I cant find a way to insert an item to a player from database (SQL). If someone could provide me this sql query I would be gratefull.

Re: L2 Donation Manager

Posted: Tue Dec 01, 2009 5:10 pm
by DrHouse
You had better using telnet for online players

Re: L2 Donation Manager

Posted: Tue Dec 01, 2009 9:57 pm
by janiii
there is no sql command for giving an item to a player, because you have to create a unique object id which will not be used second time by the IdFactory. better use java code for creating/giving items for players.

Re: L2 Donation Manager

Posted: Fri Dec 25, 2009 4:31 am
by denser
i suggest you to look at Michelle Dropcalc, it had a sql query to add item, as i know, items db has auto increment id. so you just need to solve default values.