Page 1 of 1

[svn] Celestial class start quest bug fix

Posted: Mon Oct 29, 2012 1:44 am
by peaceoutside
Recently many files were updated with a fix related to the transmog chest now popping up before area transitions.

This fix also needs to be applied here:

\game\modules\tome\data\chats\zoisla.lua : line 34

Old:

Code: Select all

game:changeLevel(2, (rng.table{"trollmire","ruins-kor-pul","scintillating-caves","rhaloren-camp","norgos-lair","heart-gloom"}))
New:

Code: Select all

game:changeLevel(2, (rng.table{"trollmire","ruins-kor-pul","scintillating-caves","rhaloren-camp","norgos-lair","heart-gloom"}), {direct_switch=true})
This fixes may errors related to the celestial class start quest.

Re: [svn] Celestial class start quest bug fix

Posted: Mon Oct 29, 2012 8:38 am
by darkgod
Oh I though I did get this one too, thanks :)