Hey Folks!
I have a question abt attack pet.
I added ROC attack pet from some relase, it work 100% , when i spawned him he have 120 LVL instant( like my char 120LVL), he attack mobs etc, no bugs etc etc etc .
What should i do to make the same to my other Attack pets i mean 120 LVL instant to them ? I have 12 attack pets, but when i spawned them , they have only 1st lvl ... . I want lvl 120 for them INSTANT.
Thank You for help ! :)
Okay I know how to do that. Later when ill be back ill write here "how to" , maybe some1 need it too.
EDIT: YO YO !
So... its rly easy to change starting LVL of attack pet you just have to do 2 things first:
1. Database(my called SRO_VT_SHARD)
(ps. ->Go to media.pk2 -> find textdata folder, find file textdata_object.txt find CodeName128 of your Attack pet for example:
So as you can see the CodeName128 for that pet is : ITEM_PET2_SCROLL_ASS_BIRD_A
Then go to database , make new query in SRO_VT_SHARD and write this:
Or find it manually in dbo._RefObjCommon. After you execute that query you will find a row in results, find "link" it is in last column (of your result) like this:
Link of that pet is 21200 so now go to table dbo._RefObjItem (also in SRO_VT_SHARD), find a row wich is in FIRST column and it have your link of pet like in example 21200 just like this:
Find Colum named Desc1_128 as you can see there is value: COS_P_Bird_120 <- 120 means LVL of summoned Attack pet that one you chosed. So -->>> COS_P_Bird_XXX put the lvl in "XXX" place, exacly you want to be instant LVL when you summon a "NEW" Pet, i setuped lvl 120.
2. Now its time for Media.pk2
As you can see there is exacly the same Value "COS_P_Bird_120" do that analogy to your chosed pet.
I tested it at 12 pets and its working for me. It was tested at totly NEW PETS i mean buyed from ItemMall shop with first 1LVL, so i dont know how that will work for allready summoned pets with for example 46 lvl i didnt test cuz i dont need it.
Have fun !
I have a question abt attack pet.
I added ROC attack pet from some relase, it work 100% , when i spawned him he have 120 LVL instant( like my char 120LVL), he attack mobs etc, no bugs etc etc etc .
What should i do to make the same to my other Attack pets i mean 120 LVL instant to them ? I have 12 attack pets, but when i spawned them , they have only 1st lvl ... . I want lvl 120 for them INSTANT.
Thank You for help ! :)
Okay I know how to do that. Later when ill be back ill write here "how to" , maybe some1 need it too.
EDIT: YO YO !
So... its rly easy to change starting LVL of attack pet you just have to do 2 things first:
1. Database(my called SRO_VT_SHARD)
(ps. ->Go to media.pk2 -> find textdata folder, find file textdata_object.txt find CodeName128 of your Attack pet for example:
So as you can see the CodeName128 for that pet is : ITEM_PET2_SCROLL_ASS_BIRD_A
Then go to database , make new query in SRO_VT_SHARD and write this:
Or find it manually in dbo._RefObjCommon. After you execute that query you will find a row in results, find "link" it is in last column (of your result) like this:
Link of that pet is 21200 so now go to table dbo._RefObjItem (also in SRO_VT_SHARD), find a row wich is in FIRST column and it have your link of pet like in example 21200 just like this:
Find Colum named Desc1_128 as you can see there is value: COS_P_Bird_120 <- 120 means LVL of summoned Attack pet that one you chosed. So -->>> COS_P_Bird_XXX put the lvl in "XXX" place, exacly you want to be instant LVL when you summon a "NEW" Pet, i setuped lvl 120.
2. Now its time for Media.pk2
As you can see there is exacly the same Value "COS_P_Bird_120" do that analogy to your chosed pet.
I tested it at 12 pets and its working for me. It was tested at totly NEW PETS i mean buyed from ItemMall shop with first 1LVL, so i dont know how that will work for allready summoned pets with for example 46 lvl i didnt test cuz i dont need it.
Have fun !