BlubBlab wrote:That would possible mean that you haven't the d303 fix or something similar, becasue without the OS object that is provided from that, the event monitoring doesn't work
yeah i just found d303 addon fix on Weaing Mechine post and weaving machine work perfectly..but i used my chance today with andor.. i ll try tomorrow.Thanks for help
hi man i tested it script works but its not works perfectly..Open survival mode and make 4 crossline also i killed some mobs manually on the crossline :S script failed i guess if i didnt look screen and saw mobs close the crossline :/
Command> local tt = getTime() for i = 1,2000 do player:update() end print(deltaTime(getTime(),tt))
8883.6106475947 -- MM
Command> local tt = getTime() for i = 1,2000 do player:update() end print(deltaTime(getTime(),tt))
8796.4153857446 -- Notepad++
In that post basically we were discussing how there was a performance issue with micromacro that was affecting andor scripts. Administrator made some changes and the resulting beta version was reported to improve the andor script performance.
So basically Blubblabs advice is to try the beta version. You can now get the latest beta version from the download page. http://www.solarstrike.net/micromacro
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
And don't forget to check the start of the script for the variable that sets the score limit. Basically, once that score is reached, the bot stops playing the mini-game and lets it end. This is so you can get your shells, but don't show up on the server high score list. You can alter that score variable if you want to get a higher score, but that is entirely up to you.
Bill D Cat wrote:And don't forget to check the start of the script for the variable that sets the score limit. Basically, once that score is reached, the bot stops playing the mini-game and lets it end. This is so you can get your shells, but don't show up on the server high score list. You can alter that score variable if you want to get a higher score, but that is entirely up to you.
rock5 wrote:In that post basically we were discussing how there was a performance issue with micromacro that was affecting andor scripts. Administrator made some changes and the resulting beta version was reported to improve the andor script performance.
So basically Blubblabs advice is to try the beta version. You can now get the latest beta version from the download page. http://www.solarstrike.net/micromacro
Wave: 13, Score: 3140
Wave: 14, Score: 3595
Wave: 15, Score: 4081
Wave: 16, Score: 4596
Wave: 17, Score: 5146
Event finished, end score was 5721We try to find NPC 120687:
We successfully target NPC Magelly Basac and try to open the dialog window.
Use MACRO: Executing RoMScript "ChoiceOption(1);".
The game client did not crash.
5:36pm - IGF:\StaticPopup_OnClick(StaticPopup1, 1);\ [string "?"]:204: attempt t
o index field 'Trash' (a nil value)
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
There is one other issue I have and it's at the same point, rather than erroring out after reaching set score, it tried to open dialog with NPC even though its still suck waiting for the event to finish, and when it does it remains standing there, I have to go click on NPC and leave andor manually before it continues.
That both happens when the game lags, to avoid it let them run in background.
To be true the error case I suppress with an custom RomScript function version in my Rom bot called RoMScriptNoCheck which return -1 in case of an error, the script check if such an function exist.
I have less time at the moment for scripting because I'm busy with RL to write a webgl application for my university.
else
repeat
RoMScript("CloseWindows()");
yrest(100)
player:target_NPC(120687);
until RoMScript("SpeakFrame:IsVisible()");
to line 170 - 175 under loadPaths(When_Finished) and havn't had an issue with the bot getting stuck in timed after reaching the pre-set score limit anymore.
You mean that "survival" mode that get 10 rounds ? Yeah the second download link swaps automatically between modes, but I can warn you the bot will not make very much points in that mode , so you get only 20 shells instate of 30 sometimes.
Theoretical it is fixable but It would need windows in foreground, because It would need to use the thunderstorm like skills.