EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Plugins & Mods (https://www.eqemulator.org/forums/forumdisplay.php?f=678)
-   -   Plugin: Player Leaderboards (In-Game) (https://www.eqemulator.org/forums/showthread.php?t=37650)

Kingly_Krab 09-15-2015 04:49 PM

Quote:

Originally Posted by N0ctrnl (Post 243202)
I made the following modification to the Leaderboards.pl script to report unbuffed hitpoints. Just in case anybody hadn't figure it out yet. :)

Code:

        my $hp1 = $client->GetMaxHP();
        my $hp2 = $client->GetSpellHPBonuses();
        my $hp = ($hp1 - $hp2);


Just made uber people less uber looking on the leaderboard, haha.

N0ctrnl 09-16-2015 05:06 AM

Hah, yep. Now I gotta figure how to do the same for mana.

cannon 06-09-2016 10:28 PM

Quote:

Originally Posted by thepoetwarrior (Post 227053)
Nice Akkadius!

+1

I prefer to run the collection routine in this sub:

sub EVENT_CONNECT {}

That way code runs only 1 time when player logs in, instead of every time they zone.

That way it won't spam update the database each time a player dies or zones.

How do I get this work in global_player.lua

If I do #showstats on a myself or player as GM a stat box pops up with cancel or update with all the stats, but the quest npc is not popping up the box after clicking the links, just saying Fine!

Akkadius 06-10-2016 04:43 PM

This is only for Perl, you'd have to write something separate for lua

Maceblade 04-14-2019 09:36 AM

I know this is an old post, but I have gotten everything to work except the Top HP and AC portion. basically anything linked to the commify plugin yet im fairly certain i have the latest one.

Also, apprently SK's and Warriors no longer show up now lol


All times are GMT -4. The time now is 06:02 AM.

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