*_^Idea^_*

Macro requests from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

Yalp
a ghoul
a ghoul
Posts: 90
Joined: Thu Dec 05, 2002 6:28 pm

*_^Idea^_*

Post by Yalp » Mon Dec 09, 2002 7:18 am

I dont know if this can be done or if it has been done yet.. but i thought what about a spawn checker.. to maybe.. beep when a mob spawns.. so you could AFK watch tv while camping ragefire maybe? or anything... if /who npc ragefire = true beep etc..

Code: Select all

/macro spawncheck.mac ragefire
Maybe ?=]

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Mon Dec 09, 2002 12:12 pm

ummmmm ragefire is triggered now.

Yalp
a ghoul
a ghoul
Posts: 90
Joined: Thu Dec 05, 2002 6:28 pm

K

Post by Yalp » Mon Dec 09, 2002 12:29 pm

it was just an example

Yalp
a ghoul
a ghoul
Posts: 90
Joined: Thu Dec 05, 2002 6:28 pm

Woot

Post by Yalp » Mon Dec 09, 2002 6:26 pm

Well.. after playing with it for hours and looking at lots of examples.. i came up with this *my first working script* =)

Code: Select all


|Mobalert.mac
|syntax: /macro mobalert.mac npcname
|will continue beeping till you /endmacro
|Origonally Written By ap50 Edited By Yalp

 Sub Main
    /alert add 1 npc $p0

    :LOOP 

      /if $alert(1)=="TRUE" {
        /target alert 1
        /face fast
    :TROOP
        /delay 10
        /beep
        /delay 10
        /beep
        /delay 10
        /beep
        /delay 10
        /beep
        /delay 10
        /beep
        /delay 10
        /beep
   /goto :TROOP
        /echo %T just spawned
      }
      /delay 20
    /goto :LOOP
  /return

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Tue Dec 10, 2002 4:36 am

2 ragefires ;) The ragefire in Skyfire is a triggered pos now.... but before you can get to him, you have to do a turn in to the other ragefire in Solb... 24 hour spawn.

eqaddict
a lesser mummy
a lesser mummy
Posts: 74
Joined: Sun Sep 15, 2002 10:05 pm

mobalert list

Post by eqaddict » Tue Dec 10, 2002 7:32 am

Good job Yalp.

It might be nice if you could give a list of mobs you are looking for. This would be usefult when there are multiple mobs spawns you are looking for.


I dont know if there is a way to loop over the input parameters, anyone ?

-EqA

User avatar
ap50
a snow griffon
a snow griffon
Posts: 425
Joined: Sun Aug 18, 2002 2:29 pm

Post by ap50 » Wed Dec 11, 2002 4:50 am

You just /alias /mob /macro mobalert then /mob mob1 <cr> /mob mob2 <cr> /mob mob3 etc, and it will continue adding the mobs til one spawns then stop.
[color=yellow][size=92][b]Just because you're paranoid, it doesn't mean everyone isn't out to get you![/b][/size][/color]