Jump to content

weverton1559

Campones
  • Posts

    43
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    weverton1559 got a reaction from Yamamotosilva in [Pedido] Arrow Atacando Como Se Fosse Exori Con   
    a Script :
     
    <item id="2352" article="a" name="crystal arrow">
    <attribute key="weight" value="70" />
    <attribute key="slotType" value="ammo" />
    <attribute key="attack" value="38" />
    <attribute key="weaponType" value="ammunition" />
    <attribute key="ammoType" value="arrow" />
    <attribute key="shootType" value="etherealspear" />
    <attribute key="ammoAction" value="removecount" />
    </item>
     
     
    vermelho:
    o ataque que você deseja.
     
    Verde:o id e o nome do item que você deseja.
     
    Testado e aprovado. se você gostou +Rep (:
     

     
    Ali eu testei com outra arrow mais a script e a mesma.
  2. Upvote
    weverton1559 reacted to SmiX in [Encerrado] teleport com limite de level.   
    local posi = {x=1, y=1, z=1} -- Posicao pra onde vai o player function onStepIn(cid, item, position, lastPosition, fromPosition) if getPlayerLevel(cid) < 51 then doTeleportThing(cid, posi) doSendMagicEffect(getThingPos(cid), 10) else doPlayerSendTextMessage(cid, 27, "Sorry, you need a level 50 minus.") doTeleportThing(cid, lastPosition) end end
  3. Upvote
    weverton1559 reacted to Mattziin in Como Fazer O Fur Cap Healar.   
    Vai no moviments e adiciona isso.
     

    <movevent type="DeEquip" itemid="7458" slot="armor" event="function" value="onDeEquipItem"/> <movevent type="Equip" itemid="7458" slot="armor" event="function" value="onEquipItem"/>
  4. Upvote
    weverton1559 reacted to Nathan96 in Target   
    Man isso é erro no seu distro provavelmente você usa o distro do allison ? ele tem esse bug. Troque o seu distro que certamente irar funcionar!
  5. Upvote
    weverton1559 reacted to LuckOake in Teleporte Que So Entra Quem Tem Guild.   
    Opa, desculpe, erro meu.
     
    movements.xml:
     

    <movevent type="StepIn" actionid="xxxx" event="script" value="tpguild.lua"/> <movevent type="StepIn" actionid="yyyy" event="script" value="tplevel.lua"/>
     
    Substitua o xxxx e o yyyy por um aid que desejar.
     
    tpguild.lua:
     
     
     
    tplevel:
     
     
     
    PS: Remova as coordenadas dos teleports no Map Editor, mas coloque neles o action id escolhido.
  6. Upvote
    weverton1559 got a reaction from abcddr in [Pedido] Arrow Atacando Como Se Fosse Exori Con   
    a Script :
     
    <item id="2352" article="a" name="crystal arrow">
    <attribute key="weight" value="70" />
    <attribute key="slotType" value="ammo" />
    <attribute key="attack" value="38" />
    <attribute key="weaponType" value="ammunition" />
    <attribute key="ammoType" value="arrow" />
    <attribute key="shootType" value="etherealspear" />
    <attribute key="ammoAction" value="removecount" />
    </item>
     
     
    vermelho:
    o ataque que você deseja.
     
    Verde:o id e o nome do item que você deseja.
     
    Testado e aprovado. se você gostou +Rep (:
     

     
    Ali eu testei com outra arrow mais a script e a mesma.
  7. Upvote
    weverton1559 reacted to Newtonnotwen in Ajuda . Alavanca Que Faz Sumir Pedras.   
    Eu fiz um script desse aqui:
     
    Só botar o id da pedra.
  8. Upvote
    weverton1559 reacted to Oneshot in "exhaustion" Quem Entende Corre Aqui Pra Ganhar +Rep   
    Então, "parceiro", apenas com edições nas sources.
     
    Abraços.
  9. Upvote
    weverton1559 reacted to Uneca in [Original] Real Server 3.7 (8.60) - King Version   
    [Oficial] Real Server 3.7 (8.60)


    Deixa de papo e vamos ao que interessa:
     
    Sobre o Real Server:
     
    Cidades:
     
    Quests:
     
    Real Server 3.7 (King Version):
    • Algumas alterações no distro.
    • Mais estabilidade.
    • Algumas modificações nos scripts.
    • Entre outros...
     
     
    Algumas Imagens:






     
     
    Download: http://www.speedysha...er-3.7-8.60.rar
    Scan(nenhuma pasta WORLD): http://virusscan.jot...ac3c35ddfb7918b
     
     
    Créditos:
     

  10. Upvote
    weverton1559 reacted to Fir3element in [Encerrado] No Meu Serve Fica Target, Como Tirar Isso ?   
    seria isso aqui
     
    protocolgame.cpp procure por:

    void ProtocolGame::sendCancelTarget()
     
    após:

    msg->AddByte(0xA3);
     
    adicione:

    msg->AddU32(0);
  11. Upvote
    weverton1559 reacted to jedian1 in Alguem Que Seja Crack Em Weapons.   
    data/weapons/scripts/man.lua

    function onUseWeapon(cid, var) doTargetCombatHealth(cid, getCreatureTarget(cid), 1, -DANOMINIMO, -DANOMAXIMO, EFEITO) doSendDistanceShoot(getThingPos(cid), getThingPos(getCreatureTarget(cid)), 18) return doSendDistanceShoot(getThingPos(cid), getThingPos(getCreatureTarget(cid)), 30) end
    edita o DANOMINIMO e o DANOMAXIMO (deixa o - na frente) e o EFEITO ( ve eles com /z numero)
    weapons.xml

    <wand id="8911" level="22" mana="5" event="script" value="man.lua"> <!-- Northwind Rod --> <vocation id="2"/> </wand> </wand>
    aí você edita a id, o level, a mana e a vocação que pode usar
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...