10-09-2013, 08:22 PM
I know how these guys work :P That's not a problem, i'm a pretty good programmer myself and haven't used lua for more than 12 hours but in 10-15 mins of looking at the code they have for fishing, i think i understand how it works :P
The way i understand it, there needs to be enumerator for it to work through the fishing code. (i think i can make a workaround meanwhile tho)
Also will action.isready return me:
a. Spell is ready to cast(i.e i can cast it now)
b. Spell is not on cooldown
function e_bite:execute()
--ml_task_hub:CurrentTask().castTimer = os.time() + 3
ActionList:Cast(296,0)
end
castTimer is commented out?
p.s as i said haven't worked with lua much :)
Answers will help greatly :P
The way i understand it, there needs to be enumerator for it to work through the fishing code. (i think i can make a workaround meanwhile tho)
Also will action.isready return me:
a. Spell is ready to cast(i.e i can cast it now)
b. Spell is not on cooldown
function e_bite:execute()
--ml_task_hub:CurrentTask().castTimer = os.time() + 3
ActionList:Cast(296,0)
end
castTimer is commented out?
p.s as i said haven't worked with lua much :)
Answers will help greatly :P