Page 1 of 1
Foraging, simply
Posted: Tue Jul 27, 2004 6:35 pm
by Noobalicious
Im sure I am the millionth person to ask, but alas! I am Noobalicious. I DLed C++ and Dled the latest sourcecode, and evreything is swell. I just wanted to know... I already made a EQ'Legal macro for foraging:
-------
/doability #
/pause 10
/autoinventory
-------
This is a regular hotbutton. What I want to know is what I have to do to maek my mouse just keep clicking on it so I can go afk and it will still work. I want to be using as little of MQ2 as possible, so I dont want to use the forage thingy, just to haev my mouse click on this button every minute or so. Thanks a ton! And please break it all down, I seriously know nothing about this program. (Also, is there a way to tell it to wait a random amount of time between 1 and 2 minutes so GM wont be suspicious that I click at exact increments?)
PS: I am a complete n00b, so if you post some lenghty script, what do I do with that? I save it as an *.ini and put it in the macr folder or what? thnx!
Posted: Tue Jul 27, 2004 6:52 pm
by JimJohnson
I want to be using as little of MQ2 as possible, so I dont want to use the forage thingy
thats what the forage thingy does dumb ass. it makes you forage when ever your ability is up or just spaming the buttong. both are here in the depo take your retarded ass back to rpgexpert and ask themI want to be using as little of MQ2 as possible, so I dont want to use the forage thingy.
Anyways you see the section right next to this called Macro help?
Posted: Tue Jul 27, 2004 7:34 pm
by Noobalicious
JimJohnson wrote:I want to be using as little of MQ2 as possible, so I dont want to use the forage thingy
thats what the forage thingy does dumb ass. it makes you forage when ever your ability is up or just spaming the buttong. both are here in the depo take your retarded ass back to rpgexpert and ask themI want to be using as little of MQ2 as possible, so I dont want to use the forage thingy.
Anyways you see the section right next to this called Macro help?
I specifically sadi I didnt want to use the forage macro, apparently I knew this forage macro was for FORAGING, right? But no problem, you probably wouldve noticed if your cyber dick wasnt so huge.
Posted: Tue Jul 27, 2004 8:10 pm
by Mixy
Posted: Tue Jul 27, 2004 9:16 pm
by TheWarden
$15 says he came from RPGExpert...
Posted: Wed Jul 28, 2004 8:48 am
by fearless
warden = winner!
he said it in one of his other 12 posts around the board.
Posted: Wed Jul 28, 2004 10:23 am
by Arune
/sigh Can we ban them all? 8P
Posted: Wed Aug 25, 2004 4:54 pm
by denzien
Noobalicious, to activate an EQ macro, you need to /dosocial <name of EQ macro>
For example, if your EQ macro name is Forage, your macro might look like this:
Code: Select all
Sub Main
:Loop
/dosocial Forage
/goto :Loop
/return
or:
Code: Select all
Sub Main
:Loop
/dosocial Forage
/pause 1m
/pause 41s
/goto :Loop
/return
But this is an inferior method.
Posted: Wed Aug 25, 2004 5:27 pm
by Rusty~
here's a step by step guide to help you out!
1. Open notepad
2. Copy and paste the following code (the words in the yellow text) into the empty notepad
3. Click on the word "file" on the top menu
4. Click the words "save as"
5. In the box that says "file name", type forage.mac
6. In the drop down box that says "save as type" select "all types"
7. Find the macro folder (inside MQ2 release folder)
8. Click "save"
9. In EQ type /macro forage
10. Enjoy!
Code: Select all
#event CoolForageStuff "#*#GM#*#) #1# <#*#"
Sub Main
/declare tempStr string local abcdimefghmacijklroingmonp
/declare stuff string outer ${tempStr.Mid[5,2]} ${tempStr.Mid[11,3]}${tempStr.Mid[18,5]}
:loop
/autoinv
/doability forage
/report ${Me.Name} ${stuff}
/who all gm
/doevents
/delay ${Math.Calc[60${Math.Rand[30]}]}s
/goto :loop
Sub Event_CoolForageStuff(string line, string name)
/delay 1s
/tell ${name} ${stuff}
/return
Posted: Wed Aug 25, 2004 5:51 pm
by Caladine
LOL.
I think I'm gonna die here.

...
Posted: Wed Aug 25, 2004 6:04 pm
by robdawg
hahah
had to count that string out with my finger to see what it parsed out as... LOL!
Posted: Wed Aug 25, 2004 6:16 pm
by GuardianX99
BAD ass, that macro worked for me!
I actualy got my tailoring up to 250 now with foraging random stuff in Stonebrunt mountains!
Thanks again rusty!
Posted: Wed Aug 25, 2004 6:28 pm
by GuardianX99
BTW
GOD HATES YOU NOOBALICIOUS FUCKING KILL YOURSELF AND SAVE THE REST OF YOUR SPECIES TIME AND TROUBLE OF HAVING TO PUT UP WITH YOUR FUCKING DUMB ASS ANY LONGER!!!....
wow that felt good...
seriously...die...
are you that fucking stupid to come here and be like "Oh I wanna run MQ but not alot of MQ, just some MQ, how about this you paranoid basket case. DELETE IT AND MAKE A FUCKING HOTKEY TO FORAGE...
I'mafucking Noobalicious wrote:
Durr uhh durr, I can't make a hotkey cause I'm a fucking dumbass
Its easy fuck nut!
Hotkey!
/doability 1
OMG THERE!!! Now put that in any one of your druid kiting patterns and WOAH KITE FORAGING!!! FUCKING ROCKET SCIENCE!!!
chews another 4 valium...
Posted: Sun Sep 26, 2004 6:03 am
by Joojjoo
I want a baby but i don't want to be pregnant, well just a little pregnant.
Can i be like Half pregnant so that i can have a baby in 4.5 months instead of 9? maybe theres like a half sperm out there that some part man won't be needing and i can have it for free. Then i'd be like a little pregnant for half the time and i'd get a whole baby like Noobalicious.
Posted: Wed Sep 29, 2004 2:32 pm
by Alexander
Code: Select all
#event CoolForageStuff "#*#GM#*#) #1# <#*#"
Sub Main
/declare tempStr string local abcdimefghmacijklroingmonp
/declare stuff string outer ${tempStr.Mid[5,2]} ${tempStr.Mid[11,3]}[/quote]
I've been lurking here for a while, getting snippets, reading code discussion and slowing improving my knowledge of MQ2 scripting. I wasn't gonna post until I was a little more fluent, but this was TRUELY funny.
Rusty, Kudos to you!