Search found 20 matches

by zoobish
Fri Jul 27, 2007 6:31 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14145

OPEN SOURCE

YEAH, Use all, or part of my code. Just stick in a comment somewhere like this: | Code reused from soandso.mac by zoobish or |**********************************************| |** **| |** SOME OF THIS CODE WAS COPIED FROM **| |** soandso.mac **| |** by **| |** ZOOBISH **| |** **| |********************...
by zoobish
Thu Jun 21, 2007 6:27 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14145

bah, fatal, and too true KFH...

use the follow route =P

I use the concurrent auto one =P

make one yourself!!! all the code is there.
by zoobish
Thu Jun 07, 2007 7:21 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Run To Bazaar Trader from Bank and Back .mac
Replies: 50
Views: 4118

Yah know.... I dont think I should release the fully automated version of this... its too damn good..


A lil tweaking, and it becomes the ultimate merchant... for me, haha...

It is finished by the way... runs real well...
convince me to release it...
by zoobish
Sun Jun 03, 2007 8:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Run To Bazaar Trader from Bank and Back .mac
Replies: 50
Views: 4118

yeah, too easy to run the tribute finder to store the found items in an array, then run around and buy em. Im almost done on the melding of the two. Uses a hell of alot of /ifs and booleans to allow a "poor mans" concurrency to occur. I done a lil testin, the search bit runs fast, gettin w...
by zoobish
Fri Jun 01, 2007 8:18 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Run To Bazaar Trader from Bank and Back .mac
Replies: 50
Views: 4118

Run To Bazaar Trader from Bank and Back .mac

Yeah... Well... This is sort of the by-product of some work I'm dooing to fully automate my tribute finder, make it buy as well :roll: Im gonna call it Run To Bazaar Merchant .mac ... Use like: /mac bazaarfind traderjoe Or like: /mac bazaarfind if yah got a trader targeted... Im going to have to hac...
by zoobish
Fri Jun 01, 2007 3:35 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: track.mac - Zone Dependant | Rare Spawn List | Tracker
Replies: 9
Views: 5978

Current_Zone is how I detect a zone change. When it boots up it stores the current zone in this variable, ... But all I have in my alert file is: [Current_Zone] visited=05/31/2007 at 19:08:16 [Bazaar] 1=Banker index=3 2=Orc 3=Goat [PoKnowledge] index=0 [Draniksscar] index=0 [Causeway] index=2 1=dea...
by zoobish
Thu May 31, 2007 10:18 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14145

yeah yeah yeah

Ha ha, I have made my own loc recorder: | recordloc.mac #turbo #event setLoc "#*#set new loc#*#" #event endIt "#*#end it now#*#" #event newSection "#*#set section to <#1#>#*#" Sub main /if ( !${Defined[Param0]} ) { /echo RECORDLOC.MAC: ALERT - you must supply a file nam...
by zoobish
Thu May 31, 2007 6:02 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14145

Automate...

hmmm, hmmmmm... Was just chattin with A_Enchanter_00 about his advPath plugin... Then I had thoughts... So based on my thoughts, I am going to automate this further =) set, forget =) hee hee, it will run round the bazaar and BUY the items, hahahaha. Then, if you have Origin, it will activate it, so ...
by zoobish
Thu May 31, 2007 5:53 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: track.mac - Zone Dependant | Rare Spawn List | Tracker
Replies: 9
Views: 5978

Nice

Cool =) Instead of /doevents, i put in a /delay 1. So it checks 10 times a second, more than enough =) Whats Current_Zone for?? lol... I added an outer variable to main: /declare alertFile string outer d:\mq2\Macros\Alert.ini Then put ${alertFile} in place of all your references to "Alert.ini&q...
by zoobish
Tue May 29, 2007 5:24 am
Forum: MQ2::Macros::Help
Topic: Event Not Firing
Replies: 15
Views: 9801

Your problem is not the same as mine. Your code never fires. In the event you have no product to imbue, EQ produces "Your spell is interrupted." as one of the messages. This is picked up by SpellCast.inc, and it tries to cast again. Your code never gets entered into again. SpellCast.inc wo...
by zoobish
Tue May 29, 2007 4:41 am
Forum: MQ2::Macros::Help
Topic: Event Not Firing
Replies: 15
Views: 9801

I have this occurring in my bazzar tribute macro, if the item is no longer for sale, MQ2 is not picking up the message...

I might fiddle with that...
by zoobish
Tue May 29, 2007 3:18 am
Forum: ISXEQ::Scripts::Development
Topic: Simple language script
Replies: 57
Views: 9252

While loops? They just fors and ifs...

Thank God IS has WHILE loops, i hate goto statements. Like this: /for W 1 to 2 /if (${check}) { /echo in while loop... ... ... /varset W 1 } else { /varset W 2 } /next W Is the same as: /while (${check}) { /echo in while loop... ... ... }
by zoobish
Mon May 28, 2007 4:51 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14145

Good deal. Had thought about that, but ive never come across a good tribute item that I already had, lol, it would have been tributed... But its good to be ready for that, maybe reporting that a good item was found but it was already somewhere(inv, bank, etc) would be good. lol, the crap that lies a...
by zoobish
Mon May 28, 2007 4:29 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advanced Casino Spender .mac
Replies: 6
Views: 3474

heh

Based on that... I modified the original code in an edit...

Will now work as intended.

Hell, i should add some arguments...
by zoobish
Sat May 26, 2007 9:08 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advanced Casino Spender .mac
Replies: 6
Views: 3474

Ill try that, thanks =) Documentation don't mention that methos =)

Ahh, the secrets =P