Might start trying to learn some lua :3
Login to Account Create an Account
 
	Complete GoS LUA API [Alpha Version 0.1.8]
				
                    
                    #21
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #21](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 08:17
				
					
				
				
					Posted 17 July 2015 - 08:17 
				
			
				
			
		
			
			
			
		 
				
					
				
				
                    
                    #22
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #22](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 10:52
				
					
				
				
					Posted 17 July 2015 - 10:52 
				
			
				
			
		
			
			
			
		 
				
					
				
				
                    
                    #23
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #23](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 11:21
				
					
				
				
					Posted 17 July 2015 - 11:21 
				
			
				
			
		
			
			
			 
				
					
				Well i need to be Dev to test Scripts at the moment? :S
wanted to make some stuff
				
                    
                    #24
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #24](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 12:58
				
					
				
				
					Posted 17 July 2015 - 12:58 
				
			
				
			
		
			
			
			 
				
					
				Also did you even take a look what is exported in the API?
You have currently 3 events:
function OnProcessSpell(Object,spellProc)
function ObjectLoopEvent(Object,myHero)
function AfterObjectLoopEvent(myHero)
@Maxxxel, you don't have to be DEV to test scripts, the API just got released. If you have any coding skills, you might try to make your own scripts.
				
                    
                    #25
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #25](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 01:01
				
					
				
				
					Posted 17 July 2015 - 01:01 
				
			
				
			
		
			
			
			 
				
					
				@Foxy4eva, GoS menu support in the LUA is planned, that's why it's an ALPHA version.
Also did you even take a look what is exported in the API?
You have currently 3 events:
function OnProcessSpell(Object,spellProc)
function ObjectLoopEvent(Object,myHero)
function AfterObjectLoopEvent(myHero)
@Maxxxel, you don't have to be DEV to test scripts, the API just got released. If you have any coding skills, you might try to make your own scripts.
Thank you 
You can quote btw 
I made a thread with few more questions so when you got a time click heer
 wub:
 wub: 
				
                    
                    #26
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #26](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 04:05
				
					
				
				
					Posted 17 July 2015 - 04:05 
				
			
				
			
		
			
			
			 
				
					
				Thank you Feretorix, kept your promise about releasing an API "soon".
				
                    
                    #27
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #27](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 04:05
				
					
				
				
					Posted 17 July 2015 - 04:05 
				
			
				
			
		
			
			
			 
				
					
				Great work.
But i don't see "enable scripts engine" on the loader
				
                    
                    #28
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #28](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 04:05
				
					
				
				
					Posted 17 July 2015 - 04:05 
				
			
				
			
		
			
			
			 
				
					
				sorry doublepost
				
                    
                    #29
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #29](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 05:04
				
					
				
				
					Posted 17 July 2015 - 05:04 
				
			
				
			
		
			
			
			 
				
					
				shiet about to get real
				
                    
                    #30
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #30](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 05:07
				
					
				
				
					Posted 17 July 2015 - 05:07 
				
			
				
			
		
			
			
			 
				
					
				@filippe999 Restart your Loader to get the latest update. Or just re-download it: http://gamingonstero...oader-download/
				
                    
                    #31
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #31](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 05:44
				
					
				
				
					Posted 17 July 2015 - 05:44 
				
			
				
			
		
			
			
			 
				
					
				Hopefully you know what i'm trying to ask ._.
Highlight when reading code
Hey Fere, tell me if i'm wrong but which line does ''Check for enemy spells''
Eg: for BxX API It uses:
- 
	if obj.name:lower():find("xxxx") then
- 
	xxxx = obj
And find ''Item'' and place within XXX range.
Eg: for BxX API It uses:
- 
	if obj.charName:find("xxxx") and GetDistance(obj) < 600 and obj.team == myHero.team then
- 
	xxxx = nil
				
                    
                    #32
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #32](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 07:27
				
					
				
				
					Posted 17 July 2015 - 07:27 
				
			
				
			
		
			
			
			 
				
					
				Amazing,Preparing the space bar...
				
                    
                    #33
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #33](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 08:03
				
					
				
				
					Posted 17 July 2015 - 08:03 
				
			
				
			
		
			
			
			 
				
					
				That looks interesting. My Lua is a bit rusty, haven't used it since 6+ months, but I'll make some tests tomorrow. Greetings to all my friends! xD
				
                    
                    #34
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #34](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 08:33
				
					
				
				
					Posted 17 July 2015 - 08:33 
				
			
				
			
		
			
			
			 
				
					
				That looks interesting. My Lua is a bit rusty, haven't used it since 6+ months, but I'll make some tests tomorrow. Greetings to all my friends! xD
If your Vald from LB welcome my friend 
				
                    
                    #35
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #35](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 08:48
				
					
				
				
					Posted 17 July 2015 - 08:48 
				
			
				
			
		
			
			
			 
				
					
				If your Vald from LB welcome my friend
Thanks. We could maybe port some basic stuff from LB.
				
                    
                    #36
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #36](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 09:55
				
					
				
				
					Posted 17 July 2015 - 09:55 
				
			
				
			
		
			
			
			 
				
					
				the api is so ugly 
				
                    
                    #37
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #37](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 09:56
				
					
				
				
					Posted 17 July 2015 - 09:56 
				
			
				
			
		
			
			
			 
				
					
				Thanks. We could maybe port some basic stuff from LB.
Sure, you got any pm facilities? IRC/Skype etc? I worked with you early days on LB stuff before moving on to other projects, but noticed you were active a lot lol!
				
                    
                    #38
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #38](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 17 July 2015 - 11:21
				
					
				
				
					Posted 17 July 2015 - 11:21 
				
			
				
			
		
			
			
			 
				
					
				where can i find the references dll to attach into eclipse IDE?
I wanto to get my fingers working already!
Great work Man!
				
                    
                    #39
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #39](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 18 July 2015 - 07:13
				
					
				
				
					Posted 18 July 2015 - 07:13 
				
			
				
			
		
			
			
			 
				
					
				Vale a pena confiar em vocĂȘs, to adorando tudo isso *-*
				
                    
                    #40
			![Complete GoS LUA API [Alpha Version 0.1.8]: post #40](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				
				 Posted 18 July 2015 - 08:02
				
					
				
				
					Posted 18 July 2015 - 08:02 
				
			
				
			
		
			
			
			 
				
					
				How i run this script? :/ i have AppData\Roaming\GamingOnSteroids\LOL\Scripts but in the "scripts" folder is not other files
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
 Sign In
 Sign In Create Account
 Create Account

 This topic is locked
 This topic is locked
 
				
				
			 
			
			 Back to top
 Back to top Report
 Report 
				
				
			
 
  
 
				
				
			 
			
			 
			
			 
				
				
			 
			
			 
				
				
			 
			
			 
				
				
			 
				
				
			 
				
				
			 
				
				
			 
				
				
			 
				
				
			 
				
				
			 
				
				
			








