hasan3307 How do I cheat?
Reputation: 0
Joined: 19 Nov 2019 Posts: 3
|
Posted: Sat Nov 23, 2019 2:42 pm Post subject: Correct unit id? |
|
|
I found this. Kindly help me know if this is the correct unit id.
local scene = $gameplaySession_gameplay_scene_@sceneId
scene.findIdler = {myFraction, 8, idlerWorkerNum}
local unitId = $a_lastResult
if unitId[1] == "65535" and idlerWorkerNum > 0 then
idlerWorkerNum = 0
Thanks.
Edit:
I found this too
local kRadius = 65535 / gameplay.unitType_@unitId_radius
local radius = 4.7 / kRadius
visualSession.createParticles = {0, 4, 0, radius, false, vx, vy}
Maybe this will help
|
|