Can somebody fix the addon UberFlex AutoCombat System or just tell my how to fix it by myself?
It works for many updates of RoM, but since the last update it doesn't work any!

Can someone do this?
Would be really nice!

Thanks in advance!
What do you mean by 'Just a small change'? It's riddled with changes.bussdee wrote:Just a small change to OnEvent and it works fine.
...now i only need to find a way to use UberFlex instead of the Skills by using the bot.....dammit 4 weeks offline was too long ...nothing will work anymore and everything has to be fixed! =(
Code: Select all
<option name="AUTO_TARGET" value="false" />
<option name="PATH_TYPE" value="wander"/>
<option name="WANDER_RADIUS" value="0" />
Code: Select all
player.Current_waypoint_type = WPT_RUN;
while (true) do
sendMacro("SimpleTimer1_EventHandler();");
sendMacro("SimpleTimer2_EventHandler();");
sendMacro("SimpleTimer3_EventHandler();");
yrest(200)
end
None of the options need to be changed or have any affect as once it enters the loop no rombot functions will be executed. Also there is no SimpleTimer3_EventHandler(); unless you have a different version than me. Thirdly, triggering the timers like that is quite slow. I would suggest you wouldn't need the delay. Or better yet use acsMacro() which includes logics to decide which timers to trigger and is very fast. This does need a small delay.jurafxp wrote:for working Uberflex:
in options:in onLoad:Code: Select all
<option name="AUTO_TARGET" value="false" /> <option name="PATH_TYPE" value="wander"/> <option name="WANDER_RADIUS" value="0" />
it works for meCode: Select all
player.Current_waypoint_type = WPT_RUN; while (true) do sendMacro("SimpleTimer1_EventHandler();"); sendMacro("SimpleTimer2_EventHandler();"); sendMacro("SimpleTimer3_EventHandler();"); yrest(200) end
attacking and buffing
Code: Select all
while (true) do
sendMacro("acsMacro();");
yrest(50)
end
i have version "v1.6.3", also timer 3 seems quite unnecessary:rock5 wrote:Also there is no SimpleTimer3_EventHandler(); unless you have a different version than me.
Code: Select all
....
------------------------------------------------
-- Timer 3 : Used for animated icon
------------------------------------------------
function SimpleTimer3_OnLoad(this)
....
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 0 guests