OverGryph
May 9 2007, 07:55 AM
Here is a portion of script I've been trying to apply to my summoning magic skillup bot.
if $summoning = 1
set $maxmp = $info_mp_max
set $currentmp = $info_mp_current
while $info_mp_current > 19
keys /ma "Carbuncle" <me>
delay 100
keydown {return} 100
delay 9 sec
keys /pet "Release" <me>
delay 100
keydown {return} 100
delay 500
keys /ma "$summon2" <me>
delay 100
keydown {return} 100
delay 9 sec
keys /pet "Release" <me>
delay 100
keydown {return} 100
delay 500
keys /ma "$summon3" <me>
delay 100
keydown {return} 100
delay 9 sec
keys /pet "Release" <me>
delay 100
keydown {return} 100
delay 500
set $currentmp = $info_mp_current
end
call healmp
end
The code looks fine, and if I load the entire skillup.mac file in ACTools, and inject the script into Azaril's windower, the result is (with constants 1 = On, 0 = Off, summoning = 1) my character keeps receiving the command /heal from the macro.
Why would a full MP bar be recognized as /heal ??? Isn't this bot designed to heal only when the user has less than 19MP?? Is there a part of the code that I've misunderstood? If you know something I don't, reply to this thread or e-mail me at overgryph@yahoo.com so I can fix this code and write a working bot, thanks. =/
Is that the entire script? The only thing I see from what you've posted is that there's an extra End statement (use beautify macro button [the rabbit in the hat] to tab your code).
Always test and see what the variables are you're testing if somethings acting weird with TimeStamps and the Test Log tab, or if you can send text to your game, even easier.
Ex:
set $currentmp = $info_mp_current
TimeStamp Current MP is $currentmp
OverGryph
May 10 2007, 01:19 AM
I did not make the script. That is a portion of the script on skillup.mac which I downloaded from this site. My objective is to make a bot to skill up summoning magic automatically, so I cut and paste that portion of the skillup.mac script. However, if the script is run, it only sends the string /heal to my windower, and my character heals and stands, constantly. None of the other bits of script seem to be reaching my windower for some reason.
Ahk
May 10 2007, 05:37 PM
Did you try the suggestions above to try and fix the problem?
OverGryph
May 11 2007, 10:37 AM
QUOTE(Ahk @ May 10 2007, 06:37 PM)

Did you try the suggestions above to try and fix the problem?
Okay I'm thoroughly confused and why can't I find a link to download FFACT anywhere on this site =/
Ahk
May 11 2007, 06:42 PM
QUOTE(OverGryph @ May 11 2007, 10:37 AM)

QUOTE(Ahk @ May 10 2007, 06:37 PM)

Did you try the suggestions above to try and fix the problem?
Okay I'm thoroughly confused and why can't I find a link to download FFACT anywhere on this site =/
I think they stopped supporting it? There *was* a site for ffact, but I think they removed everything and posted a message saying why. I suggest the search function on the forums for FFACT.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.