Page 1 of 1
[Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Sun Jan 13, 2008 9:32 pm
by Desaad
Hi i whanted to pk2 edit my monkey to the Sylph that will come out tomorrow. So i was searching in the media.pk2 file for the txt file where the grab pets are but i haven't found any. So im asking here now for help. I would be pleased if somebody could help me.
Greetings to all
Desaad
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Wed Jan 16, 2008 8:10 am
by venom34
i would like to know how to change my cat to the sylph
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Tue Mar 04, 2008 4:59 pm
by Dark Ashelin
Pet codes:
cos\p_wolf_01.bsr = Small Wolf
cos\p_wolf_02.bsr = Big Wolf
cos\p_myowon.bsr = Monkey
cos\p_seowon.bsr = Squirrel
cos\p_wolf_white_01.bsr = Small White Wolf
cos\p_wolf_white_02.bsr = Big White Wolf
cos\p_rabbit.bsr = Rabbit
cos\p_jinn.bsr = Small Genie (kSro)
cos\p_jinn_02.bsr = Big Genie (kSro)
cos\p_RAVEN01.bsr = Small Three Footed Crow
cos\p_RAVEN02.bsr = Big Three Footed Crow
cos\p_PENGUIN01.bsr = Small Penguin
cos\p_PENGUIN02.bsr = Big Penguin
cos\p_KANGAROO01.bsr = Small Kangaroo (kSro)
cos\p_KANGAROO02.bsr = Big Kangaroo (kSro)
cos\p_goldpig.bsr = Gold Pig
cos\p_gglider.bsr = Glider (kSro)
cos\p_bear01.bsr = Small Bear
cos\p_bear02.bsr = Big Bear
cos\p_raccoondog.bsr = Raccoon (kSro)
cos\p_cat.bsr = Cat
cos\p_brownie.bsr = Sylph
To change your pet you have to replace the codes, remember you have to end up with the same amount if characters!
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Tue Mar 18, 2008 6:13 am
by Setskai__
blahh that shet is so confusing and hard
so i stick with editing armor lol
thats all i can actually understand is editing armors and weapons

Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Thu Mar 20, 2008 3:48 am
by William-CL
Use the codes and instead of just replacing them and worrying about null bytes or deleting bytes, Just swap them with each other so you have the same bytes and it should be no problem.
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Thu Mar 20, 2008 6:27 am
by Dark Ashelin
Blackdragon6 wrote:Use the codes and instead of just replacing them and worrying about null bytes or deleting bytes, Just swap them with each other so you have the same bytes and it should be no problem.
Yeah but the problem is they have different amounts of strings, so just swapping them wouldn't work.
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Thu Mar 20, 2008 2:03 pm
by William-CL
Dark Ashelin wrote:Blackdragon6 wrote:Use the codes and instead of just replacing them and worrying about null bytes or deleting bytes, Just swap them with each other so you have the same bytes and it should be no problem.
Yeah but the problem is they have different amounts of strings, so just swapping them wouldn't work.
Just swap the bsr's
Re: [Pk2]Question about changing monkey to Sylph(Fairy)
Posted: Thu Mar 20, 2008 5:00 pm
by Dark Ashelin
Blackdragon6 wrote:Dark Ashelin wrote:Blackdragon6 wrote:Use the codes and instead of just replacing them and worrying about null bytes or deleting bytes, Just swap them with each other so you have the same bytes and it should be no problem.
Yeah but the problem is they have different amounts of strings, so just swapping them wouldn't work.
Just swap the bsr's
Example:
You have 1 string with 8 letters, and 3 strings with 5 letters. That makes a total of 23 letters.
You swap them, so you get 1 string with 5 letters, and 3 strings with 8 letters.
This makes a total of 29 letters. So you have an error.
As you can see, swapping them won't work when you have different amounts of strings.