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

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-01-2004, 04:50 PM
Branks
Sarnak
 
Join Date: May 2004
Posts: 58
Default

also a shadowknight friend of mine told me that after level 40 HT is a different spell so i tried correcting it in zone/client_process.cpp around line 2127 by adding

Code:
							else if((GetClass() == SHADOWKNIGHT)&&(GetLevel() <= 39))
							{
								ability=89;	// solar: TODO check this value, why is it not 88?
								spell_to_cast = 88;
							}
							else if((GetClass() == SHADOWKNIGHT)&&(GetLevel() >= 40))
							{
								ability=89;
								spell_to_cast = 2821;
							}
							else

however the line below it

Code:
						if(spell_to_cast != castspell->spell_id)
						{
							InterruptSpell(castspell->spell_id); //CHEATER!!!
							break;
						}

prevents spell 2821 from being cast, so does anyone know how i could make 2821 an allowable spell for HT since im pretty sure it is correct, but i may be wrong since ive never played an SK myself.

also as a correction to the above post in case 117 in client.cpp strong root, the cast time should be 2 seconds correct this by making line 4052- CastSpell(2748,targ,9,2000,0,0,0); anyway uh thanks again.
Reply With Quote
Reply

Thread Tools
Display Modes

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:19 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3