[1.7.3] Artifice/Assassinate src error

Where bugs go to lie down and rest

Moderator: Moderator

Locked
Message
Author
Moasseman
Archmage
Posts: 358
Joined: Thu Sep 26, 2019 4:32 pm

[1.7.3] Artifice/Assassinate src error

#1 Post by Moasseman »

Assassinate errored out on an enemy.
Attachments
RespenArtificeError.jpg
RespenArtificeError.jpg (113.14 KiB) Viewed 1319 times
Friendly Neighbourhood Moderator, moan at me for a teleport if ya get stuck.

Tradewind_Rider
Thalore
Posts: 182
Joined: Sat Oct 05, 2019 8:55 pm

Re: [1.7.3] Artifice/Assassinate src error

#2 Post by Tradewind_Rider »

Hi!

The resistance penetration part was changed in 1.7.3 in artifice:

self.resists_pen.PHYSICAL = 100 was changed into src:attr("ignore_enemy_resist", 1)

But i guess, this should be: self:attr("ignore_enemy_resist", 1) instead.

starsapphire
Thalore
Posts: 132
Joined: Sat Sep 27, 2014 11:33 am
Location: Irkkk

Re: [1.7.3] Artifice/Assassinate src error

#3 Post by starsapphire »


Locked