Search found 8 matches

by a15141312
Thu Aug 05, 2004 5:49 pm
Forum: MQ2::Macros::Help
Topic: Problem with Tell Forwarding
Replies: 2
Views: 777

thx much sir :)
by a15141312
Thu Aug 05, 2004 12:58 am
Forum: MQ2::Macros::Help
Topic: Problem with Tell Forwarding
Replies: 2
Views: 777

Problem with Tell Forwarding

#Event Forward "#1# tells you, #2#" Sub Main /declare Forward outer ${Param0} :loop /doevents /goto :loop :end /return Sub Event_Forward(item1, item2) /tell ${Forward} ${item2} told ${Me.Name}: ${item1} /return when i get a tell it sends out: you told Master, ' Friend told Bot: Friend tel...
by a15141312
Mon May 10, 2004 12:21 am
Forum: MQ2::Macros::Help
Topic: Searching for full buff list question
Replies: 3
Views: 1013

thats awesome, thx sirs for help :)
by a15141312
Sun May 09, 2004 6:52 pm
Forum: MQ2::Macros::Help
Topic: Searching for full buff list question
Replies: 3
Views: 1013

Searching for full buff list question

why doesnt /if (!${Me.Buff[NULL]}.ID) { /echo HI } work, always goes through the IF statement no matter what my buff list has in it, is there a way to look to see if the buff list is full or not? tryed putting many things like "" and NULL in quotes, i get a non-numeric encountered error th...
by a15141312
Sun May 09, 2004 12:38 am
Forum: MQ2::Macros::Help
Topic: Indoor or Outdoor?
Replies: 12
Views: 4288

hmm

well starting to think this isnt returning what it should. in pre pop zones it returns 1 or 0, but in some zones, from what i have checked its old world zones, it returns 255. but in zones like PoJustice, Plane of Time, Nexus, Bazaar and such, the zone says it is a indoor zone from a return value st...
by a15141312
Thu May 06, 2004 6:00 pm
Forum: MQ2::Macros::Help
Topic: Indoor or Outdoor?
Replies: 12
Views: 4288

well that doesnt work too well, looking for something to return weather or not sow/jboots would work in a zone, it picks up bazaar as being a indoor zone but lets you sow.

anything that checks if sow is usable in the zone or not?
by a15141312
Thu May 06, 2004 1:42 pm
Forum: MQ2::Macros::Help
Topic: Indoor or Outdoor?
Replies: 12
Views: 4288

thx much :)
by a15141312
Thu May 06, 2004 4:02 am
Forum: MQ2::Macros::Help
Topic: Indoor or Outdoor?
Replies: 12
Views: 4288

Indoor or Outdoor?

any way to detect if your in a indoor or outdoor zone?

looked threw TFM and couldnt find it.

thx much sirs