mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 17:23:25 +02:00
Full Distribution
This commit is contained in:
25
data/npc/gen-t-furniture-chairs-s.ndb
Normal file
25
data/npc/gen-t-furniture-chairs-s.ndb
Normal file
@@ -0,0 +1,25 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# gen-t-furniture-chairs-s.ndb: Datenbank f<>r generischen M<>belverkauf - St<53>hle
|
||||
# Verwendete Topics: 81
|
||||
|
||||
#"offer" -> "I sell statues, tables, chairs, flowers, pillows, pottery, instruments, decoration, tapestries and containers."
|
||||
#"furniture" -> *
|
||||
#"equipment" -> *
|
||||
#"goods" -> *
|
||||
#"do","you","sell" -> *
|
||||
#"do","you","have" -> *
|
||||
|
||||
"red", "cushioned",! -> Type=2775, Amount=1, Price=40, "You want to buy a red cushioned chair for %P gold?", Topic=81
|
||||
"red", "chair",! -> *
|
||||
"green", "cushioned",! -> Type=2776, Amount=1, Price=40, "You want to buy a green cushioned chair for %P gold?", Topic=81
|
||||
"green", "chair",! -> *
|
||||
"chair" -> "I can offer you wooden chairs, rocking chairs, red cushioned chairs, green cushioned chairs and sofa chairs."
|
||||
"wooden", "chair" -> Type=2777, Amount=1, Price=15, "You want to buy a wooden chair for %P gold?", Topic=81
|
||||
"rocking", "chair" -> Type=2778, Amount=1, Price=25, "You want to buy a rocking chair for %P gold?", Topic=81
|
||||
"cushioned", "chair" -> "I can offer you a red cushioned chair or a green cushioned chair."
|
||||
"sofa", "chair" -> Type=2779, Amount=1, Price=55, "You want to buy a sofa chair 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."
|
Reference in New Issue
Block a user