Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

AutoIgnite


  • Please log in to reply
4 replies to this topic

#1
Zentyron

Zentyron

    Advanced Member

  • Premium
  • 161 posts

hey leute,

 

suche ein script für autoignite aber das bei jedem script geht z.B. 

if Ignite and AhriMenu.Misc.Autoignite:Value() then
          if IsReady(Ignite) and 20*GetLevel(myHero)+50 > GetHP(enemy)+GetHPRegen(enemy)*3 and ValidTarget(enemy, 600) then
          CastTargetSpell(enemy, Ignite)
          end
        end

Da der PAM Activtator nicht funkt...


  • 0

#2
aizjg

aizjg

    GoS's Firefighter

  • Banned
  • PipPipPip
  • 325 posts
  • Locationfire dep 24/7 Kappa

Dies ist Google Translate so leid ...

 

ist es ganz einfach , das ist der Code, den Sie brauchen,


if Ignite then
    if IsReady(Ignite) then
       for _,enemy in pairs(GetEnemyHeroes()) do
           if 20*GetLevel(myHero)+50 > GetHP(enemy)+GetHPRegen(enemy)*3 and ValidTarget(enemy, 600) then
                CastTargetSpell(enemy, Ignite)
           end
       end
    end
end
 
setzen Sie dieses in onTick

  • 0

#3
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts
Ich schreib schnell später einen mit aizjgs code wenn du willst
  • 0

#4
Zentyron

Zentyron

    Advanced Member

  • Premium
  • 161 posts

Ich schreib schnell später einen mit aizjgs code wenn du willst

Wäre cool! ;)


  • 0

#5
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

Bitteschööön :P

 

https://raw.githubus.../AutoIgnite.lua

 

Install


  • 1




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users