Guest User

Untitled

a guest
Mar 14th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <npc name="Eryn" nameDescription="Eryn, the rune vendor" script="runes.lua" walkinterval="2000" floorchange="0" skull="green">
  3. <health now="100" max="100"/>
  4. <look type="130" head="39" body="122" legs="125" feet="57" addons="0"/>
  5. <parameters>
  6. <parameter key="message_greet" value="Hello |PLAYERNAME|. I sell runes, potions, wands and rods."/>
  7. <parameter key="message_decline" value="Is |TOTALCOST| gold coins too much for you? Get out of here!"/>
  8. </parameters>
  9. </npc>
Add Comment
Please, Sign In to add comment