mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 17:23:25 +02:00
introduce premium account system as a real premmium account for donators while regular features like travling and spells are free
This commit is contained in:
@@ -125,7 +125,8 @@ VANISH,! -> "Good bye."
|
||||
|
||||
%1,1<%1,"light","shovel" -> Type=5710, Amount=%1, Price=300*%1, "You want sell %A light shovels for %P gold?", Topic=2
|
||||
|
||||
Topic=2,"yes",Count(Type)>=Amount -> "Ok. Here is your money.", Delete(Type), CreateMoney
|
||||
Topic=2,"yes",Count(Type)>=Amount,RealPremium -> "Ok. Here is your money.", Delete(Type), CreateMoney
|
||||
Topic=2,"yes",Count(Type)>=Amount -> "I'm sorry %N, but I only serve premium account customers."
|
||||
Topic=2,"yes" -> "You not have one."
|
||||
Topic=2,"yes",Amount>1 -> "Sorry, you do not have that many."
|
||||
Topic=2 -> "Maybe you sell it next time."
|
||||
|
Reference in New Issue
Block a user