mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
81 lines
4.9 KiB
Plaintext
81 lines
4.9 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# Xed.npc: Datenbank für den Bogner Xed
|
|
|
|
Name = "Xed"
|
|
Outfit = (129,78-36-57-97-0)
|
|
Home = [32904,32117,6]
|
|
Radius = 1
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Greetings, %N. Welcome to the distance fighting booth of the Ironhouse."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "One moment please, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Goodbye, and may the gods be with you."
|
|
|
|
"bye" -> "Goodbye, and may the gods be with you.", Idle
|
|
"farewell" -> *
|
|
"job" -> "I am the humble supplier for distance fighting weapons of the Ironhouse, owned by Abran Ironeye."
|
|
"fletcher" -> *
|
|
"name" -> "People call me Xed, but my full name is Xedem."
|
|
"time" -> "I don't know, maybe what you really need is a watch."
|
|
"hurt" -> "Go to a priest. I am sure they will fix you up."
|
|
"Abran","Ironeye" -> "He is the owner of this market, although - just between you and me - I'm not so sure he's honest."
|
|
"honest" -> "Well, I overheard the boss discussing some shady deals with a man in a black cloak."
|
|
"shady","deals" -> "Something about a sword only great warlords can use and a rare distance fighting item."
|
|
"rare","distance" -> "Yes, but I believe this is nothing but lies seeing that there are only a few distance fighting weapons."
|
|
"amazons" -> "They are a band or tribe of strange women that have nothing in common with civilized men like me."
|
|
"general" -> "You must be talking of the great general Benjamin. He saved the kingdom from ferumbras you know."
|
|
"army" -> "We supply the archers of the army with distance fighting weapons."
|
|
"ferumbras" -> "I heard rumours somewhere that his father was called Hugo."
|
|
"Xed" -> "Yeah, nice name, eh?"
|
|
"excalibug" -> "I think that was the sword they were talking about. Said something about a man in Edron that could get it for him."
|
|
"news" -> "Some people say Ferumbras isn't really dead. Crazy kids!"
|
|
"help" -> "I sell items of the distance type."
|
|
"monster" -> "Yeah, these awful beasts. They live in the swamps near the city and in dark dungeons."
|
|
"dungeon" -> "Oh, they are all over. You never see more of them than in Kaz, though."
|
|
"Kaz" -> "Oh, that's short for Kazordoon."
|
|
|
|
"buy" -> "I am selling bows, crossbows, and ammunition. Do you need anything?"
|
|
"do","you","sell" -> *
|
|
"do","you","have" -> *
|
|
"offer" -> *
|
|
"goods" -> *
|
|
"ammo" -> "Do you need arrows for a bow, or bolts for a crossbow?"
|
|
"ammunition" -> *
|
|
|
|
"sell","bow" -> "I don't buy used bows."
|
|
"sell","crossbow" -> "I don't buy used crossbows."
|
|
|
|
"bow" -> Type=3350, Amount=1, Price=400, "Do you want to buy a bow for %P gold?", Topic=1
|
|
"crossbow" -> Type=3349, Amount=1, Price=500, "Do you want to buy a crossbow for %P gold?", Topic=1
|
|
"arrow" -> Type=3447, Amount=1, Price=2, "Do you want to buy an arrows for %P gold?", Topic=1
|
|
"bolt" -> Type=3446, Amount=1, Price=3, "Do you want to buy a bolts for %P gold?", Topic=1
|
|
"power","bolt" -> Type=3450, Amount=1, Price=6, "Do you want to buy a power bolt for %P gold?", Topic=1
|
|
|
|
%1,1<%1,"bow" -> Type=3350, Amount=%1, Price=400*%1, "Do you want to buy %A bows for %P gold?", Topic=1
|
|
%1,1<%1,"crossbow" -> Type=3349, Amount=%1, Price=500*%1, "Do you want to buy %A crossbows for %P gold?", Topic=1
|
|
%1,1<%1,"arrow" -> Type=3447, Amount=%1, Price=2*%1, "Do you want to buy %A arrows for %P gold?", Topic=1
|
|
%1,1<%1,"bolt" -> Type=3446, Amount=%1, Price=3*%1, "Do you want to buy %A bolts for %P gold?", Topic=1
|
|
%1,1<%1,"power","bolt" -> Type=3450, Amount=%1, Price=6*%1, "Do you want to buy %A power bolts for %P gold?", Topic=1
|
|
|
|
Topic=1,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
|
Topic=1,"yes" -> "Come back, when you have enough money."
|
|
Topic=1 -> "Hmm, but next time."
|
|
|
|
"task",QuestValue(17647)=0,paladin -> Amount=17648, "Young paladin, I see you need ammunition but those are too expensive, right. Hmm... I can't give you for free. ...",
|
|
"However, if you could kill 50 minotaurs to prove your trustworthy willingness I will reward you the bow and 300 arrows. Deal?", Topic=120
|
|
|
|
"task",QuestValue(17648)=50,QuestValue(17647)=1,paladin -> "Well done, %N. Here is your bow and arrows!", SetQuestValue(17647,2), SetQuestValue(17649,0), Type=3350, Amount=1, Create(Type), Type=3447, Amount=300, Create(Type)
|
|
|
|
"task",QuestValue(17649)>0 -> "I see you are still in progress with your task."
|
|
|
|
Topic=120,"yes" -> "Very well young paladin. Come back once you are done.", SetQuestValue(17649,Amount), SetQuestValue(Amount,0), SetQuestValue(17647,1)
|
|
Topic=120 -> "As you wish."
|
|
|
|
"task" -> "I don't have any tasks for you right now."
|
|
|
|
}
|