Project 1999

Project 1999 (/forums/index.php)
-   Blue Server Chat (/forums/forumdisplay.php?f=17)
-   -   Does Charisma affect enchanters, Dex - necros? (/forums/showthread.php?t=46474)

Mardur 08-25-2011 09:51 PM

I knew a lot of Druids and Necros that swore by charisma for charming. Not sure if anything's changed since I quit.

beentheredonethat 08-26-2011 12:46 AM

Quote:

Originally Posted by Tux (Post 375166)
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;

haints 08-26-2011 03:20 AM

I've played a chanter a little too long to not know this, but what about mezzes? Does cha have affect on them?

Uthgaard 08-26-2011 11:49 AM

We split off from eqemu code base about 2 years ago, and we have rewritten almost everything involving charm. You won't learn anything about charming on p99 by looking at their code.

Extunarian 08-26-2011 11:58 AM

If p99 source is trying to emulate classic, once you charm something every tick wiill check three saves to see if charm breaks:
- the most important number is levels-above-NPC
- next was the MR of the mob
- CHA was the 3rd and least likely to succeed save.

If it is like that here I have no idea, but tash+malo+charming low dark blues is usually a recipe for success.

I also noticed I had far more success charming here once I hit 39 and got cajoling whispers. Not sure if it was because of the higher level spell or because the 'dark blue range' gets larger as you increase in levels.

Striiker 08-26-2011 01:53 PM

Quote:

Originally Posted by Extunarian (Post 375951)
I also noticed I had far more success charming here once I hit 39 and got cajoling whispers. Not sure if it was because of the higher level spell or because the 'dark blue range' gets larger as you increase in levels.

This is accurate from what I have experienced and read about. Charm prior to this point was not at all like how it was on live back in 1999 / 2000. Once you got to this level and spell, charm fell inline with how it was on live.

As for the original question, charisma does have a noticeable impact upon charm (both in landing the charm and for the resist check every tick on the server). Additionally, the magic resistance is a factor (so yes, debuffing will have a noticeable impact). Finally, the level difference between the charmer and the intended charm target will factor in (this was not in any order). At lower levels, these are (or at least were) significantly off. On live in 99/2000 I could reliably charm even and yellow con mobs and rip through reds (I did this a LOT in North Karana). Here, charm lasted only for a couple of ticks if that so I gave up and solo'd (when I had to) with my animation pet.


All times are GMT -4. The time now is 08:38 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.