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.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-23-2002, 10:15 AM
ZeroDegrez
Sarnak
 
Join Date: Feb 2002
Posts: 50
Default #recover

Ok, got tired of my 100 monk always killing his stamina wasting monstas, so I have taking bits and pieces and some of my own ideas to create a new command. I looked at the #mana command and saw it wasnt always refilling mana all the way, but i kept looking and found there is already an alg. to calc how much your max mana is, so i inserted it into the set mana command, that way you always get your max mana returned to you. the #heal command is now blended in, and i added a line of code to cast invigor on yourself thus refilling your stamina. All of this in one easy to use command


else if (strcasecmp(sep.arg[0], "#recover") == 0 && (admin >=10))
{
if (target == 0)
{
this->SetMana(CalcMaxMana());
this->Heal();
SpellFinished(222, 0, 10, 0);
}
else
{
target->SetMana(CalcMaxMana());
target->Heal();
SpellFinished(222, target->GetID(), 10, 0);
}
}
__________________
- Zero Degrez
35% Programmer
75% Gamer
68% Evil
Server OP: IceDragon Server
Reply With Quote
 


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