mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 08:13:27 +02:00
introduce gold converting ring
This commit is contained in:
@@ -27,7 +27,7 @@ VANISH,! -> "Good bye."
|
||||
"do","you","have" -> *
|
||||
"gem" -> "You can buy and sell small diamonds, sapphires, rubies, emeralds, and amethysts."
|
||||
"pearl" -> "I have white and black pearls you can buy, but you can also sell me some."
|
||||
"jewel" -> "You can purchase our fine dwarfish wares like wedding rings, golden amulets, and ruby necklaces."
|
||||
"jewel" -> "You can purchase our fine dwarfish wares like gold converting rings, wedding rings, golden amulets, and ruby necklaces."
|
||||
"talon" -> "I am suspicious of these magic gems. Better you ask some mages about this."
|
||||
"sabrehaven","talon" -> "I am more interested in buying them instead of selling."
|
||||
|
||||
@@ -41,6 +41,8 @@ VANISH,! -> "Good bye."
|
||||
"small","ruby" -> Type=3030, Amount=1, Price=500, "Do you want to buy a small ruby for %P gold?", Topic=1
|
||||
"small","emerald" -> Type=3032, Amount=1, Price=500, "Do you want to buy a small emerald for %P gold?", Topic=1
|
||||
"small","amethyst" -> Type=3033, Amount=1, Price=400, "Do you want to buy a small amethyst for %P gold?", Topic=1
|
||||
"crystal","ring" -> Type=3007, Amount=1, Price=250, "Do you want to buy a crystal ring to convert gold for %P gold?", Topic=1
|
||||
"gold","convert" -> *
|
||||
|
||||
%1,1<%1,"wedding","ring" -> Type=3004, Amount=%1, Price=990*%1, "Do you want to buy %A wedding rings for %P gold?", Topic=1
|
||||
%1,1<%1,"golden","amulet" -> Type=3013, Amount=%1, Price=6600*%1, "Do you want to buy %A golden amulets for %P gold?", Topic=1
|
||||
@@ -52,6 +54,8 @@ VANISH,! -> "Good bye."
|
||||
%1,1<%1,"small","rub" -> Type=3030, Amount=%1, Price=500*%1, "Do you want to buy %A small rubies for %P gold?", Topic=1
|
||||
%1,1<%1,"small","emerald" -> Type=3032, Amount=%1, Price=500*%1, "Do you want to buy %A small emeralds for %P gold?", Topic=1
|
||||
%1,1<%1,"small","amethyst" -> Type=3033, Amount=%1, Price=400*%1, "Do you want to buy %A small amethysts for %P gold?", Topic=1
|
||||
%1,1<%1,"crystal","ring" -> Type=3007, Amount=%1, Price=250*%1, "Do you want to buy %A crystal rings to convert gold for %P gold?", Topic=1
|
||||
%1,1<%1,"gold","convert" -> *
|
||||
|
||||
"sell","white","pearl" -> Type=3026, Amount=1, Price=160, "Do you want to sell a white pearl for %P gold?", Topic=2
|
||||
"sell","black","pearl" -> Type=3027, Amount=1, Price=280, "Do you want to sell a black pearl for %P gold?", Topic=2
|
||||
|
Reference in New Issue
Block a user