|
Post by fightingferret on Aug 19, 2013 5:07:55 GMT -8
OK, I know if you get legendary poisoning you get immunity to all poisons, but I've also read here on the forums that you also need taste identification. Is that correct?
|
|
|
Post by Amairgen on Aug 19, 2013 7:55:48 GMT -8
From the Playermobile script:
//************************************************************************* // Set Poison Immunity 100% //************************************************************************* if (this.Skills[SkillName.TasteID].Value >= 100.0 && this.Skills[SkillName.Poisoning].Value >= 120.0 ) return true; //*************************************************************************
|
|
|
Post by fightingferret on Aug 19, 2013 8:35:50 GMT -8
Thank you!
|
|