Search found 185 matches

Return to advanced search

Re: Auto cast buff after accept ressurection

Kinda... but it's not very pretty.

I'll post a way tomorrow if someone doesn't beat me to it.
by Roadblock
Sat Jan 16, 2016 1:31 am
 
Forum: Addons & macros
Topic: Auto cast buff after accept ressurection
Replies: 2
Views: 1143

Re: [Addon] CustomNameplates - Roadblock fork

Flickerlight wrote:Is it possible to disable collision of the individual nameplates?

Answer is unfortunately same as for stacking question, Vanilla client simply has no variables to control nameplate behavior other than show/don't show.
by Roadblock
Fri Jan 15, 2016 7:20 pm
 
Forum: Addons & macros
Topic: [Addon] CustomNameplates - Roadblock fork
Replies: 69
Views: 30198

Re: Spam filter

Most probably SpamThrottle: https://forum.nostalrius.org/viewtopic.php?f=32&t=5350 and you can maybe "abuse" WorldFilter: https://forum.nostalrius.org/viewtopic.php?f=63&t=22429 to do the same, but you need to know Lua regex. The idea being for the second addon that as it's by defa...
by Roadblock
Fri Jan 15, 2016 6:14 pm
 
Forum: Addons & macros
Topic: Spam filter
Replies: 3
Views: 1510

Re: Working Trivia Bot

I've dug up the oldest TriviaBot I could find in my backups (1.2 for vanilla) and updated it to fix some errors (missing default question list was causing it to bomb at initialization) Download: https://github.com/Dridzt/TriviaBot/releases/tag/1.22-11200 Virustotal: https://www.virustotal.com/en/url...
by Roadblock
Fri Jan 15, 2016 2:13 pm
 
Forum: Addons & macros
Topic: Working Trivia Bot
Replies: 2
Views: 2512

Re: [Addon] vQueue v1.2 - A group finder for vanilla!

Should probably mention realm and timezone when evaluating participation.

I'm on PvE and I still get enough groups (leveling still) at EU times.
Not overflowing quantity but there's stuff there.
by Roadblock
Fri Jan 15, 2016 1:24 pm
 
Forum: Addons & macros
Topic: [Addon] vQueue v1.2 - A group finder for vanilla!
Replies: 167
Views: 82198

Re: Melee Shoot Macro

Last version 241 chars :P /script local _,_,i=strfind(GetInventoryItemLink("player",18),"\124Hitem:(%d+)")local _,_,_,_,_,p=GetItemInfo(i)local t={}t.Bows="Bow"t.Guns="Gun"t.Crossbows="Crossbow"t.Thrown="Throw"CastSpellByName((string.gsub(t...
by Roadblock
Thu Jan 14, 2016 11:09 pm
 
Forum: Addons & macros
Topic: Melee Shoot Macro
Replies: 4
Views: 3282

Re: Melee Shoot Macro

v2 with 7 chars to spare (248 chars instead of 255) /script local _,_,i=strfind(GetInventoryItemLink("player",18),"\124Hitem:(%d+)");local _,_,_,_,_,p=GetItemInfo(i);local t={};t.Bows="Bow";t.Guns="Gun";t.Crossbows="Crossbow";t.Thrown="Throw&quo...
by Roadblock
Thu Jan 14, 2016 11:03 pm
 
Forum: Addons & macros
Topic: Melee Shoot Macro
Replies: 4
Views: 3282

Re: Melee Shoot Macro

Ok, haha this was a nice challenge to fit in 255 chars :D . /script local _,_,i=strfind(GetInventoryItemLink("player",18),"\124Hitem:(%d+)");local _,_,_,_,_,p=GetItemInfo(i);local t={["Bows"]="Bow",["Guns"]="Gun",["Crossbows"]=&qu...
by Roadblock
Thu Jan 14, 2016 10:55 pm
 
Forum: Addons & macros
Topic: Melee Shoot Macro
Replies: 4
Views: 3282

Re: Countdown-timer addon.

There should be two StopWatch addons released, do a search on these forums. There's also a timer bars addon that can do arbitrary timers but I don't recall the name and my backups from vanilla are chaotic :P Edit: It's simply called Timers: http://addons.us.to/addon/timers It has a bunch of built-in...
by Roadblock
Thu Jan 14, 2016 6:52 pm
 
Forum: Addons & macros
Topic: Countdown-timer addon.
Replies: 1
Views: 1942
PreviousNext

Return to advanced search