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

Development::Feature Requests Post suggestions/feature requests here.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-24-2008, 07:59 PM
theeris23
Fire Beetle
 
Join Date: Mar 2008
Posts: 14
Default Buff Bot

I've seen this issue on multiply servers, but is it possible to fix the problem of the buff bot using the targets level to determine the length of the buff? For the first 5 or 10 levels, most buffs won't last long enough to port or run to the next zone to actually use it before it wears off. It would be nice to use the caster's level for spell duration.
Reply With Quote
  #2  
Old 12-28-2008, 06:27 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The length of buffs is dependent on the level of the character they are cast on and that is set in the spells file. Each buff uses a formula to calculate duration based on level and to adjust that would mean adjusting the formula for every buff spell on the server. It can be done, and probably even with a simple mysql query or 2, but it isn't anything that can really be adjusted in the code as far as I know. The only thing I can think of would be to code something that could change how the formulas are handled by the server.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 01-16-2009, 02:37 PM
secash
Fire Beetle
 
Join Date: Dec 2008
Location: San Jose, CA
Posts: 6
Default

Quote:
Originally Posted by trevius View Post
The length of buffs is dependent on the level of the character they are cast on and that is set in the spells file.
The length of the buff is dependant on the character that cast the buff.
Reply With Quote
  #4  
Old 01-16-2009, 07:53 PM
kayen85
Sarnak
 
Join Date: Dec 2007
Posts: 50
Default

Code:
sub EVENT_SAY {

if ($text =~/buff/i)  {
quest::say("Time for your Haste buff buff");
my $GetPlayerID = $client->GetID();
$npc->CastSpell(172, $GetPlayerID );
}
}
I tried this for a few spells and worked fine. Set the NPC for level 75. It will
use the npc's level to base the spell no the player. I set myself to lv 1 and lv 75 and buffs all had same duration.


Kayen
GM Stormhaven
Reply With Quote
  #5  
Old 01-17-2009, 12:06 AM
secash
Fire Beetle
 
Join Date: Dec 2008
Location: San Jose, CA
Posts: 6
Default

Quote:
Originally Posted by kayen85 View Post
Code:
sub EVENT_SAY {

if ($text =~/buff/i)  {
quest::say("Time for your Haste buff buff");
my $GetPlayerID = $client->GetID();
$npc->CastSpell(172, $GetPlayerID );
}
}
I tried this for a few spells and worked fine. Set the NPC for level 75. It will
use the npc's level to base the spell no the player. I set myself to lv 1 and lv 75 and buffs all had same duration.


Kayen
GM Stormhaven

Please try spell id 5417 (champion) it is a group spell, I do not see a way to make it cast on a PC.
Reply With Quote
  #6  
Old 01-17-2009, 04:21 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by secash View Post
Please try spell id 5417 (champion) it is a group spell, I do not see a way to make it cast on a PC.
have not tried this personally, but if you change the spell file serversided to a PC group buff from a single target buff you should be able to have it effect the entire group without having to push out a new spells_us.txt to the client.

it'll look like a single target buff on the client, cast like a single target buff on the client, but should effect the whole group. this should go for any buff but not a DD. though i think in theory you could change burst of flame to a rain spell serversided and that should make it come down in 3 waves while still making it look like a DD spell clientsided (as in, you cast it on a single target mob, and it acts like a rain spell on that target.)

in addition, you can make non-duriation spells serversided only using this theory and have the client not download a thing. for example if you want to add a proc, for example, "theeris23's uber heal", make the spell but never show it to the client. it will give the bonus to the client but give them a message saying "You feel bogus as an unknown spell accosts you."

lots of fun things can be done with the spell file and tricking the client, i'm surprised people haven't yet :p
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 06:36 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3