Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08-25-2011, 06:53 PM
Tux Tux is offline
Orc


Join Date: Aug 2011
Posts: 34
Default

If CHA did affect charm on live the difference between 100 CHA and max was too small to notice. It did not affect mez and I dont know about lull.

How I'm reading it (i only glanced at it) is charm makes a periodic check (probably per tick) which does use lvl, mr and cha. See here:

http://www.google.com/codesearch#gBb...e\.com&type=cs

Search for "PassCharismaCheck".

Note that this may be modified on P99 and not be accurate here.
  #2  
Old 08-25-2011, 08:42 PM
Uthgaard Uthgaard is offline
VIP / Contributor

Uthgaard's Avatar

Join Date: Aug 2010
Posts: 5,451
Default

Quote:
Originally Posted by Tux [You must be logged in to view images. Log in or Register.]
Note that this may be modified on P99 and not be accurate here.
This.
  #3  
Old 08-26-2011, 12:46 AM
beentheredonethat beentheredonethat is offline
Kobold


Join Date: Aug 2011
Posts: 140
Default

Quote:
Originally Posted by Tux [You must be logged in to view images. Log in or Register.]
If CHA did affect charm on live the difference between 100 CHA and max was too small to notice. It did not affect mez and I dont know about lull.

How I'm reading it (i only glanced at it) is charm makes a periodic check (probably per tick) which does use lvl, mr and cha. See here:

http://www.google.com/codesearch#gBb...e\.com&type=cs

Search for "PassCharismaCheck".

Note that this may be modified on P99 and not be accurate here.
just looked more through the code. that makes sense. charisma for charm spells does make a huge difference just as much as the level difference.

r1 = ((targetMR + targetLevel / 3)) / (targetMaxMR + random(-10, 10);
r2 = ((casterCH + casterLevel / 3)) / (casterMaxCH + random(-10, 10);
success = r1 < r2;
  #4  
Old 08-26-2011, 03:20 AM
haints haints is offline
Large Bat


Join Date: Aug 2011
Posts: 12
Default

I've played a chanter a little too long to not know this, but what about mezzes? Does cha have affect on them?
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 11:13 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 - 2026, Jelsoft Enterprises Ltd.