Guys How Can i Change this mob to 130 .. i've changed hp .. phy and mgc defecne and exp .... But i want it to be lv 130 not 107
and here is The pic
Guys How Can i Change this mob to 130 .. i've changed hp .. phy and mgc defecne and exp .... But i want it to be lv 130 not 107
and here is The pic
search Link mob in _RefObjCommon and open table _RefObjChar and search with Link mob.
IN table have all information from mob.PHP Code:Lvl = Level Mob
MaxHP = HP Mob
and more
Good Luck
it's not easy to find it from about 37k tablet ... is there any query ? :(
PHP Code:SELECT ref.*, items.* FROM _RefObjCommon as ref
JOIN _RefObjItem as items on ref.Link = items.ID
ORDER BY ref.ID
PHP Code:UPDATE _RefObjItem
SET Lvl = 130
FROM _RefObjCommon as ref
JOIN _RefObjItem as items on ref.Link = items.ID
WHERE ref.CodeName128 like 'Spawncode'
:S ..... i need to do that to EviL Bug and Bandit ... wanna make them level 130 ..... Query plz :(
And drop 13D item .. nova and moon from them :D
i'm about to finish my game ... no bugs ... plz help me