Search found 9 matches

by Devious_D
Tue Mar 22, 2005 7:07 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: DruidBot (formerly RaidDruid)
Replies: 82
Views: 33777

you can't do a /call LoadAliases because it doesn't seem to actually be doing a call like its supposed to be, but temporarily transfers the code there and you end up getting the "Flow ran into another subroutine " error. in every macro i've written i've never been able to manually do a /ca...
by Devious_D
Thu Mar 10, 2005 4:03 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Self Automated Tradeskill Macros
Replies: 409
Views: 309438

With the new raising of Tradeskill caps to 300, I revisited the Jewelry Macro and added recipes to take you as high as is possible in Abysmal Sea. jc.mac | jc.mac | Takes you from 1 to 250 in Jewelry Crafting | Version 2.5 | Date: September 14, 2004 | | Please be sure to get the lastest updates at h...
by Devious_D
Fri Feb 25, 2005 4:23 pm
Forum: MQ2::General
Topic: Noobs best friend
Replies: 35
Views: 44035

its also possible that its not using the encoding ANSI, but some other random encoding
by Devious_D
Mon Feb 14, 2005 6:38 am
Forum: MQ2::Macros::Help
Topic: failed to parse non-numeric... /crashing head
Replies: 62
Views: 6316

instead of

Code: Select all

/if (${Fulltext.Equal[ch][color=cyan])==1)[/color]
try

Code: Select all

/if (${Fulltext.Equal[ch]})
Your main problem was not having } instead you just had )
by Devious_D
Tue Feb 08, 2005 3:38 pm
Forum: MQ2::Macros::Help
Topic: combine two macro's to make one, How to>
Replies: 42
Views: 7621

Re: combine two macro's to make one, How to>

...at first I was thinking maybe I can just paste one into the other and blamO its done, but no, only the first runs. This is no good. Well, I am still very much an amateur at this, but it sounds like you just pasted one mac at the end of the other mac. Even I know that wouldn't work. While I do no...
by Devious_D
Mon Feb 07, 2005 4:26 pm
Forum: MQ2::General
Topic: Cronic For Hire
Replies: 17
Views: 7226

First of all... almost all spells have server side checks. Its not possable and comparing this to maps is really dumb. Woot! My first flame! Admitidly the flames were on low, I suppose I got off easy. :wink: I am the first to admit, I have a lot to learn about this program. I am still in the "...
by Devious_D
Mon Feb 07, 2005 10:46 am
Forum: MQ2::General
Topic: Cronic For Hire
Replies: 17
Views: 7226

Nothing to see here...move along.
by Devious_D
Sun Feb 06, 2005 5:33 pm
Forum: MQ2::Help
Topic: mq2auth
Replies: 6
Views: 2884

compiling for multiple users

its also in the readme.chm file that comes with mq2 if anybody ever reads it *shrug*
by Devious_D
Thu Jan 27, 2005 8:34 pm
Forum: MQ2::Help
Topic: Dont understan a line in mac. help would be appreciated.
Replies: 23
Views: 2947

it simply states that /if (!${something}>=0) {
code here
}

basically with that it says if its not equal to or greater than zero, apply the code from the if statement.