Page 1 of 1
Remove the changes to Banishment and Dismissal
Posted: Thu Jul 30, 2015 8:39 am
by greatfanfare
Re: Arelith Updates!
Unread postby Mithreas ยป 12 Jul 2015 01:55
I've made a change to Banishment and Dismissal. Effective next reset, in addition to their other effects, they will prevent all summoning spells from working in their area for 60s and 30s respectively.
It's still not working as intended, yesterday found areas at the spire and now the first area from Warf to Bendir blocked to summoning.
Again.
Re: Remove the changes to Banishment and Dismissal
Posted: Thu Jul 30, 2015 9:29 am
by Mithreas
No.
I've finally found and fixed the bug (I think!), so it'll mend itself shortly.
Re: Remove the changes to Banishment and Dismissal
Posted: Thu Jul 30, 2015 10:47 am
by Mithreas
Ironically, fixing this bug crashes the compiler.
int bNew = GetLocalInt(oArea, "GS_FL__ORIG_" + sFlag);
becoming
int bNew = GetLocalInt(oArea, "GS_FL__ORIG_" + sFlag) - 1;
literally causes a compiler crash. Amazing. Sigh.
Easy workaround, but this is the second way I've found to crash the compiler in a few weeks (windows one this time, Linux one last time...) and they're always a pain to debug as you get no useful info
