This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<html><body><br>
You can evolve your pet depending on its type. Evolution is available only when the pet is summoned, and since it transfers XP, the level might decrease when you evolve a pet with a high level.<br>
The name of the pet will remain, and the items in the pet inventory will be transferred to the owner's inventory.<br>
Which pet do you want to evolve?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_evolve 1">"I want to evolve a Wolf into a Great Wolf."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_evolve 2">"I want to evolve a Great Black Wolf into a Fenrir."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_evolve 3">"I want to evolve a Baby Buffalo into an Improved Baby Buffalo." (for Warriors)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_evolve 4">"I want to evolve a Baby Kookaburra into an Improved Baby Kookaburra." (for Wizards)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_evolve 5">"I want to evolve a Baby Cougar into an Improved Baby Cougar." (for Mixed Professions)</Button>
</body></html>