Ir para conteúdo

shumagora

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    shumagora deu reputação a WiversonJr em Crystal Server Compilado Porem Com Bug!   
    e so voces ir em global events Abri o Arquivo XML e apagar a Taga que tem Shop.. e pronto
  2. Gostei
    shumagora recebeu reputação de kayak em No Damage Party System   
    Olá Camaradagem do TK. 
    Venho disponibilizar um sistema muito útil para servidores fiéis ao Tibia(CipSoft).
    Ele consiste em não atacar membros da party, ótimo para quest, pvp e hunt's.
    Não posso afirmar se funcionará em todos os servidores, testado somente em 10.1.
     
    config.lua
    noDamageToPartyMembers = true data/creaturescripts/creaturescripts.xml
    <event type="combat" name="partyAndGuildProtection" event="script" value="partyAndGuildProtection.lua"/> data/creaturescripts/scripts/partyAndGuildProtection.lua
    function onCombat(cid, target) if(isInParty(target)) then if(getConfigValue("noDamageToPartyMembers")) then if(isInParty(cid)) then return false end end end return true end   data/creaturescripts/scripts/login.lua registerCreatureEvent(cid, "partyAndGuildProtection")   Créditos ao Global 10.1 por conter partyAndGuildProtection.lua, porém contia bugs e não atacava nem player. Créditos a mim por fixar esse problema e disponibilizar.   partyAndGuildProtection.lua bugado do servidor.

  3. Gostei
    shumagora deu reputação a guilhermebianchi em Global Server [1.0 ~~ 10.30]   
    Queria Uma Verção  32Bits, nao rola nao veii?
  4. Gostei
    shumagora recebeu reputação de GBDias em No Damage Party System   
    Olá Camaradagem do TK. 
    Venho disponibilizar um sistema muito útil para servidores fiéis ao Tibia(CipSoft).
    Ele consiste em não atacar membros da party, ótimo para quest, pvp e hunt's.
    Não posso afirmar se funcionará em todos os servidores, testado somente em 10.1.
     
    config.lua
    noDamageToPartyMembers = true data/creaturescripts/creaturescripts.xml
    <event type="combat" name="partyAndGuildProtection" event="script" value="partyAndGuildProtection.lua"/> data/creaturescripts/scripts/partyAndGuildProtection.lua
    function onCombat(cid, target) if(isInParty(target)) then if(getConfigValue("noDamageToPartyMembers")) then if(isInParty(cid)) then return false end end end return true end   data/creaturescripts/scripts/login.lua registerCreatureEvent(cid, "partyAndGuildProtection")   Créditos ao Global 10.1 por conter partyAndGuildProtection.lua, porém contia bugs e não atacava nem player. Créditos a mim por fixar esse problema e disponibilizar.   partyAndGuildProtection.lua bugado do servidor.

  5. Gostei
    shumagora recebeu reputação de NTKing340 em No Damage Party System   
    Olá Camaradagem do TK. 
    Venho disponibilizar um sistema muito útil para servidores fiéis ao Tibia(CipSoft).
    Ele consiste em não atacar membros da party, ótimo para quest, pvp e hunt's.
    Não posso afirmar se funcionará em todos os servidores, testado somente em 10.1.
     
    config.lua
    noDamageToPartyMembers = true data/creaturescripts/creaturescripts.xml
    <event type="combat" name="partyAndGuildProtection" event="script" value="partyAndGuildProtection.lua"/> data/creaturescripts/scripts/partyAndGuildProtection.lua
    function onCombat(cid, target) if(isInParty(target)) then if(getConfigValue("noDamageToPartyMembers")) then if(isInParty(cid)) then return false end end end return true end   data/creaturescripts/scripts/login.lua registerCreatureEvent(cid, "partyAndGuildProtection")   Créditos ao Global 10.1 por conter partyAndGuildProtection.lua, porém contia bugs e não atacava nem player. Créditos a mim por fixar esse problema e disponibilizar.   partyAndGuildProtection.lua bugado do servidor.

  6. Gostei
    shumagora deu reputação a KekezitoLHP em Sem Danos na mesma Party   
    Nome do Sistema ou Script: No damage in Parties.
    Nome do Autor: Grilo
    Servidor Testado e/ou Versão do Tibia: 8.6
    Descrição e/ou Informações Adicionais: --
     
    Scripts e Como Instalar: 1. Abra o arquivo creaturescripts.xml, localizado em data/creaturescripts e adicione as seguintes tags abaixo:
    <event type="attack" name="Apt" event="script" value="Apt.lua"/> <event type="cast" name="Bpt" event="script" value="Bpt.lua"/> <event type="areacombat" name="Cpt" event="script" value="Cpt.lua"/> <event type="combat" name="Dpt" event="script" value="Dpt.lua"/> 2. Abra o arquivo login.lua, localizado em data/creaturescripts/scripts. Adicione as seguintes funções abaixo antes de return true.
    registerCreatureEvent(cid, "Apt") registerCreatureEvent(cid, "Bpt") registerCreatureEvent(cid, "Cpt") registerCreatureEvent(cid, "Dpt") 3. Agora crie quatro arquivos de nomes Apt, Bpt, Cpt, Dpt e de extensões LUA. Cole os conteúdos, respectivamente, em cada um deles:
    function onAttack(cid, target) if isPlayer(cid) and isInParty(cid) and getPlayerParty(cid) == getPlayerParty(target) then doPlayerSendCancel(cid, "You can not attack your party members") return false else return true end end function onCast(cid, target) if isPlayer(cid) and isInParty(cid) and getPlayerParty(cid) == getPlayerParty(target) then doPlayerSendCancel(cid, "You can not use spells or runes in your party members") return false else return true end end function onAreaCombat(cid, tileItem, tilePosition, isAggressive) if isPlayer(cid) and isInParty(cid) and getPlayerParty(cid) == getPlayerParty(tileItem) then return false else return true end end function onCombat(cid, target) if isPlayer(cid) and isInParty(cid) and getPlayerParty(cid) == getPlayerParty(target) then return false else return true end end
  7. Gostei
    shumagora deu reputação a Fodastico em Global Server 10.10   
    Gostei muito so que achei um bug q é nas novas portas que se vc fechar ela estando no mesmo tile da porta ela fecha em cima de vc sem te empurrar se alguem souber resolver isso posta ae. E tbm gostaria da distro, source OTX.10.10
  8. Gostei
    shumagora deu reputação a raverzl2 em [9.80/9.81] Voods OTServer   
    BUG VIP LIST (se voce add um player na vip list quando voce dar log in seu char da debug)
    Arruma isso ai se der vlw
  9. Gostei
    shumagora deu reputação a xFatality em distro   
    Cara,presta um poco atenção nos erros :

    [Monster::Monster] Event Name BP

    No minimo você colocou o script do Evento de BP nos Monstros,confere la.
    Se não for,vai em script procura esse sistema da Event Name - BP,e tenta arrumar pelo bloco de notas mesmo,ou excluir o .lua.

    -------------------------------

    Te ajudei ? REP+

    Obrigado,
    Abraços.
  10. Gostei
    shumagora deu reputação a Kimoszin em [Resolvido] AJUDA - Informaçao Player   
    "\nResidence: "..getTownName(getPlayerTown(pid))..

Informação Importante

Confirmação de Termo