Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 10-21-2004, 01:59 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default For Solar / spell_effect.cpp

I recalculated the formulas for effects 116 to 118 (cleric pre50 symbols), this seems to be closer from lucy :

in spell_effect.cpp, row ~1950

Code:
		case 116:	// ryltan (31-24+1)=8 (158-94)=64
		  result = ubase + 8 * (caster_lvl - 24); break;
		case 117:	// pinzarn, approx (41-34+1)=8 (307-224)=83
		  result = ubase + 11 * (caster_level - 34); break; 
		case 118:	// naltron -> seems good, (525-406)=119 119/(50-44+1)=17
		  result = ubase + 17 * (caster_level - 44); break;
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote
  #2  
Old 10-21-2004, 06:29 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

sorry,
beat you to this a couple days ago. its in cvs though anyhow.
Reply With Quote
  #3  
Old 10-21-2004, 10:15 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

heh no worries, my fault if my source wasn't uptodate
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
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 04:17 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3