View Full Version : We'd like an ANCIENT STACKING MOD
akitoes
03-06-2010, 06:55 PM
Just a mod that, at 45, shows up a "STACK ANCIENTS NOW !" message
sps999
03-06-2010, 07:13 PM
Well, there are mods that tell you 15 seconds before the rune spawns, probably could be easily edited to a new message and do it every minute, but i'm not a modder so I wouldn't know how.
Bumblebees
03-06-2010, 09:36 PM
Well, there are mods that tell you 15 seconds before the rune spawns, probably could be easily edited to a new message and do it every minute, but i'm not a modder so I wouldn't know how.
Runes are every 2 minutes, stacking can be done every minute.
Taggsvamp
03-06-2010, 09:42 PM
Runes are every 2 minutes, stacking can be done every minute.
I think he mean you can use same thing but just change a little so it respond every 45 secs instead of every 1,45 min
kevs926
03-07-2010, 01:19 AM
<panel
width="0h"
height="0h"
onload="CreateInt('picklefish_runetimer_lastTime', -1 )"
watch="MatchTime"
ontrigger="if( (picklefish_runetimer_lastTime != Floor(param0/1000))
and ( (Floor(param0/1000) +15) % 120 == 0 ),
Split(
set('picklefish_runetimer_lastTime', Floor(param0/1000)),
TeamChat('^gRune^w in ^y15 ^wseconds'),
GameMessage('^gSTACK ANCIENTS NOW !')
),
if( (picklefish_runetimer_lastTime != Floor(param0/1000))
and ((Floor(param0/1000)+15) % 60 == 0 ),
Split(
set('picklefish_runetimer_lastTime', Floor(param0/1000)),
GameMessage('^gSTACK ANCIENTS NOW !')
)
)
);"
/>
_Archangel_
03-07-2010, 05:41 AM
I would like to direct you to this guide (http://forums.heroesofnewerth.com/showthread.php?t=56717). After you read it you won't need such a mod. :)