mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 07:43:27 +02:00
implement player rooking
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
function onLogin(player)
|
||||
if player:getLastLoginSaved() <= 0 then
|
||||
if player:getStorageValue(17571) ~= 1 then
|
||||
player:setStorageValue(17571, 1)
|
||||
|
||||
-- Items
|
||||
if player:getSex() == PLAYERSEX_FEMALE then
|
||||
player:addItem(3562, 1, true, -1, CONST_SLOT_ARMOR)
|
||||
|
Reference in New Issue
Block a user