rogue.mac - AutoRogue v. 2.0j *New Parm Rdy* (4/25/2004)

A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.

Moderator: MacroQuest Developers

Cunning
a lesser mummy
a lesser mummy
Posts: 61
Joined: Tue Mar 23, 2004 4:42 pm

Post by Cunning » Sun Apr 25, 2004 8:46 pm

GetBehind sucks...I hate it with the very core of my being.

Tinkoman
orc pawn
orc pawn
Posts: 10
Joined: Tue Apr 06, 2004 12:04 pm

Post by Tinkoman » Sun Apr 25, 2004 9:15 pm

Just a few changes for Me.PctEndurance.

Code: Select all

/echo "Your current endurance is ${Me.Endurance}/${Me.MaxEndurance}."
can should be changed... the following might work:

Code: Select all

/echo "Your current endurance is ${Me.PctEndurance}%."
 

Code: Select all

/if (@regenend==0 && ${Math.Calc[${Me.Endurance}/${Me.MaxEndurance}*100]}<@regenendpct) {
can should be changed... the following might work:

Code: Select all

/if (@regenend==0 && ${Me.PctEndurance}<@regenendpct) {

Code: Select all

/if (${Me.Endurance}==${Me.MaxEndurance}) { 
can should be changed... the following might work:

Code: Select all

/if (${Me.PctEndurance}==100) { 
Tinkoman

Cunning
a lesser mummy
a lesser mummy
Posts: 61
Joined: Tue Mar 23, 2004 4:42 pm

Post by Cunning » Sun Apr 25, 2004 9:23 pm

Yeah, I had those in earlier, but ${Me.PctEndurance} wasn't working at the time. The Endurance/MaxEndurance display was intentional (I'm not doing a calc, I'm showing 5900/5900). If you want to change it to display current endurance pct that's cool.

Thanks Tinkoman.

Cunning
a lesser mummy
a lesser mummy
Posts: 61
Joined: Tue Mar 23, 2004 4:42 pm

Post by Cunning » Sun Apr 25, 2004 9:30 pm

2.0j is out. I think you will be pleased.

Smitty
orc pawn
orc pawn
Posts: 25
Joined: Sun Dec 21, 2003 8:56 pm

Post by Smitty » Sun Apr 25, 2004 9:38 pm

OMG!! Awsome work on the getbehind!!!!!!

but the assasins strike is still not working..

but I can do without that now that getbehind works very nice!!!
Smitty

Cunning
a lesser mummy
a lesser mummy
Posts: 61
Joined: Tue Mar 23, 2004 4:42 pm

Post by Cunning » Sun Apr 25, 2004 10:20 pm

That's odd because mine is working...try putting an /echo HI or something inside the Sub CheckStrikeSpecial, or a few of them throughout the loop in that sub, try to figure out where it's not firing.

Smitty
orc pawn
orc pawn
Posts: 25
Joined: Sun Dec 21, 2003 8:56 pm

Post by Smitty » Mon Apr 26, 2004 1:12 am

I turned off the regen end to full in the inc. and its working now,
Smitty

ucfusion
orc pawn
orc pawn
Posts: 24
Joined: Mon Mar 15, 2004 2:14 am

Post by ucfusion » Mon Apr 26, 2004 5:37 am

just to post what i have noticed with the last couple of versions that I have tested...

The macro is starting but when the tank selects a target its not attacking the target at the specified percentage it just stays on my move behind target.

I have not tested J yet I will do so in the morning...

Epsilon
a lesser mummy
a lesser mummy
Posts: 61
Joined: Wed Apr 30, 2003 5:46 pm

Post by Epsilon » Mon Apr 26, 2004 6:39 am

im getting these errors

No such 'character' member 'MaxEndurance'
and it keeps ticking all the time

Cunning
a lesser mummy
a lesser mummy
Posts: 61
Joined: Tue Mar 23, 2004 4:42 pm

Post by Cunning » Mon Apr 26, 2004 12:25 pm

Epsilon: Update MacroQuest.

ucfusion: Try j, the few before that were crap.

newb-n-training
a lesser mummy
a lesser mummy
Posts: 39
Joined: Mon Apr 19, 2004 8:51 pm

Post by newb-n-training » Mon Apr 26, 2004 1:30 pm

First -- great macro. While I don't use it personally (preference for genbot) I have gotten a lot of my customizations either by directly stealing or based off this mac.

Second, unsure if you've already enhanced mac to do this but to stop spam while banking (merchants, etc...), casting right-clickies, etc... with sneakhide is enabled I've added :

Code: Select all

  /if (!${Me.Casting.ID} && ${Window[BankWnd].Open}==0 && ${Window[BazaarWnd].Open}==0 && ${Window[BigBankWnd].Open}==0 && ${Window[GiveWnd].Open}==0 && ${Window[LootWnd].Open}==0 && ${Window[MerchantWnd].Open}==0 && ${Window[TradeskillWnd].Open}==0 && ${Window[TradeWnd].Open}==0) {
Thought someone else might find it useful.

User avatar
kubli
decaying skeleton
decaying skeleton
Posts: 1
Joined: Fri Jul 02, 2004 7:51 pm
Contact:

unable to parse@: /if (@setanchor==2) {

Post by kubli » Mon Jul 12, 2004 3:15 am

Im sorry that im just stupid but its really bothering me, whenever I try to run the macro it tells me that it is unable to parse@: /if (@setanchor==2) { I tryed messing around with the code a little bit but I don't know a lot of C++ but from what I can see there's nothing wrong with the script I copied it exactly and there doesn't look like any problems in there, I don't know im not very smart but if anyone wants to try and help I would greatly appreciate it.
I have ADD please don't make fun of me

phatlewtsomfg
decaying skeleton
decaying skeleton
Posts: 4
Joined: Sun Sep 12, 2004 8:00 pm

Post by phatlewtsomfg » Sun Sep 12, 2004 8:22 pm

*bump* need a rogue and monk auto follow macro for kiting, i have bad wrists its hard to do kite groups, if someone could PM me or post here some good macro's to follow mobs and use bs/hide sneak after fight ect.. thanks

the very last post doesn't seem to work well with mq2