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

[7.24] External Broken API


  • Please log in to reply
35 replies to this topic

#1
Weedle

Weedle

  • Contributor
  • 534 posts

unit.activeSpell
.startTime

is broken again (doesn't return right values for me and 2 others i asked)
@Feretorix please also check the other stuff in activeSpell  since I only had time to check this one so far


  • 6

#2
USDcammer

USDcammer

    Advanced Member

  • Banned
  • PipPipPip
  • 588 posts
  • LocationINTO THE VOID

up


  • 2

#3
Weedle

Weedle

  • Contributor
  • 534 posts

up


  • 1

#4
mateusmar

mateusmar

    Advanced Member

  • Members
  • 59 posts
  • Locationhttps://t.me/pump_upp

UP


  • 1

#5
streamz

streamz

    Advanced Member

  • Members
  • 75 posts

up


  • 1

#6
Weedle

Weedle

  • Contributor
  • 534 posts
Up
  • 1

#7
mateusmar

mateusmar

    Advanced Member

  • Members
  • 59 posts
  • Locationhttps://t.me/pump_upp

up


  • 1

#8
TimeZeit

TimeZeit

    Advanced Member

  • Members
  • 78 posts

up  :lol:


  • 0

#9
tosirap7195

tosirap7195

    Advanced Member

  • Members
  • 189 posts

up :D


  • 0

#10
DoTExE

DoTExE

    Advanced Member

  • Members
  • 122 posts

down


  • 0

#11
DamnedNooB

DamnedNooB

    Advanced Member

  • Scripts Developer
  • 929 posts

:ph34r:


  • 0

#12
Migno

Migno

    Advanced Member

  • Members
  • 99 posts

up


  • 0

#13
Weedle

Weedle

  • Contributor
  • 534 posts

**** me sideways


  • 0

#14
streamz

streamz

    Advanced Member

  • Members
  • 75 posts

fix this, kisses


  • 0

#15
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,177 posts

will be fixed, tnx for report


  • 3

#16
Weedle

Weedle

  • Contributor
  • 534 posts

will be fixed, tnx for report

Thank u :wub:


  • 0

#17
Aristo

Aristo

    You donut

  • Moderator
  • 12,803 posts
  • LocationSomewhere over the rainbow
up

ooopps sorry fixed now xD

Thanx Fere :)
  • 0

#18
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

buff.count for twitch return wrong values. Stacks return always 0 and count 1 if hasbuff and 0 if not. For other champion count return stacks (for example ashe Q Buff). I can code this with only hasbuff(count attacks on this target+check duration time->or just check if new duration time is higher than earlier), but check for stacks is very helpful.

 

                if target ~= nil then
                        local Bcount = target.buffCount
                        for i = 0, Bcount do
                                local buff = target:GetBuff(i)
                                if buff.count > 0 and buff.name:lower() == "twitchdeadlyvenom" then
                                        print(buff.count.." "..buff.stacks)
                                end
                        end
                end

  • 0

#19
Weedle

Weedle

  • Contributor
  • 534 posts

 

buff.count for twitch return wrong values. Stacks return always 0 and count 1 if hasbuff and 0 if not. For other champion count return stacks (for example ashe Q Buff). I can code this with only hasbuff(count attacks on this target+check duration time->or just check if new duration time is higher than earlier), but check for stacks is very helpful.

 

                if target ~= nil then
                        local Bcount = target.buffCount
                        for i = 0, Bcount do
                                local buff = target:GetBuff(i)
                                if buff.count > 0 and buff.name:lower() == "twitchdeadlyvenom" then
                                        print(buff.count.." "..buff.stacks)
                                end
                        end
                end

 

That isn't fixable by fere, u'll have to do it that second way ^^


  • 1

#20
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

That isn't fixable by fere, u'll have to do it that second way ^^

ye, my bad

 

I have code :) :

Spoiler

+ some output: https://pastebin.com/jhD5BeZ1

recorded video in this time and all is right.


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users