bradley-
Grandmaster
Oooh, a dedicated section on the forums for macros only! I know how much everyone loves thieves and their 1 button bullshit. Why not share a macro that will hopefully lead to some changes cause this macro is all kinds of fucked up...
I normally run around hitting my hotkey over and over and over and it's paid off by pick-pocketing 120 scrolls and relics! This macro will also type in game SCROLL, RELIC, or SKILL to let your guildies know if you stole something from someone and to gate you out or check your body if you die.
Kinda makes me wonder how many more posts in the PvP & General Discussion will come about because of this.
getenemy 'friend' 'innocent''murderer''enemy''criminal''gray''closest' 'humanoid'
if @inrange 'enemy' 1 and @findlayer 'enemy' 21
@setalias 'enemypack' 'found'
endif
if @findalias 'enemypack'
@useobject! 'enemypack'
endif
if @findtype 0x2aa4 'any' 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'RELIC'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
if @findtype 0x14f0 '1153' 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'SCROLL'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
if @findtype 0x2260 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'SKILL'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
Don't forget to use a disguise kit!
How to:
Set macro to hotkey
Stand next to someone
Hit hotkey twice
Set macro to hotkey
Stand next to someone
Hit hotkey twice
I normally run around hitting my hotkey over and over and over and it's paid off by pick-pocketing 120 scrolls and relics! This macro will also type in game SCROLL, RELIC, or SKILL to let your guildies know if you stole something from someone and to gate you out or check your body if you die.
Kinda makes me wonder how many more posts in the PvP & General Discussion will come about because of this.
getenemy 'friend' 'innocent''murderer''enemy''criminal''gray''closest' 'humanoid'
if @inrange 'enemy' 1 and @findlayer 'enemy' 21
@setalias 'enemypack' 'found'
endif
if @findalias 'enemypack'
@useobject! 'enemypack'
endif
if @findtype 0x2aa4 'any' 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'RELIC'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
if @findtype 0x14f0 '1153' 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'SCROLL'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
if @findtype 0x2260 'enemypack' 'any' 'any' and @inrange 'enemy' 1
headmsg 'SKILL'
useskill 'stealing'
waitfortarget 1500
target! 'found'
endif
Don't forget to use a disguise kit!