wilkerhell
;D
- Joined
- Sep 29, 2009
- Messages
- 224
- Reaction score
- 0
I Need One Global Event For Automated Raids.
Ex: One Raid Per Day. More No Raid As Orsh,Ferumbras,Etc.
Thx
Ex: One Raid Per Day. More No Raid As Orsh,Ferumbras,Etc.
Thx
<globalevent name="raid" time="20:00:00" event="buffer" value="doExecuteRaid('RaidName')"/>
<globalevent name="raid" time="20:00:00" event="buffer" value="doExecuteRaid(({'r1','r2','r3','r4'})[math.random(4)])"/>
here u are
Code:<globalevent name="raid" time="20:00:00" event="buffer" value="doExecuteRaid('RaidName')"/>
and this one to execute random raids
Code:<globalevent name="raid" time="20:00:00" event="buffer" value="doExecuteRaid(({'r1','r2','r3','r4'})[math.random(4)])"/>
i got them from here http://otland.net/f132/scheduled-raid-139842/
Example
<globalevent name="Raid_Morgaroth" time="04:10:40" day="Monday" event="buffer" value="doExecuteRaid('Morgaroth')"/>