mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
71
data/npc/norf.npc
Normal file
71
data/npc/norf.npc
Normal file
@@ -0,0 +1,71 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# norf.npc: Datenbank f<>r den M<>nch Norf
|
||||
|
||||
Name = "Norf"
|
||||
Outfit = (57,0-0-0-0)
|
||||
Home = [32346,32363,6]
|
||||
Radius = 4
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Welcome, Pilgrim."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Please wait a minute, %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,"heal$",Burning>0 -> "You are burning, %N. I will help you.", Burning(0,0), EffectOpp(15)
|
||||
BUSY,"heal$",Poison>0 -> "You are poisoned, %N. I will help you.", Poison(0,0), EffectOpp(14)
|
||||
BUSY,"heal$",HP<40 -> "You are looking really bad, %N. Let me heal your wounds.", HP=40, EffectOpp(13)
|
||||
BUSY,"heal$" -> "You aren't looking really bad, %N. Sorry, I can't help you."
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Remember: If you are heavily wounded or poisoned, I will heal you."
|
||||
|
||||
"bye" -> "Good bye, %N!", Idle
|
||||
"farewell" -> *
|
||||
"job" -> "I am here to provide one of the five blessings."
|
||||
"name" -> "My name is Norf."
|
||||
"heal$",Burning>0 -> "You are burning. I will help you.", Burning(0,0), EffectOpp(15)
|
||||
"heal$",Poison>0 -> "You are poisoned. I will help you.", Poison(0,0), EffectOpp(14)
|
||||
"heal$",HP<40 -> "You are looking really bad. Let me heal your wounds.", HP=40, EffectOpp(13)
|
||||
|
||||
"heal$",PvPEnforced -> "You aren't looking that bad."
|
||||
"heal$" -> "You aren't looking that bad. Sorry, I can't help you. But if you are looking for additional protection you should go on the pilgrimage of ashes."
|
||||
|
||||
"blessing",PvPEnforced,! -> "The lifeforce of this world is waning. There are no more blessings avaliable on this world."
|
||||
"pilgrimage",PvPEnforced,! -> *
|
||||
"ashes",PvPEnforced,! -> *
|
||||
|
||||
"spiritual",PvPEnforced,! -> *
|
||||
"shielding",PvPEnforced,! -> *
|
||||
"sacred","places",PvPEnforced,! -> *
|
||||
"spark",PvPEnforced,! -> *
|
||||
"phoenix",PvPEnforced,! -> *
|
||||
"embrace",PvPEnforced,! -> *
|
||||
"fire",PvPEnforced,! -> *
|
||||
"suns",PvPEnforced,! -> *
|
||||
"wisdom",PvPEnforced,! -> *
|
||||
"solitude",PvPEnforced,! -> *
|
||||
|
||||
"pilgrimage" -> "Whenever you receive a lethal wound your lifeforce is damaged. With every single of the five blessings you have this damage will be reduced."
|
||||
"ashes" -> *
|
||||
"blessing" -> "There are five different blessings available in five sacred places. These blessings are: the spiritual shielding, the spark of the phoenix, the embrace of tibia, the fire of the suns and the wisdom of solitude."
|
||||
"sacred","places" -> "Just ask in which of the five blessings you are interested in."
|
||||
"spiritual" -> "Here in the whiteflower temple you may receive the blessing of spiritual shielding. But we must ask of you to sacrifice 10.000 gold. Are you still interested?",Price=10000, Topic=5
|
||||
"shielding" -> *
|
||||
"spark" -> "The spark of the phoenix is given by the dwarven priests of earth and fire in Kazordoon."
|
||||
"phoenix" -> *
|
||||
"embrace" -> "The druids north of Carlin will provide you with the embrace of tibia."
|
||||
|
||||
"fire" -> "You can ask for the blessing of the two suns in the suntower near Ab'Dendriel."
|
||||
"suns" -> *
|
||||
"wisdom" -> "Talk to the hermit Eremo on the isle of Cormaya about this blessing."
|
||||
"solitude" -> *
|
||||
|
||||
Topic=5,"yes", QuestValue(104) > 0,! -> "You already possess this blessing."
|
||||
Topic=5,"yes",CountMoney<Price,! -> "Oh. You do not have enough money."
|
||||
Topic=5,"yes",! -> "So receive the shielding of your spirit, pilgrim.", DeleteMoney, EffectOpp(13),SetQuestValue(104,1), Bless(1)
|
||||
Topic=5,! -> "Ok. Suits me."
|
||||
|
||||
|
||||
"time" -> "Now, it is %T. Ask Gorn for a watch, if you need one."
|
||||
|
||||
}
|
Reference in New Issue
Block a user