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

Wiki for Champion Data?


  • Please log in to reply
1 reply to this topic

#1
sachamo2010

sachamo2010

    Newbie

  • Members
  • 1 posts

I'm not new to programming/scripting but I am new to LUA and to LoL scripts (used them before but never wrote any) and I'm looking for something new to keep me entertained for a while so I thought I'd give it a go. So far, things are making sense and my 1st script, although very simple, is working!

 

As I'm getting more into it, I need to know the champion ability data, such as cast delays, hitbox widths, etc. but the wikis I'm finding all seem to miss the same data. Which one is recommended that would have all the info we need?

 

Thanks in advance & sorry if this is already posted somewhere. Went through all of the Dev Talk section and found nothing :(


  • 0

#2
Sofie

Sofie

    Advanced Member

  • Contributor
  • 233 posts
  • LocationPlanet Earth

http://leagueoflegen...of_Legends_Wiki

 

 

GetCastRange(Obj, Spell) --> return Spell Range

GetCastName(Obj, Spell) --> return a string holding the Spell CastName

GetHitBox(Obj) --> return HitBox

 

You can find more here<- Gos Oficial API | also here

 

Event : OnProcessSpell/OnProcessSpellComplete/OnProcessSpellCast/OnProcessSpellAttack (unit,spell) :

spell.name
spell
.windUpTime
spell
.animationTime
spell
.castSpeed
spell
.startPos
spell
.endPos
spell
.target

 

 
Also I recommend that you look at this:

http://gamingonstero...l-annie-script/


  • 1




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users