Ir para conteúdo
Banner com Efeitos

luquinhas166

Membro
  • Registro em

  • Última visita

Tudo que luquinhas166 postou

  1. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    Cara Vai na sua Pasta data/npc/script/bank.lua abra esse arquivo e com CTRL+F procure por "change platinum" Em seguida troque por uma palavra que ninguem vai saber exemplo "SHAUHSUASHUASH" Entao o Bug esta resolvido. A esse mapa tem um bug em vega também Viu! la dentro da casinha tem uma softboots solta! add skype! otservlikis166 abraço! CLIQUE EM GOSTEI se ajudou
  2. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    OU O ARQUIVO DA PASTA POR AQUI MESMO. GRATO! UP UP UP creaturescripts.rar
  3. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    Ainda esta dando item de 30 em 30 segundos :'( Eu estou achando que é isso if received_item == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, 'You received >> '.. add_item_name ..' << from OTS shop.') db.query("DELETE FROM `z_ots_comunication` WHERE `id` = " .. id .. ";") db.query("UPDATE `z_shop_history_item` SET `trans_state`='realized', `trans_real`=" .. os.time() .. " WHERE id = " .. id .. ";") else Porque nao esta MOSTRANDO (REALIZED) no site mostra ( Not realized yet. ) entaoeu acho que se nao aparecer REALIZED vai continuar mandando os itens de 30 em 30 segundos ate aparecer REALIZED Correto? Isso é o que aparece no SITE Item Transactions To: From: Offer name Bought on page Received on APUCH GLOBAL Compro Mesmo Your account 0 16 July 2014, 15:50:41 status: Not realized yet.
  4. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    Eu não sei qual a versão do meu TFS. quanto eu faço login aparece isso [16/07/2014 13:52:06] Global Server , version 0.1.7 (Global Server ) [16/07/2014 13:52:06] Global Server 100% Full 8.60 [16/07/2014 13:52:06] Desenvolvido ADM LIKIS Bom no meu Creature script nao tem playerdeath.lua.
  5. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    Vish maninho nao tem nada olha local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 for i, player in ipairs(getOnlinePlayers()) do if accountManager:lower() == player:lower() then managerCounter = managerCounter + 1 end end if managerCounter >= 3 then return false end 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, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "Idle") if(config.useFragHandler) then registerCreatureEvent(cid, "SkullCheck") end registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "demonOakLogout") registerCreatureEvent(cid, "demonOakDeath") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") registerCreatureEvent(cid, "KillingInTheNameOf") if (InitArenaScript ~= 0) then InitArenaScript = 1 for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) end setPlayerStorageValue(cid, 42350, 0) setPlayerStorageValue(cid, 42352, 0) return true end
  6. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    SIM DA O SEGUINTE ERRO [16/07/2014 10:09:35] [Error - GlobalEvent Interface] [16/07/2014 10:09:35] data/globalevents/scripts/shop.lua:onThink [16/07/2014 10:09:35] Description: [16/07/2014 10:09:35] data/globalevents/scripts/shop.lua:56: attempt to call field 'executeQuery' (a nil value) [16/07/2014 10:09:35] stack traceback: [16/07/2014 10:09:35] data/globalevents/scripts/shop.lua:56: in function <data/globalevents/scripts/shop.lua:7> [16/07/2014 10:09:35] [Error - GlobalEvents::think] Couldn't execute event: shop
  7. luquinhas166 postou uma resposta no tópico em Suporte Tibia OTServer
    Estou a 5 dias olhando vários Tópicos, e não obtive sucesso com nenhum. Portanto resolvi criar meu próprio tópico. Bom meu site esta funcionando legal mais na parte do shop system, esta entregando itens a cada 30 segundos. Alguém poderia me ajudar? Deis de já agradeço a compreensão. Uso os seguintes arquivos TAG <globalevent name="shop" interval="30" script="shop.lua"/> shopsystem.php shop.lua
  8. Alguem poderia me ajudar com Shop System GESIOR. Nao consigo instalar no meu Site Gesior. GRATO!
  9. luquinhas166 postou uma resposta no tópico em Tutoriais Websites
    Não consegui criar conta mano me ajuda preciso disso urgente!

Informação Importante

Confirmação de Termo