mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
80 lines
5.4 KiB
Plaintext
80 lines
5.4 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# brasith.npc: Datenbank für den Obsthändler Brasith
|
|
|
|
Name = "Brasith"
|
|
Outfit = (144,60-94-58-76-0)
|
|
Home = [32692,31589,7]
|
|
Radius = 1
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Ashari %N."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,"Ashari$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Wait %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Asha Thrazi."
|
|
|
|
"bye" -> "Asha Thrazi.", Idle
|
|
"farewell" -> *
|
|
"name" -> "I am Brasith Seedsinger."
|
|
"job" -> "You may buy all the things we grow or gather at this place."
|
|
"time" -> "Sorry, I can't help you."
|
|
|
|
"carlin" -> "The humans of Carlin at least ry to live in harmony with nature."
|
|
"thais" -> "I heared only terrible storys about that city."
|
|
"venore" -> "Their traders seem suspiciously freindly. I don't trust them."
|
|
"roderick" -> "His house is an impurity in our city in unity with nature."
|
|
"olrik" -> "This poor humans seems to think he might become one of us by spendig time with us."
|
|
|
|
"elf" -> "Our race lacks unity, which is a very sad thing. And the differences we have will grow and grow until eventually there is no race left."
|
|
"elves" -> *
|
|
"dwarf" -> "They work the earth and claim knowledge about it, but they know only about minerals, not about the life it stands for."
|
|
"human" -> "They are so many, so planless, so divided. They have choosen a path I do not want for my own race"
|
|
"troll" -> "I don't claim to understand this creatures but sometimes they are more close to the roots than we are."
|
|
"cenath" -> "The Cenath forgot as many as they learned. I doubt they find the wisdom they are looking for without the things they neglected in their pursuit of knowledge."
|
|
"kuridai" -> "The Kuridai left the true path and can't see their error. Their way of living may have been suitable in the past, but if they don't come back to us, their path will lead into darkness."
|
|
"deraisim" -> "We have still much to learn but we are on the correct path at least."
|
|
"abdaisim" -> "The Abdaisim are true to the ways of our race, maybe even more close than we. But by abandoning the other elves they harm themselves more than they know."
|
|
"teshial" -> "They are lost, and if they still exist they are alone in the cold and the darkness."
|
|
"ferumbras" -> "He thinks that he is incredibly powerful, but his is only the mindless power of destruction."
|
|
"crunor" -> "We abandoned the gods a long time ago. A short time after they abandoned us."
|
|
"plant" -> "Life takes many forms. Plants are a very basic form of life. Its simplicity makes them close to the core of nature."
|
|
"tree" -> *
|
|
"forest" -> "The beauty of a forest is something easy to be missed by the unobservant."
|
|
"field" -> "With the growth of a community comes the need to 'use' nature rather then to 'flow' with nature. This is sad but necessary."
|
|
|
|
"offer" -> "I sell corncobs, cherries, grapes, melons, pumpkins, bananas, strawberries, and carrots."
|
|
"goods" -> *
|
|
"do","you","sell" -> *
|
|
"do","you","have" -> *
|
|
"food" -> *
|
|
|
|
"corncob" -> Type=3597, Amount=1, Price=3, "Do you want to buy a corncob for %P gold?", Topic=1
|
|
"cherry" -> Type=3590, Amount=1, Price=1, "Do you want to buy a cherry for %P gold?", Topic=1
|
|
"grapes" -> Type=3592, Amount=1, Price=3, "Do you want to buy grapes for %P gold?", Topic=1
|
|
"melon" -> Type=3593, Amount=1, Price=8, "Do you want to buy a melon for %P gold?", Topic=1
|
|
"banana" -> Type=3587, Amount=1, Price=2, "Do you want to buy a banana for %P gold?", Topic=1
|
|
"strawberry" -> Type=3591, Amount=1, Price=1, "Do you want to buy a strawberry for %P gold?", Topic=1
|
|
"carrot" -> Type=3595, Amount=1, Price=3, "Do you want to buy a carrot for %P gold?", Topic=1
|
|
"pumpkin" -> Type=3594, Amount=1, Price=10, "Do you want to buy a pumpkin for %P gold?", Topic=1
|
|
"juice squeezer" -> Type=5865, Amount=1, Price=100, "Do you want to buy a juice squeezer for %P gold?", Topic=1
|
|
|
|
%1,1<%1,"corncob" -> Type=3597, Amount=%1, Price=3*%1, "Do you want to buy %A corncobs for %P gold?", Topic=1
|
|
%1,1<%1,"cherr" -> Type=3590, Amount=%1, Price=1*%1, "Do you want to buy %A cherries for %P gold?", Topic=1
|
|
%1,1<%1,"grapes" -> Type=3592, Amount=%1, Price=3*%1, "Do you want to buy %A grapes for %P gold?", Topic=1
|
|
%1,1<%1,"melon" -> Type=3593, Amount=%1, Price=8*%1, "Do you want to buy %A melons for %P gold?", Topic=1
|
|
%1,1<%1,"banana" -> Type=3587, Amount=%1, Price=2*%1, "Do you want to buy %A bananas for %P gold?", Topic=1
|
|
%1,1<%1,"strawberries" -> Type=3591, Amount=%1, Price=1*%1, "Do you want to buy %A strawberries for %P gold?", Topic=1
|
|
%1,1<%1,"carrot" -> Type=3595, Amount=%1, Price=3*%1, "Do you want to buy %A carrots for %P gold?", Topic=1
|
|
%1,1<%1,"pumpkin" -> Type=3594, Amount=%1, Price=10*%1, "Do you want to buy %A pumpkins for %P gold?", Topic=1
|
|
%1,1<%1,"juice squeezer" -> Type=5865, Amount=%1, Price=100*%1, "Do you want to buy %A juice squeezers for %P gold?", Topic=1
|
|
|
|
"bugmilk" -> Type=2875, Data=9, Amount=1, Price=15, "Do you want to buy a bottle of bugmilk for %P gold?", Topic=1
|
|
|
|
Topic=1,"yes",CountMoney>=Price -> "Thank you. Here it is.", DeleteMoney, Create(Type)
|
|
Topic=1,"yes" -> "Sorry, you do not have enough gold."
|
|
Topic=1 -> "Maybe you will buy it another time."
|
|
}
|