mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-17 16:59:20 +02:00
20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# gen-t-furniture-statues-s.ndb: Datenbank für generischen Möbelverkauf - Statuen
|
|
# Verwendete Topics: 81
|
|
|
|
#"offer" -> "I sell statues, tables, chairs, flowers, pillows, pottery, instruments, decoration, tapestries and containers."
|
|
#"furniture" -> *
|
|
#"goods" -> *
|
|
#"do","you","sell" -> *
|
|
#"do","you","have" -> *
|
|
|
|
"statue" -> "What statue would you like? A knights statue, a minotaur statue or a goblin statue?"
|
|
"knight", "statue" -> Type=2802, Amount=1, Price=50, "Do you want to buy this wonderful statue for %P gold?", Topic=81
|
|
"minotaur", "statue" -> Type=2803, Amount=1, Price=50, "Do you want to buy this frigtening statue for %P gold?", Topic=81
|
|
"goblin", "statue" -> Type=2804, Amount=1, Price=50, "Do you want to buy this disgusting statue for %P gold?", Topic=81
|
|
|
|
Topic=81,"yes",Premium,CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
|
Topic=81,"yes",CountMoney>=Price -> "I'm sorry, but you need a premium account if you want to buy furniture."
|
|
Topic=81,"yes" -> "Come back, when you have enough money."
|
|
Topic=81 -> "Hmm, but I'm sure, it would fit nicely into your house."
|