[svn] Celestial class start quest bug fix

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
peaceoutside
Halfling
Posts: 96
Joined: Tue Sep 11, 2012 10:21 pm
Location: Earth
Contact:

[svn] Celestial class start quest bug fix

#1 Post 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.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [svn] Celestial class start quest bug fix

#2 Post by darkgod »

Oh I though I did get this one too, thanks :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply