Search found 254 matches

by Draekz
Fri Mar 19, 2004 2:55 am
Forum: MQ2::Help
Topic: MQ2 Custom plugins not loading
Replies: 5
Views: 1524

MQ2 Custom plugins not loading

Heyo, quick question! Ever since the latest release (12 and 16th i think both). I've not been able to install my own custom plugins?? anytime i try to load the plugin using /plugin <pluginname> it gives me an error (well not really an error) but it gives me the message "Plugin 'mq2dps' could no...
by Draekz
Tue Mar 16, 2004 12:13 am
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36101

Any luck with the CTD's? Im experiencing the same thing for some reason? not sure why! Havent even changed the code..left the loot table the same to make sure its not something i messed with..all the same..no idea..hope someone's come up with one ;)

Draekz
by Draekz
Mon Mar 15, 2004 6:01 pm
Forum: Macro Help (MQ1)
Topic: Regarding Mob Avoidance
Replies: 1
Views: 789

Regarding Mob Avoidance

I've seen a few posts around regarding mob avoidance (or ideas to add them into plugins for hunter.mac (which is what I'm wanting to do now). Only I cant seem to think of a way to even start it. Was just wondering if there's a chance someone could give me the basic code to do this and I could take i...
by Draekz
Thu Mar 11, 2004 1:11 am
Forum: MQ2::General
Topic: Too much press?
Replies: 58
Views: 21271

No guys, just a guess but I think the named is THIS way!! You'd be surprised how many times that works..just say something like "the map i got shows where the nameds usually spawn..lets try here..if it isnt there i'll give you 1k " or something to that degree...well as luck has it..its us...
by Draekz
Thu Mar 04, 2004 12:04 pm
Forum: MQ2::General
Topic: HOWTO: P.O. DKAA
Replies: 15
Views: 4267

Wow DAA isnt a guy....

in that case

8. Presume by his information listed on profile that he's a she and constantly send "her" cyb0rz via PM. Presuming you are a guy..or a lesbian..
by Draekz
Tue Mar 02, 2004 9:55 am
Forum: Macro Depot (MQ1)
Topic: sell macro
Replies: 8
Views: 2930

The only problem i have with thsis type of macro is that it requires the "Exact" name of the item, there is no way to find an item "similar" to the name and sell it with this macro, hence the trouble I was having. I simply tore one of those apart and hashed it together to suit my...
by Draekz
Tue Mar 02, 2004 9:42 am
Forum: Macro Help (MQ1)
Topic: My banking macro
Replies: 1
Views: 862

My banking macro

Ok here's the plan, I have a macro that should convert all your money to its highest form and then proceed to put all money in the bank..all plat goes to the shared bank plat slot..the rest (gp,sp,cp) go to their respective slots in your bank. Anyway, seems to freeze and i cant figure out where i'm ...
by Draekz
Mon Mar 01, 2004 11:22 am
Forum: Snippets (MQ1)
Topic: Regarding ALL my /sellitem POSTS
Replies: 1
Views: 3710

Regarding ALL my /sellitem POSTS

OK I decided toput this here since its the general forum and most people read this forum. Now onto the important thing. I've managed to completely nerf the /sellitem.inc im using so that it does something lol. Not sure why everyone elses sellitem macs and incs dont work with me but whatever the caus...
by Draekz
Mon Mar 01, 2004 10:22 am
Forum: Macro Help (MQ1)
Topic: SELLITEM.MAC Problems (of course)
Replies: 6
Views: 1695

Hmm just looked at the structs for buyitem and sellitem in MQ2commandsAPI and MQ2commands and they are pretty much exactly alike!! meaning if my buy code works my sellcode should work also!! Grr wtf is going on with my mq2 lol. First my enviro dmg thing (whole nother story) now my /sellitem /selecti...
by Draekz
Mon Mar 01, 2004 9:37 am
Forum: Macro Help (MQ1)
Topic: SELLITEM.MAC Problems (of course)
Replies: 6
Views: 1695

Hmm just noticed my /sellitem command doesnt work with the MQ2 im using?? I've used latest compile (29/02/04) and for whatever reason /sellitem doesnt seem to work? it does NOT register as "That is an invalid command. Please use help" or whatever..it just doesnt do anything at all. Hmm tha...
by Draekz
Mon Mar 01, 2004 2:17 am
Forum: Macro Requests (MQ1)
Topic: Regarding the "merchant" Tradeskill 'quests'
Replies: 2
Views: 1184

Ahh yes i get it :) actually practiced using an include of your buyitems macro bob! But the merchant doesnt require buying/selling..he gives it to you when u say a specific phrase (help to be exact)..and he hands you whatever items need combining (a stack of 20)..then once u combine and shite..u han...
by Draekz
Mon Mar 01, 2004 1:39 am
Forum: Snippets (MQ1)
Topic: SellItem.inc
Replies: 2
Views: 3774

This doesnt seem to work? It /calls the subroutine (put an echo to check) but nothing actually happens! have tried /call SellItem "<itemname>" as well as /call SellItem similar "<itemname>" Nothing seems to make it work! any ideas :) Thanks! Draekz **EDIT** :Finding /echo test fi...
by Draekz
Mon Mar 01, 2004 12:56 am
Forum: MQ2::Help
Topic: Advpath Question (sorta an error i think)
Replies: 9
Views: 2948

Advpath Question (sorta an error i think)

**EDIT** To clear things up a little and make it less confusing! Basically im just looking to figure out why the SellItem.inc doesnt work thats in snippets ;) All the same, if any of the developers want my code (or advpath sciptor) lemme know..its a plat macro which is why i dont wanna post it. Just...
by Draekz
Sun Feb 29, 2004 11:39 pm
Forum: Macro Depot (MQ1)
Topic: advpath.inc - Generic movement/follow/pathing script
Replies: 32
Views: 10738

Awsome thanks..it was that stupid multiline comment thing i did lol dammit i suck :P

In any case, appreciate the info!

Draekz
by Draekz
Sun Feb 29, 2004 2:17 pm
Forum: Macro Depot (MQ1)
Topic: advpath.inc - Generic movement/follow/pathing script
Replies: 32
Views: 10738

Hmm having trouble playing back a test macro after recording the files. It finds the path files alright but when it goes to initiate the playback routine it says: Ending Macro: Subroutine WaitTilThere wasn't found advpath.mac@21 (Main): /call WaitTilThere Anyway, thats the error I keep getting and i...