Search found 4 matches

by dogmai
Sat Oct 18, 2008 6:10 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Tracking.mac (A Training program for the tracking skill)
Replies: 16
Views: 6788

Special thanks to bootyjuice whose initial coding for Yet Another Forage Macro provided me with the basis for this macro.
by dogmai
Sat Oct 18, 2008 6:08 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Tracking.mac (A Training program for the tracking skill)
Replies: 16
Views: 6788

|tracker.mac | |Simple Tracking Skillup Macro |||||||||||||||||||| | Main |||||||||||||||||||| sub Main /declare maxSkill int outer /varset maxSkill ${Skill[Tracking].SkillCap} /echo maxSkill = ${maxSkill}: the skill level you SHOULD see the macro end at. | Verify that we have the ability to track....
by dogmai
Sat Oct 18, 2008 5:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Tracking.mac (A Training program for the tracking skill)
Replies: 16
Views: 6788

Alright, after messing with it some I found that the disconnections were because of having the delay AFTER the skill use. What was happening is it was pinging the server with skill use attempts so fast that it would d/c me because the server couldn't handle the number of requests. So with the delay ...
by dogmai
Sat Oct 18, 2008 4:21 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Tracking.mac (A Training program for the tracking skill)
Replies: 16
Views: 6788

The above macros were causing me to crash "You have been disconnected" while using a custom ui. I believe it may have just been a conflict with the CloseWnd coding. So I whipped up a fast mac that doesnt close the tracking window. The only issue I have with it is that it echoes a max skill...