Acigaretteandsex
Member
- Joined
- Sep 4, 2005
- RedCents
- 10¢
here is a crappy faction macro i wrote. This AFK macro that has to be started in Mistmoore. All it does is targets the nearest NPC and casts whatever spell you decide and turns on attack.
Run this whereever you think you can handle. It does not have self hp check due to the fact I have no idea how to link Pot's I used my own heal and removed the line to no mess anyone up.
btw, this takes forever... I left it running for approx 3 days at the base of the castle ramp and i am finally ally.
Run this whereever you think you can handle. It does not have self hp check due to the fact I have no idea how to link Pot's I used my own heal and removed the line to no mess anyone up.
btw, this takes forever... I left it running for approx 3 days at the base of the castle ramp and i am finally ally.
Rich (BB code):
Ring Of Scale Faction macro
poorly made by Acig.
#Event RoS "#*#Ring of Scale#*#"
#Event cantsee "#*#cannot see#*#"
#Event hail "#*#hail#*#
sub main
/declare cnt int outer 0
/varset cnt 0
:main
/if (${SpawnCount[npc a radius 200]}>0 && ${NearestSpawn[npc a].Distance}<200 && ${NearestSpawn[npc a].LineOfSight}<200) {
/if (!${Target.ID}) /target ID ${NearestSpawn[npc a].ID}
/attack on
/face
/cast "SPELLNAME HERE"
/target clear
/doevents
/delay 100
}
/goto :main
Sub Event_RoS
/attack off
/varcalc cnt ${cnt}+1
/echo ${cnt}
/popup ${cnt} Redcent Acigaretteandsex .... Subliminal message encoded!
/return
Sub Event_cantsee
/attack off
/return
Sub Event_hail
/delay 50
/say Sorry i cannut speak english good. If u wanna to know I am getting faction mobs.
/delay 50
/return


