Advertisement
Guest User

Bluebear.xml

a guest
Nov 1st, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <npc name="Captain Bluebear" script="Captain bluebear.lua" walkinterval="1000" access="3" floorchange="0">
  3. <health now="100" max="100"/>
  4. <look type="129" head="38" body="88" legs="88" feet="88" addons="0"/>
  5. <parameters>
  6.  
  7. <parameter key="message_greet" value="Welcome on board, |PLAYERNAME|"/>
  8. <parameter key="message_farewell" value="Good bye. Recommend us if you were satisfied with our service."/>
  9. <parameter key="message_placedinqueue" value="One moment please |PLAYERNAME|. You're next in line."/>
  10. <parameter key="message_walkaway" value="Good bye. Recommend us, if you were satisfied with our service."/>
  11.  
  12. <parameter key="module_keywords" value="1" />
  13. <parameter key="keywords" value="name;job;captain;ship;line;company;route;tibia;good;passanger;trip;passage;town;destination;sail;go;ice;senha;folda;vega;darashia;darama;ghost;thais" />
  14.  
  15. <parameter key="keyword_reply1" value="My name is Captain Bluebear from the Royal Tibia Line." />
  16. <parameter key="keyword_reply2" value="I am the captain of this sailing-ship." />
  17. <parameter key="keyword_reply3" value="I am the captain of this sailing-ship." />
  18. <parameter key="keyword_reply4" value="The Royal Tibia Line connects all seaside towns of Tibia." />
  19. <parameter key="keyword_reply5" value="The Royal Tibia Line connects all seaside towns of Tibia." />
  20. <parameter key="keyword_reply6" value="The Royal Tibia Line connects all seaside towns of Tibia." />
  21. <parameter key="keyword_reply7" value="The Royal Tibia Line connects all seaside towns of Tibia." />
  22. <parameter key="keyword_reply8" value="The Royal Tibia Line connects all seaside towns of Tibia." />
  23. <parameter key="keyword_reply9" value="We can transport everything you want." />
  24. <parameter key="keyword_reply10" value="We would like to welcome you on board." />
  25. <parameter key="keyword_reply11" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  26. <parameter key="keyword_reply12" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  27. <parameter key="keyword_reply13" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  28. <parameter key="keyword_reply14" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  29. <parameter key="keyword_reply15" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  30. <parameter key="keyword_reply16" value="Where do you want to go? To Carlin, Ab'Dendriel, Venore, Port Hope or Edron?" />
  31. <parameter key="keyword_reply17" value="I'm sorry, but we don't serve the routes to the Ice Islands." />
  32. <parameter key="keyword_reply18" value="I'm sorry, but we don't serve the routes to the Ice Islands." />
  33. <parameter key="keyword_reply19" value="I'm sorry, but we don't serve the routes to the Ice Islands." />
  34. <parameter key="keyword_reply20" value="I'm sorry, but we don't serve the routes to the Ice Islands." />
  35. <parameter key="keyword_reply21" value="I'm not sailing there. This route is afflicted by a ghost ship! However I've heard that Captain Fearless from Venore sails there." />
  36. <parameter key="keyword_reply22" value="I'm not sailing there. This route is afflicted by a ghost ship! However I've heard that Captain Fearless from Venore sails there." />
  37. <parameter key="keyword_reply23" value="Many people who sailed to Darashia never returned because they were attacked by a ghostship! I'll never sail there!" />
  38. <parameter key="keyword_reply24" value="This is Thais. Where do you want to go?" />
  39.  
  40. </parameters>
  41. </npc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement