sript for [PaidItem]

02/24/2012 22:33 invincibel#1
how to add objects change (more powerful) with this script?

02/24/2012 22:51 Diablofarmer#2
i dont see a reason to use this query, since u can add items via console, ingame via chat or by using tools
02/24/2012 23:02 invincibel#3
because when I get on the GM-TOOL command after a disconnection, reconnection people lose their objects

or with this script people lose their objects

02/24/2012 23:09 Diablofarmer#4
i doubt its caused by the tool itself, it was discussed here 1 or 2 days ago, when ppl have a lot of items in inventory and server crashes, they might loose some of them.
02/24/2012 23:20 invincibel#5
I must then have a problem in my database because I lost objects, there to that with this scrip
, that i loses nothing.

With the command, be it loses the object 50 lv 50, be the creatures are more tame, after a disconnection
02/24/2012 23:50 haxti#6
This is the Query i made btw.

The reason for this query is, that you can't insert some items via insert_item to another players inventory. Donation wings for example will always appear in your inventory.


Ppl wont lose stuff with this query since it will be inserted directly into the database and the gameserver keeps many things just in his local memory and saves them to the database only periodically. So if the Gameserver crashes there can be some changes which were not comitted to the database and those changes get lost.

you can manually save those changes with the command: #saveall'20' (lower values then 20 will prolly crash your gameserver tho. 20 works pretty well)
02/24/2012 23:58 invincibel#7
/run insert_item(100001, 1, 50, 50, 2,"invincibel")
and objects are lost, there is not a command line to put in gameserveur for his backup automatically??
because I can not add anything in the gameserver (game001), because it is a script that starts it, and it is in the process windows impossible has returned from the command
02/25/2012 11:31 haxti#8
as i said. #saveall'20'

just read the post above...
02/25/2012 12:09 invincibel#9
I can not go back "#saveall'20", for the Gameserver, qand start the task manager because it is a script that starts the server, I have problems with: auto-reboots
02/25/2012 17:04 haxti#10
Sorry I don't get what you want to say. Learn english or gtfo :)