Probably sounds stupid... But can I just check all of the scripts in the loader, and then the loader just loads the right ones in game?
Or do I have to check/uncheck each time I play a different champion?
Thanks in advance guys
Best Answer Feretorix , 14 November 2015 - 10:50
Sadly not all scripters do the check for a champion name which is a mistake.
But most of the time you can really leave all scripts checked.
If any case, you can re-check scripts and click F6/F6 to refresh lua engine.
Go to the full post »
Probably sounds stupid... But can I just check all of the scripts in the loader, and then the loader just loads the right ones in game?
Or do I have to check/uncheck each time I play a different champion?
Thanks in advance guys
You will only mark the script for the particular champion. Example: You enter a game playing with the AHRI, you will only mark the script it.
I think if you mark more than one, can give any problems, the combo may come out whole, do not know (I never tried)
well not sure what you are asking.
You can have scripts for different champions "ticked" at the same time, for example Ahri,Garen,Evelynn and Veigar, GoS will detect which champion you are using and it will load the right script (as long as it's "ticked")
"ticking" different scripts for same champion might cause some problems, never tried so can't tell you for sure.
You can leave PAM always ticked. It willonly load when its supported on that champ
I think you can leave all the champions scripts ticked, just make sure at the top of your champ script you have:
if GetObjectName(GetMyHero()) ~= "ChampName" then return end
Any Dev can confirm?
I think you can leave all the champions scripts ticked, just make sure at the top of your champ script you have:
if GetObjectName(GetMyHero()) ~= "ChampName" then return endAny Dev can confirm?
confirmed
this is why we can load all champion script same time without any problem
confirmed
this is why we can load all champion script same time without any problem
I think it's not..
look at this screenshot
http://prntscr.com/8ygmpt
I think it's not..
look at this screenshot
http://prntscr.com/8ygmpt
are you sure there is the checker in the script?
I have almost all scripts and the only that I don't check every game is ILux cause even when I'm not playing with lux it appear in menu. No error until now.
Sadly not all scripters do the check for a champion name which is a mistake.
But most of the time you can really leave all scripts checked.
If any case, you can re-check scripts and click F6/F6 to refresh lua engine.
0 members, 1 guests, 0 anonymous users