Ir para conteúdo

PriisioneR

Membro
  • Registro em

  • Última visita

Tudo que PriisioneR postou

  1. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Joguei no Google Maps apareceu só Florestas e 2 Tribos
  2. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    é a minha mae
  3. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Zoeira interna creio eu... MAIS EMFIM QUEM É a ???????????
  4. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    HU3HU3HU3, Daaniel e dos mato ?
  5. Junte se for Windows a Executável e os arquivos. e as DLL
  6. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Good Look, Have fun
  7. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Dota > lol
  8. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
  9. PriisioneR postou uma resposta no tópico em Suporte Tibia OTServer
    Veja se os seus amigos estão em sua REDE, e veja se o config esta configurado para o IPV4 do hamachi.
  10. Primeiramente você deve ter um conhecimento básico. acesse a seguinte área : http://www.tibiaking.com/forum/forum/123-come%C3%A7ando-seu-servidor/ vai pode encontrar inúmeros tutorais de como construir seu servidor. Recomendo buscar conhecimentos em Scripts Mapas WebSites Erros Possível em seu servidor Como coloca-lo online Boa Sorte
  11. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Parada Gay esse post
  12. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Mais rodada que pratinho de microondas
  13. Ja tive muito esse problema com meu servidor, geralmente ocorria nas distros 1.0
  14. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    joga na cara .-. uhashuashuas moro no interior :v
  15. Você ando editando algum storage em seu servidor ? se editou desfaça o mesmo.
  16. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Gold
  17. http://www.tibiaking.com/forum/topic/25350-como-fazer-um-servidorot-ter-sucesso/ Boa noite amigo
  18. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Se uma beleia da um tiro em outra Baleia como sai no jornal ?
  19. Seu item.xml possidentemente esteja com algum tipo de erro. se você editou tente voltar ao antigo
  20. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    UHEHUUH eu mesmo sofria com 2 megas mano. e ainda recebia 1mega.. com ping de 350
  21. Qual seu servidor ? não tem como eu conseguir alguma informação sem as suas primeiro.
  22. Se for 1.0 -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 18 -- 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.storeQuery("SELECT * FROM z_ots_comunication") if(result_plr ~= false) then repeat local id = tonumber(result.getDataInt(result_plr, "id")) local action = tostring(result.getDataString(result_plr, "action")) local delete = tonumber(result.getDataInt(result_plr, "delete_it")) local cid = getPlayerByName(tostring(result.getDataString(result_plr, "name"))) if(cid) then local itemtogive_id = tonumber(result.getDataInt(result_plr, "param1")) local itemtogive_count = tonumber(result.getDataInt(result_plr, "param2")) local container_id = tonumber(result.getDataInt(result_plr, "param3")) local container_count = tonumber(result.getDataInt(result_plr, "param4")) local add_item_type = tostring(result.getDataString(result_plr, "param5")) local add_item_name = tostring(result.getDataString(result_plr, "param6")) local received_item = 0 local full_weight = 0 if(add_item_type == 'container') then container_weight = getItemWeight(container_id, 1) if(isItemRune(itemtogive_id)) then items_weight = container_count * getItemWeight(itemtogive_id, 1) else items_weight = container_count * getItemWeight(itemtogive_id, itemtogive_count) end full_weight = items_weight + container_weight else full_weight = getItemWeight(itemtogive_id, itemtogive_count) if(isItemRune(itemtogive_id)) then full_weight = getItemWeight(itemtogive_id, 1) else full_weight = getItemWeight(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(type(received_item) == "number" and 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 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 until not result.next(result_plr) result.free(result_plr) end return true end <globalevent name="Shop" interval="60000" script="shop.lua" />
  23. Tenta instalar novamente o DirectX. http://www.microsoft.com/download/en/details.aspx?id=35 Ou... http://www.filehippo.com/download_directx/
  24. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    uhashasuas post rendeu que isso :v. sim é 53 de Upload porque uso fibra óptica. ai vemos a situação do povo brasileiro Pessoal da Etiópia tem internet mais rápida que "nóis" (pelo menos posso acessar a internet jantando)
  25. PriisioneR postou uma resposta no tópico em Playground (Off-topic)
    Obrigo :v Talves agora tenha ficado mais entendível a frase

Informação Importante

Confirmação de Termo