bear.mac

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Tue Jul 09, 2002 3:02 pm

Salutations,
try changing the !=342 to ==20

Talamasca
orc pawn
orc pawn
Posts: 12
Joined: Tue Jul 09, 2002 1:28 pm

Post by Talamasca » Wed Jul 10, 2002 2:08 pm

Any idea if the macro utility will process one piece of code slower than the other in this example? I have yet to really test a lot of the functions with this program for processing efficiency. These should essentially accomplish the same task:

Code: Select all

:AutoDropFillet 
/doevents
/if $cursor(value)==20 /click left auto 
/if $cursor(value)!=342 /goto :AutoDropFillet 
/if $cursor(value)==342 /click left auto 
/if $find()==FALSE /sendkey up ctrl /goto :SellBuy
vs.

Code: Select all

:AutoDropFillet
/doevents
/if $cursor(value)==342 {
   /click left auto 
} else {
   /click left auto
   /goto :AutoDropFillet 
}
/if $find()==FALSE /sendkey up ctrl /goto :SellBuy
Talamasca

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Fri Jul 12, 2002 5:16 pm

Salutations,
Speed wise, I don't know, but i do like the second piece of code since it looks cleaner to me.

gingertips
a hill giant
a hill giant
Posts: 230
Joined: Wed Jun 26, 2002 3:47 am
Location: Tseu-Qorcam

Post by gingertips » Sat Jul 13, 2002 4:38 pm

Looks like merchants have been nerfed for time being - if merchant is still available on your server, i suggest u make the most of it - expect a change in pricing of bear fillets in next patch... :(

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sat Jul 13, 2002 4:41 pm

Salutations,
um... do a /target... some servers they are just WAY off their post...

gingertips
a hill giant
a hill giant
Posts: 230
Joined: Wed Jun 26, 2002 3:47 am
Location: Tseu-Qorcam

Post by gingertips » Sun Jul 14, 2002 1:25 am

yeah but im assumin theres a reason for this????

Shes also refusing to trade - has done for past 12 hours

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sun Jul 14, 2002 2:11 am

Salutations,
*shrug* I don't use bear fillets...