Project 1999

Go Back   Project 1999 > Class Discussions > Priests

Reply
 
Thread Tools Display Modes
  #1  
Old 08-25-2023, 07:02 PM
AEH84 AEH84 is offline
Skeleton


Join Date: Jan 2021
Posts: 16
Default Calm Animal and Crit Resists

Can someone clarify if CHA effects crit resist rate on calm animal? Specifically in bear pits, will I see less crit resists on calm animal with 130 CHA vs like 80 CHA? What about level gap? If CHA is the same, will I see less crit resists at 59 vs 54 if the bears are all level 45?
Reply With Quote
  #2  
Old 08-25-2023, 08:21 PM
Crede Crede is offline
Planar Protector


Join Date: Oct 2013
Posts: 1,982
Default

I always thought animal and undead calm weren’t affected by charisma
Reply With Quote
  #3  
Old 08-25-2023, 09:13 PM
Tann Tann is offline
Planar Protector

Tann's Avatar

Join Date: Oct 2010
Posts: 1,032
Default

Not personally done tests but I believe all lull spells, no matter what class is casting them, use charisma as a check.

Video of Sarleon going over this in a chardok video, been a while since I watched it but basically states that there is a quite noticable difference in crit resits going from 75 to 100 cha.
__________________
< Knights Who Say Ni >
Qeynos questing and leveling (all quests nerfed) | Off the beaten path 24-40.
Reply With Quote
  #4  
Old 08-26-2023, 05:57 AM
long.liam long.liam is offline
Kobold


Join Date: May 2019
Location: US
Posts: 198
Default

Quote:
Originally Posted by Tann [You must be logged in to view images. Log in or Register.]
Not personally done tests but I believe all lull spells, no matter what class is casting them, use charisma as a check.

Video of Sarleon going over this in a chardok video, been a while since I watched it but basically states that there is a quite noticable difference in crit resits going from 75 to 100 cha.
I believe all Lull spells including the Undead and Animal only lull spells use charisma as a saving throw for crit resists. It has no affect on whether or not spell resists, but on a resist, the more charisma your character has the less likely you will get a critical resist. In other words the more charisma you have the less likely you are to be attacked by an npc on a resisted lull.
Reply With Quote
  #5  
Old 08-26-2023, 07:29 AM
AEH84 AEH84 is offline
Skeleton


Join Date: Jan 2021
Posts: 16
Default

Quote:
Originally Posted by long.liam [You must be logged in to view images. Log in or Register.]
I believe all Lull spells including the Undead and Animal only lull spells use charisma as a saving throw for crit resists. It has no affect on whether or not spell resists, but on a resist, the more charisma your character has the less likely you will get a critical resist. In other words the more charisma you have the less likely you are to be attacked by an npc on a resisted lull.
Is CHA the ONLY thing that affects the crit resist rage? Does level difference have anything to do with it?
Reply With Quote
  #6  
Old 08-26-2023, 10:11 AM
Tann Tann is offline
Planar Protector

Tann's Avatar

Join Date: Oct 2010
Posts: 1,032
Default

Quote:
Originally Posted by AEH84 [You must be logged in to view images. Log in or Register.]
Is CHA the ONLY thing that affects the crit resist rage? Does level difference have anything to do with it?
Level difference affects resist rates by default, more resists = more rolls for crit resist
__________________
< Knights Who Say Ni >
Qeynos questing and leveling (all quests nerfed) | Off the beaten path 24-40.
Reply With Quote
  #7  
Old 08-26-2023, 05:53 PM
zelld52 zelld52 is offline
Fire Giant


Join Date: Jul 2021
Posts: 557
Default

MobRoll = (((MobMR + MobLevel) / 3) / 255) + (RandomFloat(-10, 10) / 100.0)

CasterRoll = (((CasterCha + CasterLevel / 3) / 255) + (RandomFloat(-10, 10) / 100.0)


If the Caster Roll is less than Mob Roll, you get a "Critical" resist, and the mob will aggro. These rolls are only performed on a resist.
Last edited by zelld52; 08-26-2023 at 05:56 PM..
Reply With Quote
  #8  
Old 08-26-2023, 11:57 PM
long.liam long.liam is offline
Kobold


Join Date: May 2019
Location: US
Posts: 198
Default

Quote:
Originally Posted by AEH84 [You must be logged in to view images. Log in or Register.]
Is CHA the ONLY thing that affects the crit resist rage? Does level difference have anything to do with it?
Level Difference and MR only affect the chance of resist. It has no affect on whether are not the resist causes a critical.
Reply With Quote
  #9  
Old 08-27-2023, 12:04 AM
long.liam long.liam is offline
Kobold


Join Date: May 2019
Location: US
Posts: 198
Default

Quote:
Originally Posted by zelld52 [You must be logged in to view images. Log in or Register.]
MobRoll = (((MobMR + MobLevel) / 3) / 255) + (RandomFloat(-10, 10) / 100.0)

CasterRoll = (((CasterCha + CasterLevel / 3) / 255) + (RandomFloat(-10, 10) / 100.0)


If the Caster Roll is less than Mob Roll, you get a "Critical" resist, and the mob will aggro. These rolls are only performed on a resist.
Are those formulas from P1999 or PEQ database?
Last edited by long.liam; 08-27-2023 at 12:15 AM..
Reply With Quote
  #10  
Old 08-27-2023, 11:49 AM
zelld52 zelld52 is offline
Fire Giant


Join Date: Jul 2021
Posts: 557
Default

Someone dug those out of p99 years ago.

Seems legit to me, at around 220 cha on Enc I never get crit resist on mobs 5+ levels lower than me.

On necro level 60 with 25cha, I get crit resist all the time


Plugging a few numbers in:

(1/255) * [(Level 60 + 25 cha) / 3] +- 0.1 = [0.01, 0.21]. - 60 Necro/25cha roll bounds

(1/255) * [(Level 55 + 220 cha) / 3] +- 0.1 = [0.26, 0.46] - 55 enc/220 Cha roll bounds

Same formula, mob level 49, 25 MR = [0.00, 0.20] - 49 mob with 25MR

So you can effectively eliminate the chance of crit resist on lull with enough charisma. (See there is no intersection between the enchanter and mob rolls).

Even though Necro is higher level, there is more intersection of the rolls on resist. This is the true power of charisma in terms of CC.
Last edited by zelld52; 08-27-2023 at 12:00 PM..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:14 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.