How to change HP's transport pet?

04/25/2015 12:01 clapikal#1
My server has transport horse lv90, Its HP is 175k, i want it is 500k, how to change?
Help me ples, thank all!!
04/25/2015 14:21 ​Exo#2
PHP Code:
SELECT FROM _RefObjChar WHERE ID in SELECT LINK FROM _REFOBJCOMMON WHERE CodeName128 LIKE 'CODE_HERE '
Update:
PHP Code:
UPDATE _RefObjChar
SET          MaxHP 
50000
WHERE  ID 
= (select link from _refobjcommon where codename128 like 'code_here'
You gotta change your client too.
04/27/2015 03:06 clapikal#3
How to find the "code_here" and how to change client? =.=
04/27/2015 16:46 ​Exo#4
The item code O.o from _RefObjCommon dude. If you don't know this already then it's too early for you to develop a server...
04/28/2015 02:39 clapikal#5
bro, i don't know but i can learn very fast. I need your help. Use pk2 tool to edit client, don't you?
04/28/2015 03:08 ​Exo#6
Ye but first you need to get the code for dat thing
04/28/2015 03:46 clapikal#7
Fist, i can not find code pet name from _RefObjCommon dude. But i got code from "add item" on smc_imependent (user edit). i got code to SQL, quary successfully, but nothing happens ingame.
04/28/2015 14:14 Syloxx#8
Exo give up...

@clapikal
1€ / pet to modify (keep in mind that 1 level = 1 pet)
max value = 50€ so 50++ pets = 50€

its useless to explain you these stuff...
04/30/2015 02:37 clapikal#9
i'll do by myself.

I've done, tk for Exo's hint.
05/03/2015 02:17 Xutan*#10
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
07/23/2018 20:15 timo5s#11
Where Fix Pet Attack From Level
04/22/2021 05:29 nhannd16#12
Quote:
Originally Posted by Xutan* View Post
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
about client side:
textdata > itemdata_xxxx : this file is not HP value--> what value change? and
where HP value at client side?:(:(:( please helpme!
04/22/2021 07:06 nemo08#13
Quote:
Originally Posted by nhannd16 View Post
about client side:
textdata > itemdata_xxxx : this file is not HP value--> what value change? and
where HP value at client side?:(:(:( please helpme!
its Characterdata_xxxx file u will find the value u wanna change there .
04/22/2021 09:47 Devsome#14
#moved