introduce changes from streamside fork

This commit is contained in:
ErikasKontenis
2019-09-16 20:38:16 +03:00
parent f2cbc2dc1c
commit ad03b0eb3e
162 changed files with 2485 additions and 698 deletions

View File

@@ -1,7 +1,5 @@
function onLogin(player)
if player:getLastLoginSaved() <= 0 or player:getStorageValue(30017) == 1 then
player:setStorageValue(30017, 0) -- reset storage for first items
if player:getLastLoginSaved() <= 0 then
-- Items
if player:getSex() == PLAYERSEX_FEMALE then
player:addItem(3562, 1, true, -1, CONST_SLOT_ARMOR)