Ir para conteúdo
Banner com Efeitos

alekinhowsz

Membro
  • Registro em

  • Última visita

  1. Vodkart reagiu a uma resposta no tópico: CreatureScript ERRO
  2. beleza irmão obrigado , assim que entrar me avisa ai mando um rep +
  3. [Error - CreatureScript Interface] data/creaturescripts/scripts/killuaItemUp.lua:onKill Description: (luaGetMonsterInfo) Monster not found
  4. ERRO APRESENTADO: [Error - GlobalEvent Interface] data/globalevents/scripts/shop.lua:onThink Description: data/globalevents/scripts/shop.lua:79: attempt to call global 'getPlayerByName' (a nil value) stack traceback: data/globalevents/scripts/shop.lua:79: in function <data/globalevents/scripts/shop.lua:71> [Error - GlobalEvents::think] Couldn't execute event: shop SHOP.LUA local SHOP_MSG_TYPE = MESSAGE_EVENT_ORANGE local SQL_interval = 30 --- ### Outfits List ### local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["noblewoman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["assassin"]={156}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336}, ["wayfarer"]={366}, ["afflicted"]={431}, ["elementalist"]={433}, ["deepling"]={464}, ["insectoid"]={466}, ["red baron"]={471}, ["crystal warlord"]={513}, ["soil guardian"]={514}, ["demon"]={542} } local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["mage"]={130}, ["knight"]={131}, ["noblewoman"]={132}, ["summoner"]={133}, ["warrior"]={134}, ["barbarian"]={143}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["assassin"]={152}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={367}, ["afflicted"]={430}, ["elementalist"]={432}, ["deepling"]={463}, ["insectoid"]={465}, ["red baron"]={472}, ["crystal warlord"]={512}, ["soil guardian"]={516}, ["demon"]={541} } function onThink(interval, lastExecution) local result_plr = db.getResult("SELECT * FROM z_ots_comunication") if(result_plr:getID() ~= -1) then while(true) do id = tonumber(result_plr:getDataInt("id")) local action = tostring(result_plr:getDataString("action")) local delete = tonumber(result_plr:getDataInt("delete_it")) local cid = getPlayerByName(tostring(result_plr:getDataString("name"))) if isPlayer(cid) then local itemtogive_id = tonumber(result_plr:getDataInt("param1")) local itemtogive_count = tonumber(result_plr:getDataInt("param2")) local outfit_name = string.lower(tostring(result_plr:getDataString("param3"))) local itemvip = tonumber(result_plr:getDataInt("param4")) local add_item_type = tostring(result_plr:getDataString("param5")) local add_item_name = tostring(result_plr:getDataString("param6")) local points = tonumber(result_plr:getDataInt("param7")) local received_item = 0 local full_weight = 0 if(action == 'give_item') then full_weight = getItemWeightById(itemtogive_id, itemtogive_count) if isItemRune(itemtogive_id) == TRUE then full_weight = getItemWeightById(itemtogive_id, 1) else full_weight = getItemWeightById(itemtogive_id, itemtogive_count) end local free_cap = getPlayerFreeCap(cid) local new_item = doCreateItemEx(itemtogive_id, itemtogive_count) received_item = doPlayerAddItemEx(cid, new_item) if full_weight <= free_cap then if received_item == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, 'You received >> '.. add_item_name ..' << RELOGUE PARA SALVAR URGENTE.') db.executeQuery("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 doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, '>> '.. add_item_name ..' << from OTS shop is waiting for you. Please make place for this item in your backpack/hands and wait about '.. SQL_interval ..' seconds to get it.') end else doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, '>> '.. add_item_name ..' << from OTS shop is waiting for you. It weight is '.. full_weight ..' oz., you have only '.. free_cap ..' oz. free capacity. Put some items in depot and wait about '.. SQL_interval ..' seconds to get it.') end end if(action == 'give_outfit') then if outfit_name ~= "" and maleOutfits[outfit_name] and femaleOutfits[outfit_name] then local add_outfit = getPlayerSex(cid) == 0 and femaleOutfits[outfit_name][1] or maleOutfits[outfit_name][1] if not canPlayerWearOutfit(cid, add_outfit, 3) then db.query("DELETE FROM `z_ots_comunication` WHERE `id` = " .. id .. ";") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS) doPlayerAddOutfit(cid, add_outfit, 3) doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, "You received the outfit " .. add_item_name .. " of our Shop Online.") else doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, "You already have this outfit. Your points were returned, thank you.") db.query("DELETE FROM `z_ots_comunication` WHERE `id` = " .. id .. ";") db.query("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. points .. " WHERE `id` = " .. getPlayerAccountId(cid) .. ";") end end end end if not(result_plr:next()) then break end end result_plr:free() end return true end
  5. ERRO ACUSADO: mysql_real_query(): DELETE FROM top_killers - MYSQL ERROR: Table 'realbaiak.top_killers' doesn't exist (1146) mysql_real_query(): INSERT INTO top_killers (player_id,kills,patente) VALUES ("20587","23","Assassino") - MYSQL ERROR: Table 'realbaiak.top_killers' doesn't exist (1146) Table que eu fiz porem nao estou conseguindo importar. kill_id INTEGER NOT NULL, patente_id INTEGER NOT NULL, player_id INTEGER NOT NULL, FOREIGN KEY ( kill_id ) REFERENCES kills ( id ), FOREIGN KEY ( patente_id ) REFERENCES patente ( id ), FOREIGN KEY ( player_id ) REFERENCES players ( id )  ); Alguem pra ajudar? REP+ Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  6. por favor diego, da uma força pra gente ai me ajuda corregir o erro.
  7. alekinhowsz reagiu a uma resposta no tópico: ERRO COPILAÇÃO DEBIAN 9
  8. Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). OTX 2.3 Base: BAIAK 8.6 Qual erro está surgindo/O que você procura? ( SEMPRE INSTALEI NO DEBIAN 8 DEBOA, POREM FUI INSTALAR NO DEBIAN 9 DEU ESSE ERRO É POSSIVEL CORREGIR? checking mysql/mysql.h usability... yes checking mysql/mysql.h presence... yes checking for mysql/mysql.h... yes checking for main in -lmysqlclient... no configure: error: "Linking against mysql-client failed." Makefile:379: recipe for target 'config.status' failed make: *** [config.status] Error 1 Você tem o código disponível? Se tiver publique-o aqui: (LINUX DEBIAN 9) apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmariadbclient-dev libssl-dev libsqlite3-dev sudo apt-get install libtcmalloc-minimal4 make clean & make para copilar execute o comando: Código: ./autogen.sh espere terminar e digite: Código: ./configure --enable-mysql espere terminar e digite: Código: make Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  9. preciso do mesmo widget se alguem liberar ficarei grato
  10. Muito obrigado deu certo !
  11. Olá boa madrugada, Estou com problema na instalação do PAGSEGURO AUTOMATICO IVENPOINTS # Pagseguro config By IVENSPONTES $config['pagSeguro']['email'] = "[email protected]"; //Email Pagseguro $config['pagSeguro']['token'] = "C8FB9399F8E8438994C7619692ED8A5A"; // TOKEN $config['pagSeguro']['urlRedirect'] = 'http://SEUSITE/?subtopic=donate&action=final'; //turn off redirect and notifications in pagseguro.com.br $config['pagSeguro']['urlNotification'] = 'http://SEUSITE/retpagseguro.php'; //your return location $config['pagSeguro']['productName'] = 'Premium Points'; $config['pagSeguro']['productValue'] = 1.00; // 1.50 = R$ 1,50 etc... $config['pagSeguro']['doublePoints'] = true; ## Double points - true is on / false is off $config['pagSeguro']['host'] = 'localhost'; ## YOUR HOST $config['pagSeguro']['database'] = 'baiak'; ## DATABASE $config['pagSeguro']['databaseUser'] = 'root'; ## USER $config['pagSeguro']['databasePass'] = 'SENHA'; ## PASSWORD As pagina de retornos estão em anexos configurei todas configurações acima corretamente , configurei token pagseguro e pagina de retorno porem da erro quando clico pra donatar da erro na pagina não consegue atender a esta solicitação no momento. HTTP ERROR 500 http://baiakdofaustao.com/dntpagseguro.php Se algum anjo poder ajudar sera REP+ Desde já obrigado ! Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui. dntpagseguro.php retpagseguro.php pagseguro.php
  12. alekinhowsz reagiu a uma resposta no tópico: CORREÇÃO LOG ERROS.
  13. Certo deu certo, e sobre os bixos [Warning - Spawns::loadFromXml] Trainer Slayer ( 00290 / 00537 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00290 / 00537 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Bazir ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. Warning - Monster::Monster] Unknown event name - critical ( QUAL MONSTRO É? coloquei o spawm e adicionei porem eles nao nascem quando ligo OTSERV.
  14. Olá caros amigos, Quem puder me ajudar a corregir alguns desses erros ficarei muito agradecido e REP+ Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Distro usada é OTX. Base: Baiak 8.60 Qual erro está surgindo/O que você procura? Quando executo comando para iniciar o OTSERV,apresenta os erros abaixos. Você tem o código disponível? Se tiver publique-o aqui: >>> Map descriptions: - "Saved with Remere's Map Editor 2.2" - "No map description available." Duplicate uniqueId 19000 Duplicate uniqueId 19003 Duplicate uniqueId 19000 Duplicate uniqueId 19001 Duplicate uniqueId 8563 Duplicate uniqueId 8564 Duplicate uniqueId 2020 Duplicate uniqueId 6079 Duplicate uniqueId 6078 Duplicate uniqueId 6077 Duplicate uniqueId 6038 Duplicate uniqueId 6039 Duplicate uniqueId 6040 Duplicate uniqueId 6041 Duplicate uniqueId 6042 Duplicate uniqueId 6071 >>> Loading time: 5.847 seconds. [Warning - Npc::createNpc] Cannot find npc with name: Soya. [Warning - Npc::createNpc] Cannot find npc with name: Serafin. [Warning - Npc::createNpc] Cannot find npc with name: Dove. [Warning - Npc::createNpc] Cannot find npc with name: Frodo. [Spawn::addMonster] Cannot find "Shrek Warrior" [Spawn::addMonster] Cannot find "Shrek Warrior" [Warning - Npc::createNpc] Cannot find npc with name: Dorbin. [Warning - Npc::createNpc] Cannot find npc with name: Dove. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00286 / 00521 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00286 / 00521 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00287 / 00525 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00287 / 00525 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00288 / 00529 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00288 / 00529 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00289 / 00533 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00289 / 00533 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00290 / 00537 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Trainer Slayer ( 00290 / 00537 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Bazir ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01055 / 006 ) spawntime cannot be less or equal than 1 seconds. [Warning - Npc::createNpc] Cannot find npc with name: bank. [Warning - Npc::createNpc] Cannot find npc with name: Frodo. [Warning - Npc::createNpc] Cannot find npc with name: Frodo. [Warning - Npc::createNpc] Cannot find npc with name: Aura Seller. [Warning - Spawns::loadFromXml] Donate Demon ( 01648 / 00088 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03226 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03226 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03226 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03229 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03229 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Protect Castle ( 03229 / 00297 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Warlock ( 00353 / 00310 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Grim Reaper ( 00353 / 00310 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Warlock ( 00353 / 00310 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Dragon Lord ( 00320 / 00311 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Dragon Lord ( 00320 / 00311 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Dragon Lord ( 00320 / 00311 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Dragon Lord ( 00320 / 00311 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Dragon Lord ( 00320 / 00311 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Npc::createNpc] Cannot find npc with name: Mad Vip. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Apocalypse ( 00759 / 01038 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Orshabaal ( 00760 / 01077 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Spawns::loadFromXml] Donate Dragon Lord ( 03572 / 01419 / 007 ) spawntime cannot be less or equal than 1 seconds. [Warning - Npc::createNpc] Cannot find npc with name: A Wandering Soul. [Spawn::addMonster] Cannot find "Pazuzu" [Spawn::addMonster] Cannot find "Alpha Crystal" [Spawn::addMonster] Cannot find "Alpha Crystal" [Spawn::addMonster] Cannot find "Alpha Crystal" [Spawn::addMonster] Cannot find "Alpha Crystal" [Warning - Houses::loadFromXml] House entry not set for: (2251) [Warning - Houses::loadFromXml] House entry not set for: (2285) [Warning - Houses::loadFromXml] House entry not set for: (2444) [Warning - Houses::loadFromXml] House entry not set for: (2476) [Warning - Houses::loadFromXml] House entry not set for: (2670) >>> Parsing time: 0.402 seconds. >>> Synchronization time: 0.448 seconds. >>> Unserialization time: 0.006 seconds. >> Checking world type: Open PvP >> Starting to dominate the world... done. >> Initializing game state and binding services: [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical [Warning - Monster::Monster] Unknown event name - critical Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
  15. alekinhowsz reagiu a uma resposta no tópico: DATABASE ERRO 8.60 BAIAK
  16. Rep + Agora esta faltando um top_killers poderia fazer pra mim ?
  17. Olá voce sabe como implentar uso MYSQL.
  18. Bom Dia!!! Fala galerinha do Tibia Kings, Estou com alguns erros aparecendo no console do meu servidor, se alguem puder me ajudar ficarei muito grato... ( Vou Colaborar com REP+) [Error - mysql_real_query] Query: INSERT INTO top_mining (player_id,lvl,exp) VALUES ("22002","1","2498") Message: Table 'otserv.top_mining' doesn't exist Desde já muito obrigado a todos:)
  19. Estou com mesmo problema , Se alguem tiver conhecimento de ajudar agente ajudo com rep+ ou mande PV depdendo valor eu pago;

Informação Importante

Confirmação de Termo