What's new

Inne Problem z silnikiem

Status
Not open for further replies.

new sell

Active User
Joined
Mar 25, 2015
Messages
112
Reaction score
4
Witam prosz? o pomoc bo mam pewnien problem z silnikiem, wszystko pi?knie idzie dopki kto? si? nie zaloguje na ots i w silniku wyskakuje taki blad



Prosz? o pomoc w rozwiazniu problemu za pomoc reput ;p
 

XaMeS

Banned
Joined
Jul 14, 2008
Messages
198
Reaction score
11
Age
28
Odp: Problem z silnikiem

Najwyra?niej masz jaki? problem creaturescripts w 4linijce login.lua
 

new sell

Active User
Joined
Mar 25, 2015
Messages
112
Reaction score
4
Odp: Problem z silnikiem

Tu jest skrypt moglby kto go zobaczy?? Ewentualnie przerobi? ?eby dzialal za pomoc reput ;p[XML]local config = {
loginMessage = getConfigValue('loginMessage'),
useFragHandler = getBooleanFromString(getConfigValue('useFragHandler'))
}

function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss = nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
end

local accountManager = getPlayerAccountManager(cid)
if(accountManager == MANAGER_NONE) then
local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage
if(lastLogin > 0) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."
else
str = str .. " Please choose your outfit."
doPlayerSendOutfitWindow(cid)
end

doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
elseif(accountManager == MANAGER_NAMELOCK) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")
elseif(accountManager == MANAGER_ACCOUNT) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")
end

if(not isPlayerGhost(cid)) then
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
end

registerCreatureEvent(cid, "levelpoints")
registerCreatureEvent(cid, "bottrophy")
registerCreatureEvent(cid, "advbr")
registerCreatureEvent(cid, "logowanie")
registerCreatureEvent(cid, "supportlogin")
registerCreatureEvent(cid, "freepoints")
registerCreatureEvent(cid, "Mail")
registerCreatureEvent(cid, "GuildMotd")
registerCreatureEvent(cid, "Idle")
registerCreatureEvent(cid, "5cc")
registerCreatureEvent(cid, "10cc")
registerCreatureEvent(cid, "remover")
registerCreatureEvent(cid, "firstpoints")
registerCreatureEvent(cid, "lvlitems")
registerCreatureEvent(cid, "FirstItems")
if(config.useFragHandler) then
registerCreatureEvent(cid, "SkullCheck")
end
registerCreatureEvent(cid, "ReportBug")
registerCreatureEvent(cid, "KilledMonstersCounter")
registerCreatureEvent(cid, "Advance")
registerCreatureEvent(cid, "demonOakLogout")
registerCreatureEvent(cid, "demonOakDeath")
return true[/XML]

---------- Tre?? dodana o 23:48 ----------

prosz? o szybka opowiedz
 
Last edited:
Status
Not open for further replies.
Top