mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
35
data/npc/harsky.npc
Normal file
35
data/npc/harsky.npc
Normal file
@@ -0,0 +1,35 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# harsky.npc: Datenbank f<>r den Wachmann Harsky
|
||||
|
||||
Name = "Harsky"
|
||||
Outfit = (131,79-79-79-79)
|
||||
Home = [32312,32170,6]
|
||||
Radius = 0
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$","king",! -> "HAIL TO THE KING!"
|
||||
ADDRESS,"hail$","king",! -> "HAIL TO THE KING!"
|
||||
ADDRESS,"salutations$","king",! -> "HAIL TO THE KING!"
|
||||
ADDRESS,"hi$",! -> "MIND YOUR MANNERS COMMONER! To address the king greet with his title!", Idle
|
||||
ADDRESS,"hello$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$","king",! -> "Wait for your audience!"
|
||||
BUSY,"hail$","king",! -> "Wait for your audience!"
|
||||
BUSY,"salutations$","king",! -> "Wait for your audience!"
|
||||
BUSY,"hi$","king",! -> "Wait for your audience!"
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "LONG LIVE THE KING!"
|
||||
|
||||
"bye" -> "LONG LIVE THE KING! You may leave now!", Idle
|
||||
"farewell" -> *
|
||||
|
||||
"fuck" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"idiot" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"asshole" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"ass$" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"fag$" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"stupid" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"tyrant" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"shit" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
"lunatic" -> "Take this!", HP=1, EffectMe(8), EffectOpp(5)
|
||||
}
|
Reference in New Issue
Block a user