diff --git a/data/monster/781/lavahole.xml b/data/monster/781/lavahole.xml index b806384..57ba857 100644 --- a/data/monster/781/lavahole.xml +++ b/data/monster/781/lavahole.xml @@ -14,6 +14,7 @@ + diff --git a/data/monster/781/magic pillar.xml b/data/monster/781/magic pillar.xml new file mode 100644 index 0000000..e3b7a56 --- /dev/null +++ b/data/monster/781/magic pillar.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/monster/magicthrower.xml b/data/monster/magicthrower.xml index c5e8b11..d4e5554 100644 --- a/data/monster/magicthrower.xml +++ b/data/monster/magicthrower.xml @@ -1,7 +1,7 @@ - + @@ -15,6 +15,7 @@ + diff --git a/data/monster/monsters.xml b/data/monster/monsters.xml index cb9aa3f..7debe5d 100644 --- a/data/monster/monsters.xml +++ b/data/monster/monsters.xml @@ -207,4 +207,5 @@ + \ No newline at end of file diff --git a/data/movements/movements.xml b/data/movements/movements.xml index 480069c..0092325 100644 --- a/data/movements/movements.xml +++ b/data/movements/movements.xml @@ -395,6 +395,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/movements/scripts/goroma/back_ferumbras_floor.lua b/data/movements/scripts/goroma/back_ferumbras_floor.lua new file mode 100644 index 0000000..5875468 --- /dev/null +++ b/data/movements/scripts/goroma/back_ferumbras_floor.lua @@ -0,0 +1,21 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + doRelocate(item:getPosition(),{x = 32121, y = 32709, z = 7}) + Game.sendMagicEffect({x = 32121, y = 32709, z = 7}, 11) + + local isInGhostMode = player:isInGhostMode() + local spectators = Game.getSpectators(player:getPosition(), false, true, 3, 3) + for i = 1, #spectators do + player:say("This entrance has been sealed by the Edron Academy.", TALKTYPE_MONSTER_SAY, isInGhostMode, spectators[i], player:getPosition()) + end +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32121, y = 32709, z = 7}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32121, y = 32709, z = 7}, 11) +end diff --git a/data/movements/scripts/goroma/back_kharos.lua b/data/movements/scripts/goroma/back_kharos.lua new file mode 100644 index 0000000..81db255 --- /dev/null +++ b/data/movements/scripts/goroma/back_kharos.lua @@ -0,0 +1,16 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + doRelocate(item:getPosition(),{x = 32101, y = 32545, z = 07}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32101, y = 32545, z = 07}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32101, y = 32545, z = 07}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32101, y = 32545, z = 07}, 11) +end diff --git a/data/movements/scripts/goroma/back_malada.lua b/data/movements/scripts/goroma/back_malada.lua new file mode 100644 index 0000000..119173b --- /dev/null +++ b/data/movements/scripts/goroma/back_malada.lua @@ -0,0 +1,21 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17512) ~= 1 then + player:setStorageValue(17512, 1) + return true + end + + doRelocate(item:getPosition(),{x = 31919, y = 32659, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32659, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31919, y = 32659, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32659, z = 08}, 11) +end diff --git a/data/movements/scripts/goroma/back_ramoa.lua b/data/movements/scripts/goroma/back_ramoa.lua new file mode 100644 index 0000000..f23fe0c --- /dev/null +++ b/data/movements/scripts/goroma/back_ramoa.lua @@ -0,0 +1,21 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17510) ~= 1 then + player:setStorageValue(17510, 1) + return true + end + + doRelocate(item:getPosition(),{x = 32036, y = 32558, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32036, y = 32558, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32036, y = 32558, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32036, y = 32558, z = 08}, 11) +end diff --git a/data/movements/scripts/goroma/back_sacrifice_mushroom_talahu.lua b/data/movements/scripts/goroma/back_sacrifice_mushroom_talahu.lua new file mode 100644 index 0000000..7606cd2 --- /dev/null +++ b/data/movements/scripts/goroma/back_sacrifice_mushroom_talahu.lua @@ -0,0 +1,11 @@ +function onStepIn(creature, item, position, fromPosition) + doRelocate(item:getPosition(),{x = 31919, y = 32594, z = 10}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32594, z = 10}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31919, y = 32594, z = 10}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32594, z = 10}, 11) +end diff --git a/data/movements/scripts/goroma/back_talahu.lua b/data/movements/scripts/goroma/back_talahu.lua new file mode 100644 index 0000000..29dc695 --- /dev/null +++ b/data/movements/scripts/goroma/back_talahu.lua @@ -0,0 +1,21 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17511) ~= 1 then + player:setStorageValue(17511, 1) + return true + end + + doRelocate(item:getPosition(),{x = 31948, y = 32554, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31948, y = 32554, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31948, y = 32554, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31948, y = 32554, z = 08}, 11) +end diff --git a/data/movements/scripts/goroma/energy_barrier.lua b/data/movements/scripts/goroma/energy_barrier.lua new file mode 100644 index 0000000..6ddc959 --- /dev/null +++ b/data/movements/scripts/goroma/energy_barrier.lua @@ -0,0 +1,16 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17509) < 5 then + position:sendMagicEffect(CONST_ME_ENERGYHIT) + + position.x = position.x + 2 + player:teleportTo(position) + return true + end + + return true +end diff --git a/data/movements/scripts/goroma/energy_barrier_kharos.lua b/data/movements/scripts/goroma/energy_barrier_kharos.lua new file mode 100644 index 0000000..22623be --- /dev/null +++ b/data/movements/scripts/goroma/energy_barrier_kharos.lua @@ -0,0 +1,25 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17513) ~= 2 then + player:setStorageValue(17513, 1) + doRelocate(item:getPosition(),{x = 32121, y = 32709, z = 7}) + Game.sendMagicEffect({x = 32121, y = 32709, z = 7}, 11) + + local isInGhostMode = player:isInGhostMode() + local spectators = Game.getSpectators(player:getPosition(), false, true, 3, 3) + for i = 1, #spectators do + player:say("This entrance has been sealed by the Edron Academy.", TALKTYPE_MONSTER_SAY, isInGhostMode, spectators[i], player:getPosition()) + end + return true + end + + doRelocate(item:getPosition(),{x = 32121, y = 32703, z = 7}) + Game.sendMagicEffect({x = 32121, y = 32703, z = 7}, 11) + player:setStorageValue(17513, 1) + + return true +end diff --git a/data/movements/scripts/goroma/entrance_kharos.lua b/data/movements/scripts/goroma/entrance_kharos.lua new file mode 100644 index 0000000..35f8156 --- /dev/null +++ b/data/movements/scripts/goroma/entrance_kharos.lua @@ -0,0 +1,11 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + position.y = position.y - 1 + player:teleportTo(position) + + return true +end diff --git a/data/movements/scripts/goroma/final_ferumbras_floor.lua b/data/movements/scripts/goroma/final_ferumbras_floor.lua new file mode 100644 index 0000000..3d8f5db --- /dev/null +++ b/data/movements/scripts/goroma/final_ferumbras_floor.lua @@ -0,0 +1,16 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + doRelocate(item:getPosition(),{x = 32121, y = 32693, z = 04}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32121, y = 32693, z = 04}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32121, y = 32693, z = 04}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32121, y = 32693, z = 04}, 11) +end diff --git a/data/movements/scripts/goroma/sacrifice_mushroom_talahu.lua b/data/movements/scripts/goroma/sacrifice_mushroom_talahu.lua new file mode 100644 index 0000000..9f94e4f --- /dev/null +++ b/data/movements/scripts/goroma/sacrifice_mushroom_talahu.lua @@ -0,0 +1,31 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if Game.isItemThere({x = 31918, y = 32598, z = 10},3723) and Game.isItemThere({x = 31918, y = 32599, z = 10},3725) and Game.isItemThere({x = 31920, y = 32598, z = 10},3732) and Game.isItemThere({x = 31920, y = 32599, z = 10},3728) then + Game.sendMagicEffect({x = 31918, y = 32598, z = 10}, 15) + Game.removeItemOnMap({x = 31918, y = 32598, z = 10}, 3723) + Game.sendMagicEffect({x = 31918, y = 32599, z = 10}, 15) + Game.removeItemOnMap({x = 31918, y = 32599, z = 10}, 3725) + Game.sendMagicEffect({x = 31920, y = 32598, z = 10}, 15) + Game.removeItemOnMap({x = 31920, y = 32598, z = 10}, 3732) + Game.sendMagicEffect({x = 31920, y = 32599, z = 10}, 15) + Game.removeItemOnMap({x = 31920, y = 32599, z = 10}, 3728) + + doRelocate(item:getPosition(),{x = 31914, y = 32605, z = 10}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31914, y = 32605, z = 10}, 11) + else + doRelocate(item:getPosition(),{x = 31919, y = 32597, z = 10}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32597, z = 10}, 11) + end +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31915, y = 32606, z = 10}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31915, y = 32606, z = 10}, 11) +end diff --git a/data/movements/scripts/goroma/second_ferumbras_floor.lua b/data/movements/scripts/goroma/second_ferumbras_floor.lua new file mode 100644 index 0000000..e0085c3 --- /dev/null +++ b/data/movements/scripts/goroma/second_ferumbras_floor.lua @@ -0,0 +1,16 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + doRelocate(item:getPosition(),{x = 32124, y = 32694, z = 05}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32124, y = 32694, z = 05}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32124, y = 32694, z = 05}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32124, y = 32694, z = 05}, 11) +end diff --git a/data/movements/scripts/goroma/to_malada.lua b/data/movements/scripts/goroma/to_malada.lua new file mode 100644 index 0000000..ea1ca4d --- /dev/null +++ b/data/movements/scripts/goroma/to_malada.lua @@ -0,0 +1,22 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17512) ~= 1 then + Game.sendMagicEffect({x = 31926, y = 32656, z = 08}, 11) + player:teleportTo({x = 31926, y = 32656, z = 08}) + return true + end + + doRelocate(item:getPosition(),{x = 32021, y = 32680, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32021, y = 32680, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 32021, y = 32680, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 32021, y = 32680, z = 08}, 11) +end diff --git a/data/movements/scripts/goroma/to_ramoa.lua b/data/movements/scripts/goroma/to_ramoa.lua new file mode 100644 index 0000000..b11c46e --- /dev/null +++ b/data/movements/scripts/goroma/to_ramoa.lua @@ -0,0 +1,22 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17510) ~= 1 then + Game.sendMagicEffect({x = 32043, y = 32559, z = 08}, 11) + player:teleportTo({x = 32043, y = 32559, z = 08}) + return true + end + + doRelocate(item:getPosition(),{x = 31948, y = 32554, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31948, y = 32554, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31948, y = 32554, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31948, y = 32554, z = 08}, 11) +end diff --git a/data/movements/scripts/goroma/to_talahu.lua b/data/movements/scripts/goroma/to_talahu.lua new file mode 100644 index 0000000..8c1a25f --- /dev/null +++ b/data/movements/scripts/goroma/to_talahu.lua @@ -0,0 +1,22 @@ +function onStepIn(creature, item, position, fromPosition) + local player = creature:getPlayer() + if not player then + return true + end + + if player:getStorageValue(17511) ~= 1 then + Game.sendMagicEffect({x = 31951, y = 32555, z = 08}, 11) + player:teleportTo({x = 31951, y = 32555, z = 08}) + return true + end + + doRelocate(item:getPosition(),{x = 31919, y = 32659, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32659, z = 08}, 11) +end + +function onAddItem(item, tileitem, position) + doRelocate(item:getPosition(),{x = 31919, y = 32659, z = 08}) + item:getPosition():sendMagicEffect(11) + Game.sendMagicEffect({x = 31919, y = 32659, z = 08}, 11) +end diff --git a/data/npc/chondur.npc b/data/npc/chondur.npc index f506018..1f356f2 100644 --- a/data/npc/chondur.npc +++ b/data/npc/chondur.npc @@ -47,6 +47,37 @@ VANISH,! -> "Good bye." "banana" -> "A banana staff is the sign of a high ape magician." "pirates" -> "You have to understand that there are two groups of people that are called pirates. One consists of evil thieves and murderers for whom the word pirate actually stands for. ...", "The others are resistance fighters for whom old ideals are hold true and that are the assertors of the native people." - -# everything starts from taking the book of dragha no need meriana shit + +"spellbook",QuestValue(17509)=0,Count(6120)>=1 -> "Ah, thank you very much! I will honour his memory.", Amount=1, Delete(6120), SetQuestValue(17509,1) +"counterspell",QuestValue(17509)=0 -> "You should not talk about things you don't know anything about." +"energy","field",QuestValue(17509)=0 -> * +"spellbook",QuestValue(17509)=0 -> * +"energy","field",QuestValue(17509)>0 -> "Ah, the energy barrier set up by the cult is maintained by lousy magic, but is still effective. Without a proper counterspell you won't be able to pass it." + +"counterspell",QuestValue(17509)=1 -> "You mean, you are interested in a counterspell to cross the energy barrier on Goroma?", Topic=1 +Topic=1,"yes" -> "This is really not advisable. Behind this barrier, strong forces are raging violently. Are you sure that you want to go there?", Topic=2 +Topic=1 -> "It's much safer for you to stay here anyway, trust me." +Topic=2,"yes" -> "I guess I cannot stop you then. Since you told me about my apprentice, it is my turn to help you. I will perform a ritual for you, but I need a few ingredients. ...", + "Bring me one fresh dead chicken, one fresh dead rat and one fresh dead black sheep, in that order. Summoned ones will do as well as natural ones.", SetQuestValue(17509,2) +Topic=2 -> "It's much safer for you to stay here anyway, trust me." + +"counterspell",QuestValue(17509)=2 -> Type=4330, Amount=1, "Did you bring the fresh dead chicken?", Topic=3 +"chicken",QuestValue(17509)=2 -> * +Topic=3,"yes",Count(Type)>=Amount -> "Very good! 'Your soul shall be protected!' Now, I need a fresh dead rat.", Delete(Type), SetQuestValue(17509,3) +Topic=3,"yes" -> "You don't have any dead chicken with you don't you?" +Topic=3 -> "Maybe another time." + +"counterspell",QuestValue(17509)=3 -> Type=3994, Amount=1, "Did you bring the fresh dead rat?", Topic=4 +"rat",QuestValue(17509)=3 -> * +Topic=4,"yes",Count(Type)>=Amount -> "Very good! 'You shall face black magic without fear!' Now, I need a fresh dead black sheep.", Delete(Type), SetQuestValue(17509,4) +Topic=4,"yes" -> "You don't have any dead rat with you don't you?" +Topic=4 -> "Maybe another time." + +"counterspell",QuestValue(17509)=4 -> Type=4095, Amount=1, "Did you bring the fresh dead black sheep?", Topic=5 +"sheep",QuestValue(17509)=4 -> * +Topic=5,"yes",Count(Type)>=Amount -> "Very good! 'EVIL POWERS SHALL NOT KEEP YOU ANYMORE! SO BE IT!'", Delete(Type), SetQuestValue(17509,5) +Topic=5,"yes" -> "You don't have any dead black sheep with you don't you?" +Topic=5 -> "Maybe another time." + +"counterspell",QuestValue(17509)>4 -> "Hm. I don't think you need another one of my counterspells to cross the barrier on Goroma." } diff --git a/data/npc/marina.npc b/data/npc/marina.npc index cefbe7d..6f707f7 100644 --- a/data/npc/marina.npc +++ b/data/npc/marina.npc @@ -19,9 +19,11 @@ VANISH,! -> "How rude." # The Mermaid Marina Quest "silk","yarn",QuestValue(17504)=0 -> "Um. You mean, you really want me to touch that gooey spider silk just because you need yarn? Well... do you think that I'm pretty?", Topic=1 Topic=1,"yes" -> "Well, everyone would say that in your position. Do you think that I'm really, absolutely the most stunning being that you have ever seen?", Topic=2 +Topic=1 -> "Get out of there!" Topic=2,"yes" -> " It's funny how easy it is to get humans to say what you want. Now, proving it will be even more fun! ...", "You want me to touch something gooey, so you have to touch something gooey for me too. ...", "I love honey and I haven't eaten it in a while, so bring me 50 honeycombs and worship my beauty a little more, then we will see.", SetQuestValue(17504,1) +Topic=2 -> "Get out of there!" "honeycomb",QuestValue(17504)=1 -> Type=5902, Amount=50, "Did you bring me the 50 honeycombs I requested and do you absolutely admire my beauty?", Topic=3 Topic=3,"yes",Count(Type)>=Amount -> "Oh goodie! Thank you! Okay... I guess since my fingers are sticky now anyway, I will help you. From now on, if you bring me 10 pieces of spider silk, I will create one spool of yarn.", Delete(Type), SetQuestValue(17504,2) diff --git a/data/npc/zoltan.npc b/data/npc/zoltan.npc index 7de24a2..0fa3345 100644 --- a/data/npc/zoltan.npc +++ b/data/npc/zoltan.npc @@ -22,7 +22,6 @@ VANISH,! -> "Use your knowledge wisely." "king" -> "King Tibianus III was the founder of our academy." "tibianus" -> * "army" -> "They rely too much on their brawn instead of their brain." -"ferumbras" -> "A fallen sorcerer, indeed. What a shame." "excalibug" -> "You will need no weapon if you manipulate the essence of magic." "thais" -> "Thais is a place of barbary." "tibia" -> "There is still much left to be explored in this world." @@ -59,4 +58,28 @@ Topic=1,"yes",Level Amount=SpellLevel(String), "Don't be i Topic=1,"yes",CountMoney "Want to learn one of the most powerful spells, and don't even know how much money you have?" Topic=1,"yes" -> "Congratulations. You now know one of the most powerful spells. Use it wisely.", DeleteMoney, EffectOpp(13), TeachSpell(String) Topic=1 -> "Lost your heart?" + +"ferumbras", QuestValue(17513)>0 -> "I see, you managed to reach Kharos, the harbinger isle, and discovered the gates to Ferumbras' citadel, and now you are here full of questions. Are you ready to listen?", Topic=3 +Topic=3,"yes" -> "So know that destroying the mortal shell of the being called Ferumbras was the best we were able to achieve with our combined efforts in the past. ...", + "He was destroyed not only once but several times. Eventually we were able to figure out the secret of his seeming immortality. ...", + "On one of the most remote islands of the Shattered Isles, he built a citadel with demonic aid right around a powerful magical nexus. ...", + "The only reason for the whole complex was to establish a point of return into our world. Whenever he is slain, his soul retreats to some demonic dimension to regain enough strength to re-enter the world. ...", + "We were not able to destroy his citadel, this unholy construct. To make matters worse, the nexus makes it easy for demons of all kind to pass into our world. ...", + "The best thing we could do was to seal the citadel and to install a device that will alarm us whenever Ferumbras tries to re-enter our world. ...", + "We grant heroes like you the permission to pass our seals and enter Ferumbras' citadel. ...", + "Just ask for the permission if you are ready to go there. Be warned that the citadel is no holiday place though. You will encounter large amounts of demons and traps that scare off most adventurers. ...", + "On the other hand, WHEN Ferumbras re-enters the world we need heroes like you to face him on his very own ground before he can escape. ...", + "His return is not very likely but it can happen each and every day. If you should manage to defeat him, bring a proof of his death here and you will be rewarded." +Topic=3 -> "Lost your heart?" +"ferumbras", QuestValue(17513)=0 -> "A fallen sorcerer, indeed. What a shame." + +"permission",QuestValue(17513)=0 -> "I see no reason to discuss this matter with you." +"permission",QuestValue(17513)=1 -> Price=500, "The attuning to our seals is a costly process and it will grant you access to the citadel ONLY ONCE. Each time you want to enter, you will need a new attuning. Are you willing to pay 500 gold pieces to become attuned to the seal of the citadel?", Topic=2 +Topic=2,"yes",CountMoney>=Price -> "SO BE IT!", DeleteMoney, SetQuestValue(17513,2), EffectOpp(15) +Topic=2,"yes" -> "Don't even know how much money you have?" +Topic=2 -> "Lost your heart?" + +"permission",QuestValue(17513)=2 -> "You already have the permission to enter the citadel." + + } diff --git a/data/world/map.otbm b/data/world/map.otbm index dc7d7ca..bdb0d73 100644 Binary files a/data/world/map.otbm and b/data/world/map.otbm differ diff --git a/data/world/spawns.xml b/data/world/spawns.xml index 1eb2919..473ab58 100644 --- a/data/world/spawns.xml +++ b/data/world/spawns.xml @@ -852,6 +852,18 @@ + + + + + + + + + + + + @@ -863,6 +875,12 @@ + + + + + +