Help ME...SQL Scripts (auto reset with Items)
Muserver 1.02N
i want to reset auto with my item in inventory
example
reset with wing of dragon
*0504FF000000003F00C0000000000000 << from mueditor 1.5a
my scripts
UPDATE Character
set inventory = 0x0504FF000000003F00C0000000000000
where mapnumber = ('0') and mapposx = ('122') and mapposy = ('133') and class = ('16') or class = ('17')
problem :: reset but i cant see items
and 0x = ?
thk...
Re: Help ME...SQL Scripts (auto reset with Items)
inventory has 720 character's not 32 ..
Re: Help ME...SQL Scripts (auto reset with Items)
free spaces of inventory looks like this : 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF(1 free slot 1x1) and you need to count the slots that need to be free in player's inventory than add 32 of F to build the whole inventory.(your item+free slots)