• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

could i do this?

Pro Warbringer

Retired with developing
Joined
Sep 23, 2008
Messages
3,582
Reaction score
25
Location
Austria
cipsoft coding to .xml codes
watch!
# GIMUD - Graphical Interface Multi User Dungeon
# beholder.npc: Datenbank für den Bibliotheksbeholder (Elfenstadt)

Name = "A Wrinkled Beholder"
Sex = male
Race = 17
Outfit = (17,0-0-0-0)
Home = [32788,31690,13]
Radius = 10
GoStrength = 3

Behaviour = {
ADDRESS,"hello$",! -> "What is this? An optically challenged entity called %N. How fascinating!"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait. I will eat you later, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Strange entity. I will record this encounter."

"bye" -> "Wait right there. I will eat you after writing down what I found out.", Idle
"farewell" -> *
"job" -> "I am the great librarian."
"name" -> "I am 486486 and NOT 'Blinky' as some people called me ... before they died."
"blinky" -> "How interesting you are that stupid. Let me apply this on you and see how long you last", Burning(10,25), EffectOpp(5), EffectMe(8)
"tibia" -> "It's 1, not 'Tibia', silly."
"ab'dendriel" -> "I heard that elves moved in upstairs."
"elves" -> "These fools and their superstitious life cult don't understand anything of importance."
"humans" -> "Good tools to work with ... After their death, that is."
"orcs" -> "Noisy pests."
"minotaurs" -> "Their mages are so close to the truth. Closer then they know and closer then it's good for them."
"god" -> "They will mourn the day they abandoned us."
"death" -> "Yes, yes, I will kill you soon enough, now let me continue my investigation on you."
"numbers" -> "Numbers are essential. They are the secret behind the scenes. If you are a master of mathematics you are a master over life and death."
"library" -> "It's a fine library, isn't it?"
"books" -> "Our books are written in 469, of course you can't understand them."
"469" -> "The language of my kind. Superior to any other language and only to be spoken by entities with enough eyes to blink it."
"cyclops" -> "Uglyness incarnate. One eye! Imagine that! Horrible!"
"excalibug" -> "Only inferior species need weapons."
}

could i just put them into the .xml file i mean i open it with notepad and it let work just rename the file?
thx..
 
Uhm... Where the heck did you get that :) ?
And to use it wiv any OTS distro, is kinda impossible... I guess they have to write new distro to use that code as a NPC. etc... :o

... Interesting ...
This CipSoft code looks very nice and simple. <3
 
Back
Top