loader needs a button that installs scripts or configs.
>> will be done in the near future, but the main goal is if a script is good enough to be auto-merged with the core of GoS
cant change in-game menu hotkey i want to change it.
>> i will add an option in the loader for a hotkey menu button
in my experience it doesnt check skill collision.
>> there is minion collision check in GoS, and in it's api
mypred = GetPredictionForPlayer(origin,myTarget,GetMoveSpeed(myTarget),1700,250,castrange,50,true,true);
--Parameters: CastStartPosVec,EnemyChampionPtr,EnemyMoveSpeed,YourSkillshotSpeed,SkillShotDelay,SkillShotRange,SkillShotWidth,MinionCollisionCheck,AddHitBox;
--return value: ret.PredPos.x; ret.PredPos.y; ret.PredPos.z; ret.HitChance (1 or 0 for now)
also big thanks for creating gos.
>> you're welcome, the tool is in the early stages, but it will be better later on for sure.
edit: holdzone is needed champs shouldnt walk always
>> this shall be coded by a more-experienced lua developer