Advertisement
Judess69er

Home.ini

Apr 3rd, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. ## Home spawn & Innkeeper Config ##
  2. #
  3. # wanderer.name = (Home Name)
  4. # wanderer.location = (map, x,y)
  5. #
  6. # Orc-Town.name = (Home Name)
  7. # Orc-Town.location = (map, x,y)
  8. #
  9. # Skelly-Town.name = (Home Name)
  10. # Skelly-Town.location = (map, x,y)
  11. #
  12. # Panda-Town.name = (Home Name)
  13. # Panda-Town.location = (map, x,y)
  14. #
  15. # Fish-Town.name = (Home Name)
  16. # Fish-Town.location = (map, x,y)
  17. #
  18. # name.name = name
  19. # name.location = map, x,y
  20. # name.innkeeper = npcid (optional)
  21. # name.question[1-3] = question (optional)
  22. # name.answer[1-3] = snswer (optional)
  23. #
  24. # Some of these spawns are only being used
  25. # with a special program called 'EO Addons'
  26. #
  27. # It is recommended to create a new file and change the config to point at it
  28. # rather than editing this file.
  29. #
  30.  
  31. tutorial.name = Wanderer
  32. tutorial.location = 292, 4,7
  33. level.0 = tutorial
  34.  
  35. main.name = Peasent
  36. main.location = 5, 51,31
  37. level.15 = main
  38.  
  39. admin.name = Admin
  40. admin.location = 33, 12,4
  41. level.100 = admin
  42.  
  43. aeven.name = Aeven
  44. aeven.location = 5,51,31
  45. aeven.innkeeper = 150
  46. aeven.question1 = How many letters are in Aeven?
  47. aeven.question2 = What is in the middle of Aeven Square?
  48. aeven.question3 = What is the name of this Town?
  49. aeven.answer1 = 5
  50. aeven.answer2 = fountain
  51. aeven.answer3 = aeven
  52.  
  53. estaq.name = Estaq
  54. estaq.location = 48, 40,10
  55. estaq.innkeeper = 156
  56. estaq.question1 = Who was the Illusion Master named Hitaru cursed by?
  57. estaq.question2 = What is the name of the monster blocking the bridge?
  58. estaq.question3 = Everyone in estaq has walked over it...
  59. estaq.answer1 = apozen
  60. estaq.answer2 = octoclops
  61. estaq.answer3 = bridge
  62.  
  63. halowdale.name = Halowdale
  64. halowdale.location = 151, 57,72
  65. halowdale.innkeeper = 161
  66. halowdale.question1 = Which unique skill can be learned in Halowdale?
  67. halowdale.question2 = What Person alone saved hallowdale from distruction?
  68. halowdale.question3 = Who was Andreas Halodi's Wife?
  69. halowdale.answer1 = rockstar
  70. halowdale.answer2 = andreas
  71. halowdale.answer3 = valkira
  72.  
  73. centaur.name = Centaur
  74. centaur.location = 29, 23,25
  75. centaur.innkeeper = 160
  76. centaur.question1 = Centaurs are half human and half...
  77. centaur.question2 = What weapon does the weapon smith sell that he can't have smith?
  78. centaur.question3 = How many candles are lighted in the church of Centaur?
  79. centaur.answer1 = horse
  80. centaur.answer2 = book
  81. centaur.answer3 = 4
  82.  
  83. anundo.name = Anundo
  84. anundo.location = 161, 44,31
  85. anundo.innkeeper = 159
  86. anundo.question1 = What do pandas eat for dinner?
  87. anundo.question2 = Which famous panda rests in Anundo?
  88. anundo.question3 = What does the word 'idaku' mean?
  89. anundo.answer1 = bamboo
  90. anundo.answer2 = pandakopanda
  91. anundo.answer3 = hug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement