mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-24 12:04:28 +02:00
22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# gen-t-furniture-pottery-s.ndb: Datenbank für generischen Möbelverkauf - Töpfe
|
|
# 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" -> *
|
|
|
|
"pottery" -> "I offer vases, coal basins, amphora and large amphora. What do you need?"
|
|
"vase" -> Type=2876, Amount=1, Price=3, "Do you want to buy a vase for %P gold?", Topic=81
|
|
"large", "amphora" -> Type=2805, Amount=1, Price=50, "Do you want to buy a large amphora for %P gold?", Topic=81
|
|
"amphora" -> Type=2893, Amount=1, Price=4, "Do you want to buy an amphora for %P gold?", Topic=81
|
|
"coal","basin" -> Type=2806, Amount=1, Price=25, "Do you want to buy a coal basin for %P gold?", Topic=81
|
|
"oven",ClientVersion>=790 -> Type=6371, Amount=1, Price=80, "Do you want to buy an oven 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."
|