mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-19 16:53:26 +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:
@@ -1,8 +1,5 @@
|
||||
function onStepIn(creature, item, position, fromPosition)
|
||||
if creature:isPlayer() and not creature:getPlayer():isPremium() then
|
||||
doRelocate(item:getPosition(),{x = item:getPosition().x + 3, y = item:getPosition().y, z = 07})
|
||||
Game.sendMagicEffect(item:getPosition(), 13)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
function onAddItem(item, tileitem, position)
|
||||
|
Reference in New Issue
Block a user