Page 1 of 1

[b27] Archmage Quest

Posted: Sat May 28, 2011 6:25 pm
by Dervis
Lua Error

start-archmage.lua line 40

Code: Select all

			world:grantAchievement("ABASHED_EXPANSE", who)
Should be: world:gainAchievement("ABASHED_EXPANSE", who)

Also, the Archmage is question isn't getting their racial dungeon quests started. Shaloren isn't getting the starter quest in the questbook, not sure if that's intended or not.

P.S. - I suspect the CPU load problem is somehow related to Fullscreen mode, but I haven't played long enough to be sure.

Re: [b27] Archmage Quest

Posted: Sat May 28, 2011 6:45 pm
by darkgod
Fixed, and your racial quest when this one is done.

I found the CPU load problem, particles are not freed correctly.... fixing