introduce raid sacrifices and bonus exp if you eat sabrehaven talon

This commit is contained in:
ErikasKontenis
2020-01-05 17:15:09 +02:00
parent dd17e6c42e
commit 1af3466453
16 changed files with 196 additions and 6387 deletions

View File

@@ -0,0 +1,13 @@
function onSay(player, words, param)
if not player:getGroup():getAccess() then
return true
end
if player:getAccountType() < ACCOUNT_TYPE_GOD then
return false
end
Game.startRaid(param)
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Raid with name " .. param .. " started.")
return false
end