Ir para conteúdo

heelnox

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    heelnox deu reputação a Nechros em Free for use!   
    Tutorialzinho pra fazer folhagens,

    Usei essa técnica pra fazer a arvore de cima. Pode ajudar alguém
    C achar q vale a pena pode dar REP++ ai, n sei pra q serve, mas pelo jeito ajuda ja q tanta gente pede haha
  2. Gostei
    heelnox recebeu reputação de tatooo em Digimon Knights of Light   
    Óla estou a proucura de uma equipe para meu servidor de Digimon, servidor está quase pronto so preciso de alguns Admins que ocupam alguns cargos.
     
    Vagas:
    Mapper: [Vago]
    Spriter: [Vago]
    Webmaster: [Vago]
    Designer: [Vago]
     
    caso queira mais informções: https://www.facebook.com/pages/Digimon-Knights-of-Light/181373792052434?ref=hl
  3. Gostei
    heelnox deu reputação a Markin em Walking Effect On Outfit   
    script antiguinho rs
  4. Gostei
    heelnox deu reputação a Vodkart em Walking Effect On Outfit   
    Créditos: AnneMotta & Vodkart
    Descrição: Ao andar com o full addon de algumas outfits irá sair um efeito.
    Em creaturescript/script crie um arquivo.lua e renomeie para:
    outfiteffect.lua
      function onLogin(cid) registerCreatureEvent(cid, "EffectOutLogin") registerCreatureEvent(cid, "OutfitEffects") return doCreatureChangeOutfit(cid,{lookType = getCreatureOutfit(cid).lookType, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet, lookAddons = getCreatureOutfit(cid).lookAddons}) end local events = {} function onOutfit(cid, old, current) local effect = { [136] = 3, [128] = 3, -- citizen [270] = 27,[273] = 27, -- jester [156] = 61,[152] = 61, -- assassin [147] = 44,[143] = 44, -- barbarian [148] = 45,[144] = 45, -- druid [157] = 68,[153] = 68, -- beggar [149] = 36,[145] = 36, -- wizard [279] = 17,[278] = 17, -- brotherwood [137] = 39,[129] = 39, -- hunter [141] = 66,[133] = 66, -- summoner [142] = 34,[134] = 34, -- warrior [155] = 31,[151] = 31, -- pirate [158] = 46,[154] = 46, -- shaman [288] = 6,[289] = 6 -- demonhunter } local o,c= effect[old.lookType],effect[current.lookType] if getPlayerAccess(cid) > 2 then return true elseif (not o or not c or old.lookAddons == 3 and o) then stopEvent(events[getPlayerGUID(cid)]) end if current.lookAddons == 3 and c then function WalkEffect(cid, c, pos) if not isCreature(cid) then return LUA_ERROR end if c then frompos = getThingPos(cid) if frompos.x ~= pos.x or frompos.y ~= pos.y or frompos.z ~= pos.z then doSendMagicEffect(frompos, c) end events[getPlayerGUID(cid)] = addEvent(WalkEffect, 100, cid, c, frompos) end return true end WalkEffect(cid, c, {x=0, y=0, z=0}) end return true end em creaturescript.xml adicione as tags:
      <event type="login" name="EffectOutLogin" event="script" value="outfiteffect.lua"/> <event type="outfit" name="OutfitEffects" event="script" value="outfiteffect.lua"/> Como configurar:
    [iD DA OUTFIT] = N° DO EFEITO

Informação Importante

Confirmação de Termo