First commit

This commit is contained in:
2025-02-26 13:42:34 +01:00
commit f465c9072c
2467 changed files with 426214 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
# cobra.npc: Datenbank f<>r die steincobra
Name = "Cobra"
Outfit = (0,2051)
Home = [33366,32855,14]
Radius = 0
Behaviour = {
ADDRESS,"hello$",QuestValue(270) > 0,Poison>500,! -> "Venture the path of decay!", Teleport(33397,32836,14), EffectOpp(11),SetQuestValue(270,0)
ADDRESS,"hi$",QuestValue(270) > 0,Poison>500,! -> *
ADDRESS,"hello$",! -> "Begone! Hissssss! You bear not the mark of the cobra!", Idle
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Sssssilence!", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Hissssssssss."
}