Initial commit: server + serverfiles

This commit is contained in:
Game
2026-08-17 17:31:44 +00:00
commit ff1237686b
17389 changed files with 868929 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
quest upgrade_mount begin
state start begin
when 71115.use with pc.count_item(50156) > 0 begin
say("hallo, cooles teil")
s = select("ja", "nein")
if s == 2 then
return
else
pc.remove_item(50156,1)
pc.remove_item(71115,1)
pc.give_item2(71124, 1)
end
end
end
end