Guys,
People noticing how perfect center flaming arrow or Shadow flare perfect center everytime.
Where is this position from in lua? Can we change this to random offset the placement each time?
I temporarily fixed with this. Wonder if we can implement to main.
*** math.random() takes only positive
skillmgr line 1815:
People noticing how perfect center flaming arrow or Shadow flare perfect center everytime.
Where is this position from in lua? Can we change this to random offset the placement each time?
I temporarily fixed with this. Wonder if we can implement to main.
*** math.random() takes only positive
skillmgr line 1815:
Code:
local rval1 = math.random(0,4) -3
local rval2 = math.random(0,4) -4
if (action:Cast(tpos.x + rval1, tpos.y + rval2, tpos.z)) then