• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

how to gift bonus pack from cashshop for new characters

Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
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!
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Upvote 0
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
561
use a "Mu editor"? create items you want and run query
PHP:
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'
 
Upvote 0
Junior Spellweaver
Joined
Oct 4, 2008
Messages
144
Reaction score
17
Upvote 0
Back
Top