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 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
  #2  
Old 02-24-2002, 08:57 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

cool
Reply With Quote
  #3  
Old 02-24-2002, 10:00 AM
Yodason
Hill Giant
 
Join Date: Jan 2002
Posts: 205
Default

this will most likely not be merged
Reply With Quote
  #4  
Old 02-24-2002, 10:53 AM
ZeroDegrez
Sarnak
 
Join Date: Feb 2002
Posts: 50
Default

oh ok :(
__________________
- Zero Degrez
35% Programmer
75% Gamer
68% Evil
Server OP: IceDragon Server
Reply With Quote
  #5  
Old 02-24-2002, 11:32 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

can always compile it in yourself though
Reply With Quote
  #6  
Old 02-24-2002, 11:59 AM
Yodason
Hill Giant
 
Join Date: Jan 2002
Posts: 205
Default

not meant to be harsh, but I think image has already decided when luc tried to get in #buff that there will not be a general BUFF to god like command =p
Reply With Quote
  #7  
Old 02-24-2002, 01:23 PM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

Once I have completed my spdat editor there will be no need for a command, could create the spell, guahaha!
Reply With Quote
  #8  
Old 02-24-2002, 02:09 PM
Nada
Sarnak
 
Join Date: Jan 2002
Posts: 87
Default

Lol sounds great Baron!!!
Reply With Quote
  #9  
Old 02-25-2002, 08:38 AM
Yodason
Hill Giant
 
Join Date: Jan 2002
Posts: 205
Default

YOU WILL be banned on the spot if you distrubte spdat FILES. editor is fine.
Reply With Quote
  #10  
Old 02-25-2002, 08:45 AM
Nada
Sarnak
 
Join Date: Jan 2002
Posts: 87
Default

Thanks for the information Yoda.
Reply With Quote
  #11  
Old 02-25-2002, 08:56 AM
ZeroDegrez
Sarnak
 
Join Date: Feb 2002
Posts: 50
Default

hehehe, hurry up with that spdat editor!

*creates 50000 HP/AC BUFF*

hmm GM Spell events in which you can give out special spells for winning, like summon 2x mage pets if a mage were to win an event.
__________________
- Zero Degrez
35% Programmer
75% Gamer
68% Evil
Server OP: IceDragon Server
Reply With Quote
  #12  
Old 02-25-2002, 08:58 AM
ZeroDegrez
Sarnak
 
Join Date: Feb 2002
Posts: 50
Default

Yoda, My code isnt a god-like command, it just takes all of your commands + the invigorate spell and just makes a HP/Mana/Sta refiller. It doesnt buff your stats up super high.
__________________
- Zero Degrez
35% Programmer
75% Gamer
68% Evil
Server OP: IceDragon Server
Reply With Quote
  #13  
Old 02-25-2002, 09:43 AM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

The real reason is more for gm's, its nice to be able to have seperate commands so if someone were to have their mana restored, the gm can do just that and not more... If your too lazy to type them seperately, too bad...
Reply With Quote
  #14  
Old 02-25-2002, 10:31 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

can always make ingame socials with them
Reply With Quote
  #15  
Old 02-25-2002, 12:04 PM
ZeroDegrez
Sarnak
 
Join Date: Feb 2002
Posts: 50
Default

ah true
__________________
- Zero Degrez
35% Programmer
75% Gamer
68% Evil
Server OP: IceDragon Server
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 08:59 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