mummified egg bug
Moderator: Moderator
mummified egg bug
HI, when the summoned spiders disappear, i get a lua error, this happen every time so i think is easily repeatable.
Re: mummified egg bug
Not here :/
Can you post it please ?
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
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: mummified egg bug
that char died, i have to find it again sorry.
Re: mummified egg bug
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
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: mummified egg bug
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.
-
- Halfling
- Posts: 104
- Joined: Mon Jun 13, 2011 8:39 pm
Re: mummified egg bug
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.
-
- Halfling
- Posts: 104
- Joined: Mon Jun 13, 2011 8:39 pm
Re: mummified egg bug
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...)
(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...)
Re: mummified egg bug
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.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!
One way to fix this might be to just set "spider.on_die = nil" when the spider is summoned from the egg.