Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 07-17-2010, 05:33 PM
Ropethunder Ropethunder is offline
Developer


Join Date: May 2010
Posts: 399
Default

From what I understand it doesn't affect the resist rate as it does whether the mob will decide to attack on resist.

There is a method "PassCharismaCheck" that occurs on resist that uses the following formula:

Code:
MobR = ((((MobMR + MobLevel) / 3) / MobMaxMR()) + (RandomFloat(-10, 10) / 100.0)

CasterR = (((CasterCha  + CasterLevel / 3) / CasterMaxCha) + (RandomFloat(-10, 10) / 100.0)

if(r1 < r2)
    Result = true

..

if not PassCharismaCheck
    AddToHateList
So, yes. Charisma can make a big difference whether you live or die on resist after taking into consideration the mob's level and MR. Level discrepancy is much more important and will result in critical failures much more often if you try to lull something that's yellow or red to you.

This is from the EQEmu source code so it may have been changed for p99.

There is a similar charisma check every tick against the mob level, mr, and then charisma when charming.
Last edited by Ropethunder; 07-17-2010 at 05:44 PM..
Closed Thread


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 09:56 AM.


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 - 2025, Jelsoft Enterprises Ltd.