How to Edit PET EXP.
1) Go into your gameserver folder, find the file that's called InitPetScript.lua (with notepad)
2) While in notepad, press and hold on at the same time CTRL + G, then input 89 and press ok.
3) You should be at this line:
Code:
PetHelper:AddAssistItem( 38870, 1.5 )
4) Edit the line to look this this.
Code:
PetHelper:AddAssistItem( 38870, theexpnumberuwant )
An example would be....let's just figure you want 900x pet exp. All you need to do is put 900 in (theexpnumberuwant) area. So it would look like this:
Code:
PetHelper:AddAssistItem( 38870, 900 )
Then save it, run it, play it.