Any icon for Pyke?
Login to Account Create an Account
Movement Tracker | + GUI | + Movement Circle | + Gank Alert [FOW] | + Recall Prediction
#101
Posted 01 June 2018 - 01:20
#102
Posted 01 June 2018 - 03:27
Pyke.png
#103
Posted 02 June 2018 - 08:47
Pyke.png
thx
#104
Posted 08 June 2018 - 11:41
#105
Posted 24 June 2018 - 06:41
It stopped working since new AC? Im not sure im doing it wrong, or what.
#106
Posted 25 June 2018 - 03:23
I think it shouldn't matter on Gos Ext, but it does not draw the circle or last position on right position (on minimap).
Now I'm not allowed to use image extension,
I put the link.
https://imgur.com/a/XZrswUO
#107
Posted 03 July 2018 - 12:22
Anyone knows how to avoid this? Some games works, some not... Installed like instructions.
#108
Posted 03 July 2018 - 04:13
You're probably missing a picture of the latest champ or two.
#109
Posted 04 July 2018 - 02:22
You're probably missing a picture of the latest champ or two.
Still could not find what I making wrong, but if before playing (first time) I "update" the script, it works.
#110
Posted 05 July 2018 - 10:50
Still could not find what I making wrong, but if before playing (first time) I "update" the script, it works.
You are 100% missing files.
#111
Posted 12 July 2018 - 10:36
Do we need the icon for the new aatrox rework?
#112
Posted 27 August 2018 - 02:24
You are 100% missing files.
Man, why do not you use a conditional? This error occurs whenever any champion that does not have an image appears
function file_check(file_name)
local file_found=io.open(file_name, "r")
if file_found==nil then
return false
else
return true
end
return true
end
if file_check("Champions\\"..hero.charName..".png") then
champSprite[hero.charName] = Sprite("Champions\\"..hero.charName..".png", 1.2)
champSpriteSmall[hero.charName] = Sprite("Champions\\"..hero.charName..".png", 1)
champSpriteMini[hero.charName] = Sprite("Champions\\"..hero.charName..".png", .5)
champSpriteMiniC[hero.charName] = Sprite("Champions\\"..hero.charName..".png", .5)
end
#113
Posted 27 August 2018 - 03:54
Script Mod: https://goo.gl/dDXgrX
Demo:
What does that do?
It simply checks to see if the champ file exists before including it. If it does not exist it displays an X in place and not for running the script.
#114
Posted 18 September 2018 - 09:30
Please fix
#115
Posted 21 September 2018 - 04:44
thanks for that awesome script!
please fix that ->
#116
Posted 21 September 2018 - 05:01
^ This just means that you don't have one, or a few, of the matching champion pictures in the sprites folder. Make sure you add any new champs.
#117
Posted 23 September 2018 - 05:26
Where do I get sprites for the new champions?
#118
Posted 25 September 2018 - 12:46
Any way to remove the circle that expands outwards on missing enemy champions? Basically I just want enemy last position.
#119
Posted 25 September 2018 - 12:48
Any way to remove the circle that expands outwards on missing enemy champions? Basically I just want enemy last position.
Yeah, I'm not in computer right now but there's a option to circle expand, you can turn map and minimap off.
Where do I get sprites for the new champions?
It's pinned in topic and in other pages people already anwsered how to do it. Search.
#120
Posted 25 September 2018 - 02:59
Yeah, I'm not in computer right now but there's a option to circle expand, you can turn map and minimap off.
That's weird, I'm not seeing it in any of the menus.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users