Ir para conteúdo

PriisioneR

Membro
  • Registro em

  • Última visita

Tudo que PriisioneR postou

  1. o erro na ta 2 linha não na ultima.. poste o items.xml
  2. http://www.tibiaking.com/forum/topic/20585-854-wodbo-warrior/
  3. Qual erro amigo ? poderia me mostrar ou colocar mais informações no tópico ?
  4. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    De boas andando no faceburquis quando me deparo com a seguinte frase "hey meninas voces k namoram homem por caráter atitude nao pelo ok ele eh voces sao nota 10" alguém consegue decifrar ?
  5. PriisioneR postou uma resposta no tópico em Suporte Tibia OTServer
    Procure por Background somente e me mostre os resultados.
  6. Sistema de FLY http://www.tibiaking.com/forum/topic/27258-pedido-sistema-de-fly/
  7. PriisioneR postou uma resposta no tópico em Suporte Tibia OTServer
    1º EM GLOBALEVENTS E FAÇA A COPIA DE UM ARQUIVO E RENOMEIE PRA SHOP.LUA E ADICIONE ISSO DENTRO -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval, lastExecution) local result_plr = db.getResult("SELECT * FROM z_ots_comunication WHERE `type` = 'login';") if(result_plr:getID() ~= -1) then while(true) do id = tonumber(result_plr:getDataInt("id")) action = tostring(result_plr:getDataString("action")) delete = tonumber(result_plr:getDataInt("delete_it")) cid = getCreatureByName(tostring(result_plr:getDataString("name"))) if isPlayer(cid) == TRUE then local itemtogive_id = tonumber(result_plr:getDataInt("param1")) local itemtogive_count = tonumber(result_plr:getDataInt("param2")) local container_id = tonumber(result_plr:getDataInt("param3")) local container_count = tonumber(result_plr:getDataInt("param4")) local add_item_type = tostring(result_plr:getDataString("param5")) local add_item_name = tostring(result_plr:getDataString("param6")) local received_item = 0 local full_weight = 0 if add_item_type == 'container' then container_weight = getItemWeightById(container_id, 1) if isItemRune(itemtogive_id) == TRUE then items_weight = container_count * getItemWeightById(itemtogive_id, 1) else items_weight = container_count * getItemWeightById(itemtogive_id, itemtogive_count) end full_weight = items_weight + container_weight else 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 end local free_cap = getPlayerFreeCap(cid) if full_weight <= free_cap then if add_item_type == 'container' then local new_container = doCreateItemEx(container_id, 1) local iter = 0 while iter ~= container_count do doAddContainerItem(new_container, itemtogive_id, itemtogive_count) iter = iter + 1 end received_item = doPlayerAddItemEx(cid, new_container) else local new_item = doCreateItemEx(itemtogive_id, itemtogive_count) received_item = doPlayerAddItemEx(cid, new_item) end if received_item == RETURNVALUE_NOERROR then doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, 'You received >> '.. add_item_name ..' << from OTS shop.') db.executeQuery("DELETE FROM `z_ots_comunication` WHERE `id` = " .. id .. ";") db.executeQuery("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 not(result_plr:next()) then break end end result_plr:free() end return TRUE end 2º EM GLOBAEVENTS.XML ADICIONE A SEGUINTE LINHA <globalevent name="shop" interval="30" script="shop.lua"/>
  8. Wolf seu lugar esta reservado com sucesso yagsuashiuashiasd
  9. neurofibromatose
  10. data/creaturescripts/scripts Procure algo como lvlup.lua
  11. Amigo primeiro recomendo tirar algumas palavras de seu tópico. tente testar com outros servidores de versões diferentes para ver se o servidor roda, caso contrario pode ser que seu servidor esteja com problema
  12. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Matheus usa uns AdminCp da horas.tiamu Parabéns
  13. Não recomendo Dedicado para Baiak. se for usar um dedicado recomendo ServerCore, agora para VPS weblara tem uns preços muito acessível. Recomendo também um global para seu Dedicado caso o compre
  14. Eu sofro com isso também meu modem tem opção de Habilitar portas, mas minha Distribuidora não permite que o usuário mesmo sendo Root abra as portas. tive que ligar na distribuidora e pedir para eles habilitarem as 3 portas para min.
  15. <attribute key="shootType" value="energyball"/> Só editar
  16. Veja se seus dados do banco de dados estão corretos e se a versão do Gesior é da sua TFS. provavelmente sua senha esteja errado no config.lua
  17. Troque seu Clean Script por esse local cleanEvent = 0 function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Collected " .. doCleanMap() .. " items.") return true end local t = string.explode(param, ",") if(t[1] == 'tile') then local removeLoaded = false if(t[2]) then removeLoaded = getBooleanFromString(t[2]) end doCleanTile(getCreaturePosition(cid), removeLoaded) return true end if(not tonumber(param)) then doPlayerSendCancel(cid, "Command numeric param required.") return true end stopEvent(cleanEvent) prepareClean(tonumber(param), cid) return true end function prepareClean(minutes, cid) if(minutes == 0) then if(isPlayer(cid)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Cleaned " .. doCleanMap() .. " items.") end doBroadcastMessage("Game map cleaned.") elseif(minutes > 0) then if(minutes == 1) then doBroadcastMessage("Game map cleaning in " .. minutes .. " minute, please pick up all your items.") else doBroadcastMessage("Game map cleaning in " .. minutes .. " minutes.") end cleanEvent = addEvent(prepareClean, 60000, minutes - 1, cid) end end
  18. Porta 80 não é preciso liberar. pois é porta padrão da internet exemplo digite www.google.com:80 o :80 vai sumir. Para liberar 7171 7172 e 8090 só ir em achar opção avançada em seu modem, Virtual Servers e adicionar
  19. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Dr.House
  20. Inverta as barras .....
  21. Substitua sua data-base por essa http://speedy.sh/9CfMh/chaitosoft-1.sql
  22. Acho que pode ajudar amigo http://www.tibiaking.com/forum/topic/36500-erro-distro-64-bit/
  23. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    só falo uma coisa, não falo nada.
  24. C:/Documents and Settings/Desktop/WorldOT/config.lua Substitua por C:\Documents and Settings\Desktop\WorldOT\
  25. Você esta adicionando direto do phpmyadmin ?

Informação Importante

Confirmação de Termo