Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. # GIMUD - Graphical Interface Multi User Dungeon
  2. # amber.npc: Datenbank für die Abenteurerin Amber
  3.  
  4. Name = "Amber"
  5. Sex = female
  6. Race = 1
  7. Outfit = (137,59-113-132-76)
  8. Home = [32103,32182,8]
  9. Radius = 4
  10. GoStrength = 7
  11.  
  12. Behaviour = {
  13. ADDRESS,"hello$",! -> "Oh hello, nice to see you %N."
  14. ADDRESS,"hi$",! -> *
  15. ADDRESS,! -> Idle
  16. BUSY,"hello$",! -> "Sorry, I'm already talking to someone."
  17. BUSY,"hi$",! -> *
  18. BUSY,! -> NOP
  19. VANISH,! -> "See you later."
  20.  
  21. "bye" -> "See you later.", Idle
  22. "farewell" -> *
  23. "how","are","you" -> "I am recovering from a sea journey."
  24. "job" -> "I explore and seek adventure."
  25. "explore" -> "I have been almost everywhere in Tibia."
  26. "adventure" -> "I fought fierce monsters, climbed the highest mountains, and crossed the sea on a raft."
  27. "sea" -> "My trip over the sea was horrible. The weather was bad, the waves high and my raft quite simple."
  28. "time" -> "Sorry, I lost my watch in a storm."
  29. "help" -> "I can't help you much beyond information."
  30. "information" -> "Just ask and I'll try to answer."
  31. "dungeon" -> "I have not had the time to explore the dungeons of this isle, but I have seen two big caves in the east, and there is a ruined tower in the northwest."
  32. "sewer" -> "I like sewers. I made my very first battle experience in the Thais sewers. The small sewersystem of Rookgaard has some nasty rats to fight."
  33. "assistant" -> "I have a job of great responsibility. Mostly I keep annoying persons away from my boss."
  34. "monster" -> "Oh, I fought orcs, cyclopses, minotaurs, and even green dragons."
  35. "cyclops" -> "Horrible monsters they are."
  36. "minotaur" -> *
  37. "dragon" -> *
  38. "raft" -> "I left my raft at the south eastern shore. I forgot my private notebook on it. If you could return it to me I would be very grateful."
  39. "quest" -> *
  40. "mission" -> *
  41. "seymour" -> "I think this poor guy was a bad choice as the head of the academy."
  42. "academy" -> "A fine institution, but it needs definitely more funds from the king."
  43. "king" -> "King Tibianus is the ruler of Thais."
  44. "thais" -> "A fine city, but the king has some problems enforcing the law."
  45. "cipfried" -> "A gentle person. You should visit him, if you have problems."
  46. "dallheim" -> "An extraordinary warrior. He's the first and last line of defense of Rookgaard."
  47. "hyacinth" -> "Hyacinth is a great healer. He lives somewhere hidden on this isle."
  48. "willie" -> "He's funny in his own, gruffy way."
  49. "obi" -> "He's a funny little man."
  50. "weapon" -> "The best weapons on this isle are just toothpicks, compared with the weapons warriors of the mainland wield."
  51. "magic" -> "You can learn spells only in the guildhalls of the mainland."
  52. "tibia" -> "I try to explore each spot of Tibia, and one day I will succeed."
  53. "castle" -> "If you travel to Thais, you really should visit the marvelous castle."
  54.  
  55. "book" -> Type=2821, Amount=1, "Do you bring me my notebook?", Topic=1
  56. "notebook" -> *
  57. Topic=1,"yes",Count(Type)>=Amount -> "Excellent. Here, take this short sword, that might serve you well.", Delete(Type), Create(3294)
  58. Topic=1,"yes" -> "Hm, you don't have it."
  59. Topic=1 -> "Too bad."
  60.  
  61. "orcish" -> "I speak some orcish words, not much though, just 'yes' and 'no' and such basic.", Topic=2
  62. "language" -> *
  63. "prisoner" -> *
  64. "orc" -> "Not the nicest guys you can encounter. I had some clashes with them and was prisoner of the orcs for some months."
  65. Topic=2,"yes" -> "It's 'mok' in orcish. I help you more about that if you have some food."
  66. Topic=2,"no" -> "In orcish that's 'burp'. I help you more about that if you have some food."
  67.  
  68. "food" -> "My favorite dish is salmon. Oh please, bring me some of it."
  69. "salmon" -> Type=3579, Amount=1, "Yeah! If you give me some salmon I will tell you more about the orcish language.", Topic=3
  70. Topic=3,"yes",Count(Type)>=Amount -> "Thank you. Orcs call arrows 'pixo'.", Delete(Type)
  71. Topic=3,"yes" -> "You don't have one!"
  72. Topic=3 -> "Ok, then I don't tell you more about the orcish language."
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement