Advertisement
KyadCK

NPCs

Apr 26th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Scripts:
  2. LocalGuard:
  3. Script:
  4. - '@CALL TownNPC:LocalGuard'
  5. TownCrier:
  6. Script:
  7. - '@CALL TownNPC:TownCrier'
  8. TicketVendor:
  9. Script:
  10. - '@CALL TownNPC:TicketVendor'
  11. Farmer:
  12. Script:
  13. - '@CALL TownNPC:Farmer'
  14. Trader:
  15. Script:
  16. - '@CALL TownNPC:Trader'
  17. Brawler:
  18. Script:
  19. - '@CALL TownNPC:Brawler'
  20. Marksman:
  21. Script:
  22. - '@CALL TownNPC:Marksman'
  23. Swordsman:
  24. Script:
  25. - '@CALL TownNPC:Swordsman'
  26. Mage:
  27. Script:
  28. - '@CALL TownNPC:Mage'
  29. Healer:
  30. Script:
  31. - '@CALL TownNPC:Healer'
  32. Rogue:
  33. Script:
  34. - '@CALL TownNPC:Rogue'
  35. MetalSmith:
  36. Script:
  37. - '@CALL StoreNPC:MetalSmith'
  38. PaperBoy:
  39. Script:
  40. - '@CALL StoreNPC:PaperBoy'
  41. TNTGuy:
  42. Script:
  43. - '@CALL StoreNPC:TNTGuy'
  44. LeatherTanner:
  45. Script:
  46. - '@CALL StoreNPC:LeatherTanner'
  47. ChainCrafter:
  48. Script:
  49. - '@CALL StoreNPC:ChainCrafter'
  50. IronSmith:
  51. Script:
  52. - '@CALL StoreNPC:IronSmith'
  53. MrBones:
  54. Script:
  55. - '@CALL StoreNPC:MrBones'
  56. Chemist:
  57. Script:
  58. - '@CALL StoreNPC:Chemist'
  59. WheatSalesman:
  60. Script:
  61. - '@CALL StoreNPC:WheatSalesman'
  62. SeedSalesman:
  63. Script:
  64. - '@CALL StoreNPC:SeedSalesman'
  65. Flora:
  66. Script:
  67. - '@CALL StoreNPC:Flora'
  68. Fauna:
  69. Script:
  70. - '@CALL StoreNPC:Fauna'
  71. BlueDyer:
  72. Script:
  73. - '@CALL StoreNPC:BlueDyer'
  74. BlackDyer:
  75. Script:
  76. - '@CALL StoreNPC:BlackDyer'
  77. WhiteDyer:
  78. Script:
  79. - '@CALL StoreNPC:WhiteDyer'
  80. LampSalesman:
  81. Script:
  82. - '@CALL StoreNPC:LampSalesman'
  83. Bartender:
  84. Script:
  85. - '@CALL StoreNPC:Bartender'
  86. SousChef:
  87. Script:
  88. - '@CALL StoreNPC:SousChef'
  89. BreadBaker:
  90. Script:
  91. - '@CALL StoreNPC:BreadBaker'
  92. SteakSalesman:
  93. Script:
  94. - '@CALL MarketNPC:SteakSalesman'
  95. MelonSalesman:
  96. Script:
  97. - '@CALL MarketNPC:MelonSalesman'
  98. PumpkinSalesman:
  99. Script:
  100. - '@CALL MarketNPC:PumpkinSalesman'
  101. CarrotSalesman:
  102. Script:
  103. - '@CALL MarketNPC:CarrotSalesman'
  104. AppleSalesman:
  105. Script:
  106. - '@CALL MarketNPC:AppleSalesman'
  107. FishSalesman:
  108. Script:
  109. - '@CALL MarketNPC:FishSalesman'
  110. KittySalesman:
  111. Script:
  112. - '@CALL MarketNPC:KittySalesman'
  113. PuppySalesman:
  114. Script:
  115. - '@CALL MarketNPC:PuppySalesman'
  116. PigSalesman:
  117. Script:
  118. - '@CALL MarketNPC:PigSalesman'
  119. CowSalesman:
  120. Script:
  121. - '@CALL MarketNPC:CowSalesman'
  122. SheepSalesman:
  123. Script:
  124. - '@CALL MarketNPC:SheepSalesman'
  125. ChickenSalesman:
  126. Script:
  127. - '@CALL MarketNPC:ChickenSalesman'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement