As the title says, how can I give them Items with a certain duration (X hours or days) to the new characters, in cashshop inventories, thanks!
As the title says, how can I give them Items with a certain duration (X hours or days) to the new characters, in cashshop inventories, thanks!
Why through the cashshop inventory? Just why? But they are two ways around this...
Look for his inventory script code and modify it a bit: http://forum.ragezone.com/f197/newly...-items-881018/ and it should work or two just add starting cash shop points so the user can pick what he wants. I will try to create a script for you but i'm busy rn.
Newly created Character with starting items [ SQL Query Script] Be Care Full with this Script it will give you a lot of work/errors
use a "Mu editor"? create items you want and run query
PHP Code:use MuOnline
update DefaultClassType
set DefaultClassType.Inventory = T2.Inventory
from Character as T2
where DefaultClassType.Class = T2.Class and T2.Name = 'The character name's you have created a items'