My server has transport horse lv90, Its HP is 175k, i want it is 500k, how to change?
Help me ples, thank all!!
Help me ples, thank all!!
SELECT * FROM _RefObjChar WHERE ID in ( SELECT LINK FROM _REFOBJCOMMON WHERE CodeName128 LIKE 'CODE_HERE ')
UPDATE _RefObjChar
SET MaxHP = 50000
WHERE ID = (select link from _refobjcommon where codename128 like 'code_here')
about client side:Quote:
media > server_dep > silkroad > textdata > textdata_object
search for the name of the pet
you will find SN_something in the line of the name
take it copy > paste in exo's query and backspace 'SN_' then execute it. it's done now
go to textdata > itemdata_xxxx extract them all and search for the codename , then search for the old HP value in the line. change it to the new value
dat is it