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

D3ftlandAIO v3.5 a lot of incoming updates !!


  • Please log in to reply
2232 replies to this topic

#741
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

Vayne doesn't load

Viktor have error when I press Space(for combo)

And kalista work fine, thanks!

QOCPnqT.png

 

I get the same error with Viktor when enemy champs are about to die or just died while holding spacebar.

 

I'm also getting a gradual FPS drop from about 110 to about <20 after a couple minutes of the Viktor script running.


  • 0

#742
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam

3183600109_1358444635_574_574.jpg

me too... error from inspired?


  • 0

#743
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam

pls add last hit minion for harass.....


  • 0

#744
lightingz

lightingz

    Advanced Member

  • Members
  • 63 posts

AxtEnMn.jpg?1

this error appears when i press space or c (not always tho but this might be important)


  • 0

#745
iglor713

iglor713

    Advanced Member

  • Members
  • 92 posts

so bad -.-

[379 lanes] = [151 lanes]

 

https://github.com/D...Common/Ryze.lua

=

http://pastebin.com/TCe1ah99

 

-228lanes + no fps drops

 

 

deftsu ryze=

20x identical:

						  if CanUseSpell(myHero, _Q) == READY and HarassConfig.HarassQ and ValidTarget(target, GetCastRange(myHero, _Q)) and GotBuff(target, "RyzeW") == 1 then
                          CastSkillShot(_Q,targetPos.x,targetPos.y,targetPos.z)
				          elseif CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,QPred.PredPos.x,QPred.PredPos.y,QPred.PredPos.z)
			              elseif CanUseSpell(myHero, _Q) == READY and GotBuff(myHero, "ryzepassivestack") > 3 or GotBuff(myHero, "ryzepassivecharged") > 0 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,Q2Pred.PredPos.x,Q2Pred.PredPos.y,Q2Pred.PredPos.z)
						  end

12x:

						  if CanUseSpell(myHero, _W) == READY and ValidTarget(target, GetCastRange(myHero,_W)) and HarassConfig.HarassW then
                          CastTargetSpell(target, _W)
						  end

11x:

						  if CanUseSpell(myHero, _E) == READY and ValidTarget(target, GetCastRange(myHero,_E)) and HarassConfig.HarassE then
                          CastTargetSpell(target, _E)
		                  end

+ this is so stupid... This Ryze code can be in 50 lanes...


  • 0

#746
junneth25

junneth25

    Advanced Member

  • Members
  • 221 posts

so bad -.-

[379 lanes] = [151 lanes]

 

https://github.com/D...Common/Ryze.lua

=

http://pastebin.com/TCe1ah99

 

-228lanes + no fps drops

 

 

deftsu ryze=

20x identical:

						  if CanUseSpell(myHero, _Q) == READY and HarassConfig.HarassQ and ValidTarget(target, GetCastRange(myHero, _Q)) and GotBuff(target, "RyzeW") == 1 then
                          CastSkillShot(_Q,targetPos.x,targetPos.y,targetPos.z)
				          elseif CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,QPred.PredPos.x,QPred.PredPos.y,QPred.PredPos.z)
			              elseif CanUseSpell(myHero, _Q) == READY and GotBuff(myHero, "ryzepassivestack") > 3 or GotBuff(myHero, "ryzepassivecharged") > 0 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,Q2Pred.PredPos.x,Q2Pred.PredPos.y,Q2Pred.PredPos.z)
						  end

12x:

						  if CanUseSpell(myHero, _W) == READY and ValidTarget(target, GetCastRange(myHero,_W)) and HarassConfig.HarassW then
                          CastTargetSpell(target, _W)
						  end

11x:

						  if CanUseSpell(myHero, _E) == READY and ValidTarget(target, GetCastRange(myHero,_E)) and HarassConfig.HarassE then
                          CastTargetSpell(target, _E)
		                  end

+ this is so stupid... This Ryze code can be in 50 lanes...

Hey ur inspired what version dude?  r u using latest inpited.. so if u use latest it can use!


  • 0

#747
petm4n

petm4n

    Member

  • Members
  • 10 posts

AxtEnMn.jpg?1

this error appears when i press space or c (not always tho but this might be important)

don't put require('Lib') in testscript1 and the script will work fine


  • 0

#748
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

so bad -.-

[379 lanes] = [151 lanes]

 

https://github.com/D...Common/Ryze.lua

=

http://pastebin.com/TCe1ah99

 

-228lanes + no fps drops

 

 

deftsu ryze=

20x identical:

						  if CanUseSpell(myHero, _Q) == READY and HarassConfig.HarassQ and ValidTarget(target, GetCastRange(myHero, _Q)) and GotBuff(target, "RyzeW") == 1 then
                          CastSkillShot(_Q,targetPos.x,targetPos.y,targetPos.z)
				          elseif CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,QPred.PredPos.x,QPred.PredPos.y,QPred.PredPos.z)
			              elseif CanUseSpell(myHero, _Q) == READY and GotBuff(myHero, "ryzepassivestack") > 3 or GotBuff(myHero, "ryzepassivecharged") > 0 and HarassConfig.HarassQ then
				          CastSkillShot(_Q,Q2Pred.PredPos.x,Q2Pred.PredPos.y,Q2Pred.PredPos.z)
						  end

12x:

						  if CanUseSpell(myHero, _W) == READY and ValidTarget(target, GetCastRange(myHero,_W)) and HarassConfig.HarassW then
                          CastTargetSpell(target, _W)
						  end

11x:

						  if CanUseSpell(myHero, _E) == READY and ValidTarget(target, GetCastRange(myHero,_E)) and HarassConfig.HarassE then
                          CastTargetSpell(target, _E)
		                  end

+ this is so stupid... This Ryze code can be in 50 lanes...

ehhh ikr


  • 0

#749
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

and for everyone who is having errors, make sure to not require Dlib and to update your script..


  • 1

#750
speecis

speecis

    Advanced Member

  • Members
  • 231 posts

Cassiop script drops my fps.

http://prntscr.com/8f3ks2 and sometimes this error shows up. What i am doing wrong, Def help me :D


  • 0

#751
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

and for everyone who is having errors, make sure to not require Dlib and to update your script..

require('Inspired')
require('IOW')
pcall( require, GetObjectName(GetMyHero()) ) 

This is all I have, with the latest IOW and Inspired, and I get the Viktor error. V21 Inspired.

 


  • 0

#752
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam

sorry but i request Dlib and update all script... error don't fix....


  • 0

#753
warsad

warsad

    Member

  • Members
  • 26 posts
  • LocationRoanapur

The kalista works fine. For viktor u must wait some time in game to work. Vayne wont load (some error) Gj tho

Also can u force Viktor to fast autoattack after he casts e(it works kinda like a reset)?


  • 0

#754
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam
Dear sir. Vayne auto level not work. It add q at lv1 and stop forever.....
  • 0

#755
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts
uh every script is worning without any error... vayne too, didnt change anything 2 days ago, the code is the same and it was working fine. same for viktor <_<
  • 0

#756
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam
Dear sir. If R no delay, I'm press space. Ahri alway use it........and in harass vayne not last hit minion. ver 16 IAC it work done....
  • 0

#757
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Dear sir. Vayne auto level not work. It add q at lv1 and stop forever.....


fixed.
  • 0

#758
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Dear sir. If R no delay, I'm press space. Ahri alway use it........and in harass vayne not last hit minion. ver 16 IAC it work done....


please.. stop posting about IAC/IOW here..
and for ahri the scripts are still in Beta, only kalista is fully finished.
  • 0

#759
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam
Sorry... I'm newbie. I don't know that... Sorry sir
  • 0

#760
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Sorry... I'm newbie. I don't know that... Sorry sir


np bud. :P
  • 0




13 user(s) are reading this topic

0 members, 11 guests, 0 anonymous users


    Google (2)