Separated the Classic Datapack to it's own folder.

This commit is contained in:
MobiusDev
2015-05-02 03:45:56 +00:00
parent 08e28fe058
commit 484bff80bb
11501 changed files with 2200482 additions and 627 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>