EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Increasing hate from taunts (https://www.eqemulator.org/forums/showthread.php?t=35966)

Randymarsh9 11-08-2012 11:27 PM

Increasing hate from taunts
 
Is there a way to make taunting generate more aggro? I checked in aggro.cpp and made other source files but I honestly couldn't make any sense of what I'd change.

lerxst2112 11-09-2012 01:26 AM

Quote:

Originally Posted by Randymarsh9 (Post 214099)
Is there a way to make taunting generate more aggro? I checked in aggro.cpp and made other source files but I honestly couldn't make any sense of what I'd change.

Code:

void Mob::Taunt(NPC* who, bool always_succeed, float chance_bonus) {
//Blah blah
    if (tauntchance > MakeRandomFloat(0, 1)) {
        if (hate_top && hate_top != this) {
            newhate = (who->GetNPCHate(hate_top) - who->GetNPCHate(this)) + 1;

Make the 1 a bigger number.

chrsschb 11-09-2012 12:35 PM

Pretty much, Taunt has always been a "If taunt succeeds, Make me #1 on hatelist" which is basically just whoever is highest hate + 1. Which is why it was actually insanely unreliable.

Randymarsh9 11-09-2012 12:42 PM

Thanks for the replies. I'm just trying to find a way to increase aggro for tanks, because a lot of people on my server are struggling to keep aggro on warriors even with weapons with hate procs. I will probably try out lerxt's suggestion when I get a chance.

chrsschb 11-09-2012 12:47 PM

Quote:

Originally Posted by Randymarsh9 (Post 214116)
Thanks for the replies. I'm just trying to find a way to increase aggro for tanks, because a lot of people on my server are struggling to keep aggro on warriors even with weapons with hate procs. I will probably try out lerxt's suggestion when I get a chance.

Give your warriors clicky weapons with +agro modifiers (like the "Voice of" spells for Shadowknights). You can make a few custom ones just for warriors. Doesn't help with "snap" agro, but warriors were never meant for that anyways.

Randymarsh9 11-09-2012 05:33 PM

Well, a lot of people use warrior bots too, and they can't use clickies

Burningsoul 11-09-2012 06:03 PM

Make it an aug with a combat proc, they'll use those! <3 Last World's Ripe for the Kill RK III aug...RIP

chrsschb 11-09-2012 09:01 PM

Quote:

Originally Posted by Burningsoul (Post 214126)
Make it an aug with a combat proc, they'll use those! <3 Last World's Ripe for the Kill RK III aug...RIP

Or may one for bot owners to cast on warrior bots?

I mean there's literally a thousand ways to handle it :D


All times are GMT -4. The time now is 12:54 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.