Leona on Tour V14 - v1.0.0.6 (Combo, Harass, Perfect R)
---You need for using
--MonTour.lua V2.0 - - - - MarCiiionTour Lib - click here
-This Lib is supporting the following Champs:
Draven Leona more coming soon!
-MonTour.lua has Multi Hero Support and it is possible to Disable other Champs by editing the following Code
--e.g If you want to use only Leona from my Script then MonTourStartChampion = {"Leona", "DravenOFF"} --e.g If you want to use only Draven from my Script then MonTourStartChampion = {"LeonaOFF", "Draven"} MonTourStartChampion = {"Leona", "Draven"}
--Inspired.lua V14 - - - - click here
--IAC.lua V14 - - - - click here
--Baseult.lua - - - - click here
--RecallTracker - - - - click here
--DLib.lua - - - - click here
---How to Install
--Download Inspired.lua , IAC.lua , Baseult.lua , RecallTracker , DLib.lua , MonTour.lua
--Put all the files into: C:\Users\yournameAppData\Roaming\GamingOnSteroids\LOL\Scripts\Common
--Open testscript1.lua and add the following line - you can find it in: C:\Users\yourname\AppData\Roaming\GamingOnSteroids\LOL\Scripts
require('MonTour') require('RecallTracker')
--Open GOS LAUNCHER and make sure that you check
--Start Game and Have Fun
---Features
--Press the Combo Button for E+Q+W+R Combo (NEW: Only using Ultimate if you got enough Mana and all Skills are ready to Cast E+Q+W+R in a row)
ON/OFF TOGGLE for SKILLCHECK!!
--Press the Harass Button for E+Q+W Combo
--Press N (SpecialKey) for Perfect R (Key is changeable)
---Information
-- You can Change the KnockBack Enemy in Range with editing MonTour.lua
local HOTKEY = string.byte('N') --You can change the Key here "string.byte('????')" e.g local HOTKEY = string.byte('M') --You can change the Key here "string.byte('????')"
---ToDO
-- None but if oyu have any wished just tell it to me!
---Known issus
-- Problems with IAC.lua
If you have Problems open IAC.lua and edit the following at Line 133 (It must look like these)
function IAC:DoWalk() self.myRange = GetRange(myHero)+GetHitBox(myHero)+(IWalkTarget and GetHitBox(IWalkTarget) or GetHitBox(myHero)) -- if IWalkConfig.C then Circle(myHero,self.myRange):draw() end local addRange = ((self.gapcloserTable[myHeroName] and CanUseSpell(myHero, gapcloserTable[myHeroName]) == READY) and 250 or 0) + (GetObjectName(myHero) == "Jinx" and (GetCastLevel(myHero, _Q)*25+50) or 0) IWalkTarget = GetTarget(self.myRange + addRange, DAMAGE_PHYSICAL) if IWalkConfig.LaneClear then IWalkTarget = GetHighestMinion(GetOrigin(myHero), self.myRange, MINION_ENEMY) end
-----PLEASE UPVOTE FOR UPLOAD THANK YOU
---Update / Changelog
-- 1.0.0.0 released - 29th of July
-- 1.0.0.1 Fully Recoded / Improved Script for good Performance and more FPS - 31th of July
-- 1.0.0.2 Added Lib: MarCiiionTour V1 Lib for Multi-Champ-Support - 1st of August
-- 1.0.0.3 Ready for using as Lib in testscript1.lua - 2st of August
-- 1.0.0.4 LastHit and LaneClear now with Minioncheck and now ready for using as Lib in testscript1.lua as STANDALONE - 2st of August
-- 1.0.0.5 Added ManaCheck Combo and Improved Combo with Ultimate with SkillCheck = Ready - 3th of August
-- V1.0 MonTourLua Lib released - 1st of August
-- V1.1 MonTourLua updated improved Lib - 2st of August
-- V1.2 MonTourLua updated improved Lib - 2st of August
-- V1.3 MonTourLua updated added Mana Check Func - 3th of August
-- V2.0 MonTourLua updated added Autoupdate Func - 3th of August
CREDITS TO INSPIRED AND DEFTSU
Edited by MarCiii, 03 August 2015 - 11:49 .