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

[The SpellDataBase] 1.0.0 early version


  • Please log in to reply
30 replies to this topic

#21
TheFoxy

TheFoxy

    Advanced Member

  • Donator
  • 116 posts
  • LocationRight Here :P

I can sort and easy to find value..
So many paramater, i can't remember them
Example

{Name = name, Delay=delay, Range=range, Radius=radius, Speed=speed, Collision=collision, AOE=aoe, Type=_type, Accel=accel}
With Excel i sort and it very very easy to look and find

Nice idea :)
In version 2.0 maybe ^ ^
  • 0

#22
Luri

Luri

    Member

  • Members
  • 16 posts
  • LocationAntarctica <3

Nice idea :)
In version 2.0 maybe ^ ^

Wooohooo! Thank you so much ^.^


  • 0

#23
camaleao

camaleao

    Member

  • Members
  • 11 posts

very good


  • 0

#24
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

framer got banned , hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm


  • 0

#25
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

framer got banned , hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

by self-request. :illuminati:


  • 0

#26
Meown

Meown

    Advanced Member

  • Members
  • 115 posts

Failed to load.


  • 0

#27
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam

IT'S ALIVEEEE!! :D

 Clik---> HEER <--- for DL

After quite some time it's relsesed. This should help you guys coding gapclosers and spell detectors and, ofc, the champion assemblies especialy in the spell cast section ^ ^

 

 

Short Expalination
 
Its pritty straithforward so I guess no need for special info.
I ll talk about AOE field only and give you examples
AOE field is NOT about AOE per se. It's not a spell property, it's cast property.

This means that it CAN NOT be used for Spell Vamp % checks and Slows % checks.

AOE logics is used in spell cast and prediction so this libary is mainly for that.
Spell can be AOE or Missle. Missile has Speed, Accel, Range and Width while AOE has only With and Range

Examle:
Ahri's Q -->Missle, Linear

Xerath's Q -->AOE, Linear
Lux's Q -->Missile, Linear
Lux's E -->AOE/Missle, Circular. This one is intresting. You ll need to experiment to get best way to cast it. Data are here ;)
Cho's Q -->AOE, Circular --> Perfect example of circular AOE. And reason I made it this way
etc :)

 
Put the DB into the AppData folder and use it via require, same way as other DBs ^ ^ (Like Inspired's usless libs eh Keppo )

 

--Example
local DB = require "SpellDatabase"
--or require ("SpellDatabase") if you pref but you ll need to access it different way den
local AhriQdelay = DB.Ahri.Q.Delay; -- Your inteli sense will correct you, I did this totaly RAW from the head :S
--same way you can get any other field

--DA SpellBook--
local SpellBook = DB.CreateSpellBook(myHero);
local Qcd = SpellBook.Q.cd(); --notice it's table of tables of methods (!yes! , !tableseption!) so no need to use 
AfterLoop event to get spell specs. You get them ON DEMAND. This is to reduce fps drops (thank you Inspired <3 ) 

if DB.SpellBook.Q.IsReady() then CastQ();
--CastQ is example method. :)

 

Few words

 

This is first spell database for GoS so it's possible it will have bugs and some spells are missing. I added Skill Shots for now soooo....
 

I'm are already working on new database that will be more detailed and could be used as standalone spell databse for every possible info you might need. Until then this will do. I ll keep it updated on your requests

This database is not Holy Bible. Feel free to update/change the values to your need if you see fit and if you think your prediction and spell cast will work better that way
Make Pull Requests too, I like those ^ ^

 
 

Feel free to ask/suggest, I might not answer right away but I will
Some spells might be missing, tell me I will add

 

Thank you Inspired and Deftsu.
And Zypppy, he did the most of it LEL Keppo Keppo
 

Pls send me full size of avatar image  :D


  • 0

#28
TheFoxy

TheFoxy

    Advanced Member

  • Donator
  • 116 posts
  • LocationRight Here :P

Pls send me full size of avatar image  :D

It's cool isn't it ^ ^
http://2.bp.blogspot... of Legends.png


  • 0

#29
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam

i love ahri :D anime


  • 0

#30
TheFoxy

TheFoxy

    Advanced Member

  • Donator
  • 116 posts
  • LocationRight Here :P

i love ahri :D anime


I love Ahri so much! Anime Ahri totally OP cute! ^_^
  • 0

#31
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

i believe you meant ecchi sexy Kappa


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users