Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Rigid pets index possible to change?

Newbie Spellweaver
Joined
Jul 30, 2013
Messages
60
Reaction score
24
Hello,

While ordering my InitItem I have changed Indexes of pets, DSS, Performation shot etc... (ex. index 2004,2005,2006) to 12004 12005. It stopped working at all with MainSrv error:

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums


Any solution to add more pets on new indexes? - fullywoking :)
 
Junior Spellweaver
Joined
Jan 1, 2007
Messages
149
Reaction score
7
Hello,

While ordering my InitItem I have changed Indexes of pets, DSS, Performation shot etc... (ex. index 2004,2005,2006) to 12004 12005. It stopped working at all with MainSrv error:

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums


Any solution to add more pets on new indexes? - fullywoking :)

Can you post the part you changed in inititems here?
 
Upvote 0
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
60
Reaction score
24
From:

; goblin
(item (name 3131) (index 2004) (image "shop130") (desc 885) (class limitedpet egg) (code 1 2 1 3) (country 0 2) (level 1) (wear 1) (pay 1) (limit all 1) (specialty (attack 13 13 0) (magic 13 13 0) (defense 13 0) (absorb 8 0) (dodge 5 0) (hit 5 0)))

to


; goblin [premium - golden] 7 dni (pick + heal)
(item (name 18100) (index 18100) (image "shop130") (desc 18100) (class limitedpet egg) (code 1 2 1 3) (country 0 1 2) (wear 1) (pay 1) (limit all 1) (specialty (attack 13 13 0) (magic 13 13 0) (defense 13 0) (absorb 8 0) (dodge 5 0) (hit 5 0)))
 
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2018
Messages
53
Reaction score
13
Hello,

While ordering my InitItem I have changed Indexes of pets, DSS, Performation shot etc... (ex. index 2004,2005,2006) to 12004 12005. It stopped working at all with MainSrv error:

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums

Maz3LT0v - Rigid pets index possible to change? - RaGEZONE Forums


Any solution to add more pets on new indexes? - fullywoking :)

this problem happens with me too and i get the same msg..so i think we cant add or change indexes of pets / riding..etc
 
Upvote 0
Junior Spellweaver
Joined
Jan 1, 2007
Messages
149
Reaction score
7
As far i know you can;t change pet index. But you can change that pet into another pet by changing their files in your pet folder. Be careful with this because you need to hex the files too. I think there is no tutorial to show you how to change the pet into another.

I think your mainsrv is telling you that the class is wrong. try this:

Try to change (class limitedpet egg) to : (class pet egg)
 
Upvote 0
Junior Spellweaver
Joined
Jan 1, 2007
Messages
149
Reaction score
7
So sadly you can't duplicate the pet. I guess you have some pets that you aren't using. Try to replace them.
 
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2018
Messages
53
Reaction score
13
you can add some pets like panda , baby wolf , spider , owl and tiger only..others cant be added cuz i have tried to add shadow of devah or vuglar pets to my srv..i can use them but they r hide
 
Upvote 0
Junior Spellweaver
Joined
Jan 1, 2007
Messages
149
Reaction score
7
The tutorial didn't work for me. I guess maybe because its old or not showing completly what to de to replace a excisting pet.
 
Upvote 0
Skilled Illusionist
Joined
Feb 1, 2013
Messages
323
Reaction score
52
you can add as much pets as u like, just create ur own, there is a tutorial in the tut. section, i made all kind of elements as pet and it did worked fine
you can just change or modife pets at 2016-2018 engines but you can't use custom indexs or pets
 
Upvote 0
Skilled Illusionist
Joined
Feb 1, 2013
Messages
323
Reaction score
52
Changing indexes won't result in a working pet. But it's possible to change for example a flying bird pet into a tiger.
yep as i said you change or replace a pets or even redesgin but you can't create new custom pets with new indxes ^^
 
Upvote 0
Back
Top