Ir para conteúdo
Banner com Efeitos

Ryzor

Membro
  • Registro em

  • Última visita

Tudo que Ryzor postou

  1. Ryzor postou uma resposta no tópico em Suporte & Pedidos
    Belas Imagens
  2. Otimo script muita gente sofre com isso reputado..
  3. Linux muito mais seguro e mais leve.
  4. Ryzor postou uma resposta no tópico em Suporte Tibia OTServer
    Manda um email para os cara pedindo para ligar novamente ou entra na sua conta no site deles..
  5. Ryzor postou uma resposta no tópico em Suporte Tibia OTServer
    Opa tenta da uma olhada nesse aqui : http://www.tibiaking.com/forum/topic/33713-evento-blood-castle-autom%C3%A1tico/
  6. Ryzor postou uma resposta no tópico em Suporte & Pedidos
    Cara eu jogaria u.u quando abrir manda o IP
  7. Não presisava você selecionar PvP Tool na area era so fazer a arena normal não deixando com area PZ ou No-PvP , deixando sem nada vai ficar como PvP
  8. Teria como mandar a print do que esta falando ?
  9. Otimo tutorial . Reputado
  10. <globalevent name="shop" interval="30000" script="shop.lua"/> Está configurado para chegar em 30 segundos
  11. Em data/globalevents.xml poe isso <globalevent name="shop" interval="30000" script="shop.lua"/> Em data/globalevents/scripts copia um arquivo renomeia para shop.lua e dentro poe isso -- ### 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, 'Voce Recebeu >> '.. add_item_name ..' << Styller 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 ..' << Seu item esta esperando por voce. Por favor faça o local para este item em sua mochila e aguarde '.. SQL_interval ..' segundos para obte-lo.') end else doPlayerSendTextMessage(cid, SHOP_MSG_TYPE, '>> '.. add_item_name ..' << Seu item esta esperando por voce. O peso do item e '.. full_weight ..' oz., Vc tem no momento '.. free_cap ..' oz. de capacidade livre. Coloque alguns itens no deposito e espere cerca de '.. SQL_interval ..' segundos para obte-lo.') end end if not(result_plr:next()) then break end end result_plr:free() end return TRUE end Se tiver configurado o shop no site normal vai entregar normal o item.
  12. Ryzor postou uma resposta no tópico em Suporte Tibia OTServer
    Ative o FireWall acho melhor para windows , quais são as configurações do VPS ?
  13. Ryzor postou uma resposta no tópico em Suporte Tibia OTServer
    o firewall está ativado ?
  14. Ryzor postou uma resposta no tópico em Portal
    Perfeiiito , agora sim ira ajudar muitas pessoas
  15. Parabens brother bom uso da premium account ;]
  16. Se for versão 8.60 da uma olhada nesse aqui Global Full - Com Rookgaard Link : http://www.tibiaking.com/forum/topic/12439-mapa-global-full-com-rookgaard/
  17. Ryzor postou uma resposta no tópico em Playground (Off-topic)
    Falou tudo u.u
  18. Ryzor postou uma resposta no tópico em Playground (Off-topic)
    :angry2:
  19. Ryzor postou uma resposta no tópico em Recursos Avançados
    Cara qual e o tamanho do mapa ? se for original do global que são em torno 94 MB , vai dar um certo lag quando atingir uns 40/50 players , para mapas global eu sugiro a você comprar um host de 6 GB + para aguentar tranquilo.
  20. Ryzor postou uma resposta no tópico em Playground (Off-topic)
    Seja bem-vindo a comunidade

Informação Importante

Confirmação de Termo