[DiscordArchive] Is this a local server?
[DiscordArchive] Is this a local server?
Archived author: Claudiodfc • Posted: 2019-04-29T13:54:01.161000+00:00
Original source
Is this a local server?
Archived author: Chaz • Posted: 2019-04-29T14:11:19.705000+00:00
Original source
Yes
Archived author: Chaz • Posted: 2019-04-29T14:11:23.942000+00:00
Original source
No sorry its hosted
Archived author: Claudiodfc • Posted: 2019-04-29T14:14:04.316000+00:00
Original source
I'll try to fix it fast today
Archived author: Chaz • Posted: 2019-04-29T15:52:19.001000+00:00
Original source
<@402557126544982050> will this work then?
`events.ScheduleEvent(EVENT_BREATH_READY, 5000);
case EVENT_BREATH_READY:
breathReady = true;
break;
if (breathReady)
me->CastSpell(me->GetVictim(), SPELL_PETRIFYING_BREATH, false);`
Archived author: Claudiodfc • Posted: 2019-04-29T15:55:28.672000+00:00
Original source
yes but in separate parts of the code, you can't have that all clumped together
Archived author: Claudiodfc • Posted: 2019-04-29T15:55:35.589000+00:00
Original source
give me a few hours and I'll open a PR for you to test
Archived author: Chaz • Posted: 2019-04-29T15:55:52.206000+00:00
Original source
kk tyvm
Archived author: Claudiodfc • Posted: 2019-04-29T15:56:43.028000+00:00
Original source
if you can't wait, the schedule event is on entercombat
Archived author: Claudiodfc • Posted: 2019-04-29T15:56:54.867000+00:00
Original source
the case is on UpdateAI inside the switch for spells