Anti-antimagic bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Anti-antimagic bug

#1 Post by yufra »

I got this stdout error after being transported to Zigur.

Code: Select all

Lua Error: /data/quests/anti-antimagic.lua:43: attempt to index global 'actor' (a nil value)
	At [C]:-1 
	At /data/quests/anti-antimagic.lua:43 
	At (tail call):-1 
	At /engine/Quest.lua:43 init
	At /engine/class.lua:38 new
	At /engine/interface/ActorQuest.lua:44 grantQuest
	At /data/chats/corruptor-quest.lua:60 action
	At /engine/dialogs/Chat.lua:76 use
	At /engine/dialogs/Chat.lua:41 fct
	At /engine/ui/VariableList.lua:108 onUse
	At /engine/ui/VariableList.lua:98 ?
	At /engine/KeyBind.lua:198 receiveKey
	At /engine/ui/Dialog.lua:320 keyEvent
	At /engine/ui/Dialog.lua:170 
The problem looks pretty obvious... "actor.tempeffect_def" should be "who.tempeffect_def". Fixing that and re-granting the quest to my player worked well.

EDIT: Also it seems odd that the shops are still open if you win (eventually). And finally mod.class.Actor:resetToFull puts Divine characters at a severe disadvantage because those resources are not affected. I showed up in Zigur with next to no negative energy... not exactly fun.
<DarkGod> lets say it's intended

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Anti-antimagic bug

#2 Post by greycat »

yufra wrote: EDIT: Also it seems odd that the shops are still open if you win (eventually).
They'll offer you the antimagic quest, too. :lol:

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

Re: Anti-antimagic bug

#3 Post by darkgod »

fixed
[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