Search found 24 matches

by Micro
Fri May 21, 2004 12:47 pm
Forum: MQ2::Macros::Help
Topic: Irc Events
Replies: 12
Views: 4933

If I'm not mistaken, there is only 1 event for IRC sub Event_IRC and I think you must handle every line by doing the matching yourself in the subroutine. Obviously this plugin is not efficient, but its better then nothing. Lax said he's working on bot to bot communication with UDP, you might wanna h...
by Micro
Thu May 13, 2004 1:04 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: PlayerData.mac -- times 2. Updated
Replies: 10
Views: 4045

Could you perhaps give an example of a situation where one would use this macro as opposed to say typing /note and adding the person there?

Not saying there isnt a good reason for this macro, just that I'm not seeing it yet.
by Micro
Thu May 06, 2004 1:31 pm
Forum: MQ2::General
Topic: Someone is selling MQ2 support on PA
Replies: 17
Views: 5888

I cant see any difference between this and what Redhat does.

Honestly, I dont think many people are going to bite on that hook, there wont be mass distribution so we're ok.
by Micro
Tue May 04, 2004 2:01 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFK Cleric
Replies: 18
Views: 7864

Here is my take on the above code, I have removed the redundant routines, removed the /doevents from the events and other places it shouldnt be, and reversed the input of params to allow someone to just enter the percent and skip the second var. I'm going to expand on this later to help it deal with...
by Micro
Tue May 04, 2004 12:49 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFK Cleric
Replies: 18
Views: 7864

Code: Select all

/if (${Group[${i}].PctHPs}<1) /goto :nextmember
I just had to giggle when I saw this. I dunno why its so funny but I'm tickled :)
by Micro
Sat May 01, 2004 10:50 pm
Forum: MQ2::Bug Reports
Topic: /keypress use
Replies: 26
Views: 8783

I can confirm this is broken in the 4.29c

I do not run EQW

/keypress u, /keypress use, no workie.
by Micro
Thu Apr 29, 2004 6:08 pm
Forum: MQ2::Bug Reports
Topic: /keypress use
Replies: 26
Views: 8783

That is a staple of my bots basic function so I'll find out tonight one way or another.
by Micro
Thu Apr 29, 2004 6:04 pm
Forum: MQ2::Bug Reports
Topic: /keypress use
Replies: 26
Views: 8783

/keypress is a new feature to replace 2 old ones, so I dont see it being deprecated in the next year or so.


/doortarget pok
/face fast
/keypress u
by Micro
Thu Apr 29, 2004 5:01 pm
Forum: MQ2::Bug Reports
Topic: variables enclosed in " "
Replies: 6
Views: 1236

certain IDE's such as whiper studio ignore quoted text for you, so that quoted text is not interepreted to be one of the reserved words. for example: With quotes in IDE / varset test "/echo testing" Without quotes / varset test / echo testing I can of course live without it, but it would b...
by Micro
Thu Apr 29, 2004 11:52 am
Forum: MQ2::General
Topic: I'm poor but i did it b/c you deserveit.
Replies: 4
Views: 2007

This is not ridicule, I suspect you are of spanish origin, probably in Europe, but just a few tips for american english that may be helpful. In dollars, $ comes before the amount, ie: $900 not 900$ Mouth is actully that hole in your face, the one with those little shiny white things inside it. Month...
by Micro
Wed Apr 28, 2004 11:05 am
Forum: Macro Depot (MQ1)
Topic: Regen to FM/FH, then Camp to Desktop
Replies: 3
Views: 5122

Just a few minor suggestions:

Code: Select all

Sub Main 
   :MedLoop 
   /if (${Me.PctHPs}>=100 && ${Me.PctMana}>=100 && !${Me.Buff[Resurection Effects]})  /goto :Camp 
   /delay 10s 
   /goto :MedLoop 

   :Camp 
   /camp desktop 
/endmacro
by Micro
Wed Apr 28, 2004 10:58 am
Forum: Other::General
Topic: Please help... MySQL problem... 1 Line
Replies: 1
Views: 1315

my best guess is you have a problem with quoting, for example: item_buyer=' you arnt ending that quote until ' ORDER BY item it should read: " WHERE item_buyer='" . $member['member_name'] ."' AND item_date BETWEEN ".$thirty_days.' AND '.time(). "' ORDER BY item_date DESC&quo...
by Micro
Mon Apr 26, 2004 3:03 pm
Forum: Macro Requests (MQ1)
Topic: Auto determine new Tank name.
Replies: 2
Views: 4097

You dont want to check the Spawn, because the person may leave the group but not leave the zone. In the event that any person leaves the group, you should run the routine, then make the routine place weight upon each class in order of importance. Keep the name of the current highscore in a global ea...
by Micro
Sun Apr 25, 2004 3:38 pm
Forum: MQ2::Bug Reports
Topic: CTD with #chat chat
Replies: 4
Views: 1085

For those of you reading this with similar issues, this problem was fixed in the 4.25b version of the zip, not mentioned in the list of fixes, get updated :)
by Micro
Sun Apr 25, 2004 2:59 pm
Forum: MQ2::Bug Reports
Topic: CTD with #chat chat
Replies: 4
Views: 1085

I unfortunately cannot put a debugger on that client machine, but its reproduceable.

Code: Select all

#chat chat

Sub Main
   /echo Ran..
/return