Heyy i have a raid group trigger(s) and i have 2 questions/issues on them
Create raid group 1 trigger:
2. on the second trigger, how do i make it fill in the next available rows/coloums instead of having to over write the existing one... or w/e hard to explain...
oh and any suggestions on how to make the trigger better is good xD
Create raid group 1 trigger:
-
Create Raid group 1
-
Events
-
Player - Player 1 (Red) types a chat message containing -createraidgroup as A substring
-
Player - Player 2 (Blue) types a chat message containing -createraidgroup as A substring
-
Player - Player 3 (Teal) types a chat message containing -createraidgroup as An exact match
-
Player - Player 4 (Purple) types a chat message containing -createraidgroup as A substring
-
Player - Player 5 (Yellow) types a chat message containing -createraidgroup as A substring
-
Player - Player 6 (Orange) types a chat message containing -createraidgroup as A substring
-
Player - Player 7 (Green) types a chat message containing -createraidgroup as A substring
-
Player - Player 8 (Pink) types a chat message containing -createraidgroup as A substring
-
-
Conditions
-
Actions
-
Set RaidGroup1Title = (Substring((Entered chat string), 16, 30))
-
Multiboard - Create a multiboard with 3 columns and 2 rows, titled (Raid Group: + RaidGroup1Title)
-
Multiboard - Set the text for RaidGroup1Board item in column 1, row 1 to Player name
-
Multiboard - Set the text for RaidGroup1Board item in column 1, row 2 to Hero
-
Multiboard - Set the text for RaidGroup1Board item in column 1, row 3 to Level
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 1 to (Name of (Triggering player))
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 2 to (Proper name of (Triggering unit))
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 3 to (Load (Hero level of (Triggering unit)) of (Hero level of (Triggering unit)) from (Last created hashtable))
-
Player - Set name of (Triggering player) to ((|c00FF0000[ + RaidGroup1Title) + (]|r + (Name of (Triggering player))))
-
-
-
Join Raid group 1
-
Events
-
Player - Player 1 (Red) types a chat message containing -joinraidgroup 1 as An exact match
-
-
Conditions
-
Actions
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 1 to (Name of (Triggering player))
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 2 to (Proper name of (Triggering unit))
-
Multiboard - Set the text for RaidGroup1Board item in column 2, row 3 to (Load (Hero level of (Triggering unit)) of (Hero level of (Triggering unit)) from (Last created hashtable))
-
Player - Set name of (Triggering player) to ((|c00FF0000[ + RaidGroup1Title) + (]|r + (Name of (Triggering player))))
-
-
2. on the second trigger, how do i make it fill in the next available rows/coloums instead of having to over write the existing one... or w/e hard to explain...
oh and any suggestions on how to make the trigger better is good xD