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

IGLO AIO - [ Cassiopeia, Kalista, Lucian ]


  • Please log in to reply
27 replies to this topic

#1
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

Thanks to Feretorix Inspired Noddy
http://gamingonstero...ything-in-here/
 
Cassiopeia [please disable Orbwalking - only mouse right click and wp]:

Spoiler


Kalista [please disable Orbwalking]

IGLO KALISTA ORBWALKING - ULTRA FAST - much faster than GOS Orbwalking Kappa (2 jumps without q high as)

Spoiler


Lucian:
Spoiler


  • 1

#2
Jotta

Jotta

    Suporte Brasileiro

  • Members
  • 599 posts

Hmm, nice.


  • 0

#3
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts
.
  • -1

#4
Cloud

Cloud

    KAPPA

  • Ex-Staff
  • PipPipPip
  • 1,498 posts

Nice job!


  • 1

#5
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

Nice job!


Hmm, nice.


thanks
i made this for personal use :)
  • 0

#6
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

can you make 1 download link or put them into 1 script into a menu? o-o

 

its easier to upload into db so...


  • 0

#7
Kiara789

Kiara789

    Advanced Member

  • Contributor
  • 193 posts
  • LocationChile

good work.


  • 0

#8
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

added Cassiopeia + target selector included + focus only best target in 1200 range + no lags


  • 0

#9
Jotta

Jotta

    Suporte Brasileiro

  • Members
  • 599 posts

Download GitHub?


  • 0

#10
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

Download GitHub?

code is in the subject


  • 0

#11
arsoitee

arsoitee

    Member

  • Members
  • 20 posts

Your code very excited , I love your algorithm  and Maxxxel too 

Thank you for some code to help me fix bux > http://gamingonstero...e-50#entry25250


I not yet to test  local d = math.sqrt((h.x-t.x)^2+(h.y-t.y)^2+(h.z-t.z)^2) because it not like Inspire.lua code

I will try to find answer thank you


  • 0

#12
John

John

    Advanced Member

  • Members
  • 41 posts

how to disable Orbwalking ?


  • 0

#13
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts
added Kalista
  • 0

#14
Aristo

Aristo

    You donut

  • Moderator
  • 12,680 posts
  • LocationSomewhere over the rainbow

TY best kalista script in GOS 


  • 0

#15
Jcogrm

Jcogrm

    Newbie

  • Members
  • 1 posts

Does it still dropping fps? Ever since v21 I feel like I'm playing on a 90's PC Kappa


  • 0

#16
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

Does it still dropping fps? Ever since v21 I feel like I'm playing on a 90's PC Kappa

you dont need Inspired, IOW, GOS Orbwalking

 

fixed kalista [ This speed is broken  :) Ultra fast ]:

PrintChat("Kalista")
local lastAttack = 0;
local passive = 0;
local percentage = 0;
local damage = 0;
local reddamage = 0;
local bufcount = 0;

OnLoop(function(myHero)
    if GetCastLevel(myHero,_E) == 1 then
        passive = 10;
        percentage = 0.2; end
    if GetCastLevel(myHero,_E) == 2 then
        passive = 14;
        percentage = 0.225; end
    if GetCastLevel(myHero,_E) == 3 then
        passive = 19;
        percentage = 0.25; end
    if GetCastLevel(myHero,_E) == 4 then
        passive = 25;
        percentage = 0.275; end
    if GetCastLevel(myHero,_E) == 5 then
        passive = 32;
        percentage = 0.3; end
    if KeyIsDown(0x20) then
        if lastAttack + 50 <= GetTickCount() then
            AttackUnit(GetCurrentTarget());
            lastAttack = GetTickCount();
        else
            MoveToXYZ(GetMousePos()); end end end)
            
OnObjectLoop(function(Object,myHero)
    if GetObjectType(Object) == Obj_AI_Hero and GetTeam(Object) ~= GetTeam(GetMyHero()) then
        for i = 0,50 do
            if GetBuffCount(Object,i) > 0 and GetBuffName(Object,i) == "kalistaexpungemarker" then
                bufcount = GetBuffCount(Object,i);
                if CanUseSpell(myHero, _E) == READY then
                    damage = ((bufcount * (passive + (percentage * (GetBonusDmg(myHero)+GetBaseDamage(myHero))))) + (10 + (10 * GetCastLevel(myHero,_E)) + ((GetBonusDmg(myHero)+GetBaseDamage(myHero)) * 0.6)));
                    reddamage = (damage * (100 / (100 + ((GetArmor(Object) * GetArmorPenPercent(myHero)) - GetArmorPenFlat(myHero)))));
                    if GetCurrentHP(Object) < reddamage then
                        CastSpell(_E); end end end end end end)

  • 0

#17
Aristo

Aristo

    You donut

  • Moderator
  • 12,680 posts
  • LocationSomewhere over the rainbow

BEST KALİSTA SCRİPT !! TY MAN!!! FAST SPEED KİTE ^^ OMG


  • 0

#18
Aristo

Aristo

    You donut

  • Moderator
  • 12,680 posts
  • LocationSomewhere over the rainbow

PLEASE !!! VAYNE ADDED PLS!! 

 

<3 <3 TY...Fast kite :D


  • 0

#19
SpeedyGreedy

SpeedyGreedy

    Newbie

  • Members
  • 8 posts

Just tested your cassiopeia script and it is really awesome.

Although I would really like if there was someway to forcestop the autocasting cause sometimes if u get the poison on the enemy she just goes ham and dives towers and everything with me trying to force her out again and it looks really suspicious with her basicly just spinning in place and it leads to some failed towerdives :(

 

All in all though its a really nice script :)


  • 0

#20
Hangin

Hangin

    Advanced Member

  • Members
  • 50 posts

Hi just wanna ask how is your Kalista faster than GoS orbwalk? Tried both can't really see any difference..

 

Tested again. IT IS FASTER WTF.


  • 0




3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users