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>
Through the restore function, you can transform a pet that has been evolved into a special form back to its original form. Since the process transfers the experience value, restoring a high level pet might actually result in a decrease in the pet's level.<br>
Any items in the pet's inventory will be transferred to the owner's inventory.<br>
Which pet would you like to restore?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_restore 1">"I want to restore a Great Snow Wolf to a Great Black Wolf."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_restore 2">"I want to restore a Snow Fenrir to a Fenrir."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_restore 3">"I want to restore a Red Wind Strider to a Wind Strider."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_restore 4">"I want to restore a Red Star Strider to a Star Strider."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_restore 5">"I want to restore a Red Strider of Dusk to a Strider of Dusk."</Button>
</body></html>