[1.2.3] escort mental save reward has no effect + fix

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
kejlator
Posts: 1
Joined: Thu Oct 02, 2014 11:23 pm

[1.2.3] escort mental save reward has no effect + fix

#1 Post by kejlator »

Bug in data/chats/escort-quest.lua - save id should be 'mental', not 'mind'.
Fix:

Code: Select all

55c55
< 			saves = { mind = 4 },
---
> 			saves = { mental = 4 },
156c156
< 			saves = { spell = 4, mind = 4 },
---
> 			saves = { spell = 4, mental = 4 },
217,218c217,218
< local saves_name = { mind="mental", spell="spell", phys="physical"}
< local saves_tooltips = { mind="MENTAL", spell="SPELL", phys="PHYS"}
---
> local saves_name = { mental="mental", spell="spell", phys="physical"}
> local saves_tooltips = { mental="MENTAL", spell="SPELL", phys="PHYS"}

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

Re: [1.2.3] escort mental save reward has no effect + fix

#2 Post by darkgod »

Ahah nice one !
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