mummified egg bug

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Miruko
Halfling
Posts: 92
Joined: Sun May 15, 2011 11:58 am

mummified egg bug

#1 Post by Miruko »

HI, when the summoned spiders disappear, i get a lua error, this happen every time so i think is easily repeatable.

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

Re: mummified egg bug

#2 Post by darkgod »

Not here :/
Can you post it please ?
[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 ;)

Miruko
Halfling
Posts: 92
Joined: Sun May 15, 2011 11:58 am

Re: mummified egg bug

#3 Post by Miruko »

that char died, i have to find it again sorry.

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

Re: mummified egg bug

#4 Post by darkgod »

What class/race where you? In which zone ?
[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 ;)

Miruko
Halfling
Posts: 92
Joined: Sun May 15, 2011 11:58 am

Re: mummified egg bug

#5 Post by Miruko »

a higher shadowblade, it happened everywhere i think, the turn the spiders left gave me the error, but the game kept going after closing the window.

Dwarf_Hammer
Halfling
Posts: 104
Joined: Mon Jun 13, 2011 8:39 pm

Re: mummified egg bug

#6 Post by Dwarf_Hammer »

I have the same bug. Every time the spiders die or disappear I get an error mentioning something about the alchemist quest. I'll post the error when it pops up again.

Dwarf_Hammer
Halfling
Posts: 104
Joined: Mon Jun 13, 2011 8:39 pm

Re: mummified egg bug

#7 Post by Dwarf_Hammer »

Here.
Attachments
error.jpg
error.jpg (32.83 KiB) Viewed 1967 times

Elkan
Archmage
Posts: 336
Joined: Wed Aug 08, 2007 12:23 pm

Re: mummified egg bug

#8 Post by Elkan »

just a guess, but was one of your alchemist quest ingredients some kind of spider part? the game might be trying to get your summoned creatures to drop them, but the engine is going DENIED no loot from summons for you!
(Necromancer minions don't drop undead bits, you think he'd have it REALLY easy getting a Skeleton mage skull, and a chunk of ghoul flesh...)

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: mummified egg bug

#9 Post by tiger_eye »

Elkan wrote:just a guess, but was one of your alchemist quest ingredients some kind of spider part? the game might be trying to get your summoned creatures to drop them, but the engine is going DENIED no loot from summons for you!
Nah, this happens consistently regardless of whether you need a SPIDER_SPINNERET or not. What I think is happening is "on_die(who)" is called when the summon time expires, but since they didn't die from any damage, "who" is probably nil.

One way to fix this might be to just set "spider.on_die = nil" when the spider is summoned from the egg.

Post Reply