Ir para conteúdo

lukas13on

Artesão
  • Total de itens

    138
  • Registro em

  • Última visita

Tudo que lukas13on postou

  1. mando rep amanha ja usei o de Hoje 'kkkkkkk
  2. Tive que add essa nova linha <!-- Sistema Vip de armia --> <action itemid="2353" script="sistemavip.lua"/> <action actionid="13500" script="sistemavip.lua"/> -- ESSA << Acho que está correto obrigaDo REP+ !
  3. <item id="2353" article="a" name="burning heart"> <attribute key="description" value="Garanti 5 Dias vip, podendo pausar desequipando-a." /> <attribute key="weight" value="400" /> <attribute key="decayTo" value="0" /> <attribute key="preventDrop" value="1"/> <attribute key="stopduration" value="1" /> <attribute key="showduration" value="1" /> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="10000" /> <attribute key="showcharges" value="1" /> <attribute key="duration" value="432000" /> </item> Agora sim falta testar o pisoja atualizo @
  4. o item ta sumindo quando morre
  5. Bem eu presiso que esse item vire um amuleto <item id="2353" article="a" name="burning heart"> <attribute key="description" value="It is still beating with unholy life. It seems to be rotting rapidly." /> <attribute key="weight" value="400" /> <attribute key="decayTo" value="0" /> <attribute key="duration" value="86400" /> </item> Esse amuleto terá as mesmas funções de um amulet of loss quando morrer ele não pode sumir, ele vai dar vip por duration ex:432000 Segundos = 5 dias / só vai consumir vip quando usado. Preciso de um sistema vip por item no caso por esse item. e presiso do "uniqueid" para "pisos vips" (somente vip pode pisar) que emite uma mensagem "bem vindo", "você não tem vip". Obrigado a quem me ajudar '-'
  6. -------------------------------------------------------------------------------------------- tem como criar um item que de tipo 1000 de mana ou 1000 de life? -------------------------------------------------------------------------------------------- tem como criar um ring que adiciona ataque ao atributo holy ou death ? --------------------------------------------------------------------------------------------
  7. WOW valeu vo colocar meus outifits de vampire e elf nessa quest =)
  8. Belo talk action mais não muito util para o meu server... só tem uma coisa perturbadora você escreveu errado paralyze ' kkkkkkkkkkkkkkkkkkk
  9. Espero que compreenda que é meu primeiro tópico Para fazer essa wand é meio complicado mais não é impossivel: Abra sua items.xml e troque as linhas dos ids respectivos por essas: ID:2423 <item id="2423" article="a" name="Mystical Wand Holy"> <attribute key="description" value="Seu tipo de ataque pode ser trocado na Elemental Island" /> <attribute key="weight" value="2900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="holy" /> <attribute key="range" value="6" /> </item> ID:7754 <item id="7754" article="a" name="Mystical Wand Fire"> <attribute key="description" value="Seu tipo de ataque pode ser trocado na Elemental Island" /> <attribute key="weight" value="2900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="Fire" /> <attribute key="range" value="3" /> <attribute key="elementFire" value="5" /> <attribute key="duration" value="10000" /> <attribute key="decayTo" value="2423" /> <attribute key="showduration" value="1" /> </item> ID:7773 <item id="7773" article="a" name="Mystical Wand Ice"> <attribute key="description" value="Seu tipo de ataque pode ser trocado na Elemental Island" /> <attribute key="weight" value="2900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="Ice" /> <attribute key="range" value="3" /> <attribute key="elementIce" value="5" /> <attribute key="duration" value="10000" /> <attribute key="decayTo" value="2423" /> <attribute key="showduration" value="1" /> </item> ID:7864 <item id="7864" article="a" name="Mystical Wand Earth"> <attribute key="description" value="Seu tipo de ataque pode ser trocado na Elemental Island" /> <attribute key="weight" value="2900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="Earth" /> <attribute key="range" value="3" /> <attribute key="elementEarth" value="5" /> <attribute key="duration" value="1000" /> <attribute key="decayTo" value="2423" /> <attribute key="showduration" value="1" /> </item> ID:7879 <item id="7879" article="a" name="Mystical Wand Energy"> <attribute key="description" value="Seu tipo de ataque pode ser trocado na Elemental Island" /> <attribute key="weight" value="2900" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="Energy" /> <attribute key="range" value="3" /> <attribute key="elementEnergy" value="5" /> <attribute key="duration" value="10000" /> <attribute key="decayTo" value="2423" /> <attribute key="showduration" value="1" /> </item> Agora vá a sua weapons.xml e coloque as novas linhas na coluna de wands: <wand id="2423" level="150" mana="3" min="200" max="200" type="Holy" event="function" value="default"> <!-- Mystical Wand Holy --> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </wand> <wand id="7773" level="150" mana="3" min="200" max="200" type="Ice" event="function" value="default"> <!-- Mystical Wand Ice --> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </wand> <wand id="7864" level="150" mana="3" min="200" max="200" type="Earth" event="function" value="default"> <!-- Mystical Wand Earth --> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </wand> <wand id="7879" level="150" mana="3" min="200" max="200" type="Energy" event="function" value="default"> <!-- Mystical Wand Energy --> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </wand> <wand id="7754" level="200" mana="10" min="200" max="200" type="Fire" event="function" value="default"> <!-- Mystical Wand Fire --> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </wand> _____________________________________________ Lembretes: Não esqueça de fechar as tags: </wand> </item> _____________________________________________ E não esqueça de deletar as linhas que contem os ids caso você não delete as linhas vai dar crash e vai acontecer douple registred item... _____________________________________________ Como deletar? assim: Antes: <!-- Energy --> <melee id="7870" level="50" unproperly="1" event="function" value="default"/>[/color] <melee id="7871" level="60" unproperly="1" event="function" value="default"/> </melee> Depois: <!-- Energy --> <melee id="7871" level="60" unproperly="1" event="function" value="default"/> </melee> _____________________________________________ < -- Resultado -- > Como encantar? use as pedras encantadas no item e a duração pode ser alterada aqui:
  10. Alguém aqui faria o seguinte favor: preciso que um npc que venda uma spell, e que somente através da spell comprada, o player possa usa-la. E de uma spell que conjura uma runa com ataque de min:300 max:500 do elemento holy. que venha 8 Charges. Runa: Unholy Rune Min Atk:300 Max atk:500 Type:Holy Mana:500 Soul Point:3 Apartir dessa Runa: Exemplo: vai até o npc e fala: -Hi -Spell -Conjure Rune Strike -Yes -Bye Dai depois ele pode falar a spell: Exmplo: Exevo Con Exori Que conjura 8 Charges da Runa. que acabam quando usadas. Fico Agradecido quem poder Fazer até um tutorial e postar em algum lugar e colocar o link nos comentários para galera ai.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...