joseph
Member
- Joined
- May 28, 2013
- Messages
- 385
{
Alert.Show(
"Do Not AFK",
"It is highly recommended you do not afk while in a raid and be prepared to intervene if needed in the event something goes wrong or you're asked to perform a certain task.",
00,
true,
false,
null,
null,
"Ok");
}
base.OnEnter();
}
Ok i tried to delete this but errors wouldn't let the bot run the dungeons . i tried to just delete Alert.Show that didnt work . so i changed the 20 sec count down to 00 i still get the warring but now only for a secound.
how do i stop it from ever popping up ? what do i need to change to make it so it never gives me the warring ?
Alert.Show(
"Do Not AFK",
"It is highly recommended you do not afk while in a raid and be prepared to intervene if needed in the event something goes wrong or you're asked to perform a certain task.",
00,
true,
false,
null,
null,
"Ok");
}
base.OnEnter();
}
Ok i tried to delete this but errors wouldn't let the bot run the dungeons . i tried to just delete Alert.Show that didnt work . so i changed the 20 sec count down to 00 i still get the warring but now only for a secound.
how do i stop it from ever popping up ? what do i need to change to make it so it never gives me the warring ?