Welcome, Guest. Please login or register.
Did you miss your activation email?
June 15, 2024, 02:57:25 pm *

Login with username, password and session length
Pages: [1] 2
Print
Author Topic: Stats Update  (Read 11588 times)
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« on: December 27, 2013, 05:38:44 am »

New command available:

/say stats

Just some basic info and formatting so far.

Trying not to spam the window with useless info.

Trying to think of what other info would be nice to show.

Added: Waypoint Credits, will display after next reboot, or if your in a new instance.
Shows (Free) if you have FWP.




Also made a Pet Stats window, just hail your pet.





« Last Edit: December 27, 2013, 04:05:16 pm by Hunter » Logged

Hunter - EZ Server GM
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #1 on: December 27, 2013, 07:41:07 am »

Wonder if there is way to calculate total stonewall % that player has, maybe by seeing if specific buffs are up, putting the value into variable, add it up, then display?
Logged

Hunter - EZ Server GM
Kwai
Sr. Member
****
Posts: 299


View Profile
« Reply #2 on: December 27, 2013, 08:00:00 am »

Nifty!  I love that it shows EZ Credit balance without running to Nexus to check.
Logged
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #3 on: December 27, 2013, 04:05:46 pm »

Made a Pet Stat window, and updated post with screenshot.
Logged

Hunter - EZ Server GM
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #4 on: December 28, 2013, 03:24:40 pm »

If anyone can figure out any stats they want to see on the Player stats or Pet stats windows then let me know.

Also would need how to get those variables.

Would be neat to have total stonewall % but not sure if would be too much spam or lag to calculate and display that.

Logged

Hunter - EZ Server GM
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #5 on: December 28, 2013, 07:33:31 pm »

Someone submitted code for total stonewall which will be added to /say stats after next reboot.

Here is the code, in case anyone can find anything wrong with the values, or any missing buffs that we didn't think of:

Code:
sub CHECK_STONEWALL
{
my $value = 0; # Base value
$value += 27 if ($client->FindBuff(9796)); # Warrior 1h 3.5-4.5
$value += 35 if ($client->FindBuff(9745)); # Warrior 1h 5.0-6.0
$value += 43 if ($client->FindBuff(10465)); # Warrior 1h 7.0
$value += 30 if ($client->FindBuff(10031)); # Warrior 2h 3.5
$value += 35 if ($client->FindBuff(10032)); # Warrior 2h 4.0
$value += 40 if ($client->FindBuff(10033)); # Warrior 2h 5.0
$value += 45 if ($client->FindBuff(10034)); # Warrior 2h 6.0
$value += 50 if ($client->FindBuff(10035)); # Warrior 2h 7.0
$value += 15 if ($client->FindBuff(9945)); # Stone Monster Pet Buff
$value += 17 if ($client->FindBuff(15079)); # Insane Goblin Pet Buff
$value += 1 if ($client->FindBuff(11221)); # Shield of the Ages 1
$value += 2 if ($client->FindBuff(11222)); # Shield of the Ages 2
$value += 3 if ($client->FindBuff(11223)); # Shield of the Ages 3
$value += 4 if ($client->FindBuff(11224)); # Shield of the Ages 4
$value += 5 if ($client->FindBuff(11225)); # Shield of the Ages 5
$value += 6 if ($client->FindBuff(11226)); # Shield of the Ages 6
$value += 7 if ($client->FindBuff(11227)); # Shield of the Ages 7
$value += 8 if ($client->FindBuff(11228)); # Shield of the Ages 8
$value += 9 if ($client->FindBuff(11229)); # Shield of the Ages 9
$value += 10 if ($client->FindBuff(11230)); # Shield of the Ages 10
$value += 11 if ($client->FindBuff(11231)); # Shield of the Ages 11
$value += 12 if ($client->FindBuff(11232)); # Shield of the Ages 12
$value += 20 if($client->FindBuff(9728)); # Paladin Kaldar I buff
$value += 25 if($client->FindBuff(10645)); # Paladin Kaldar II buff
$value += 20 if($client->FindBuff(10212)); # Shadowknight Cloak of Anarchy
$value += 3 if($client->FindBuff(10793)); # Shadowknight Epic 3.5
$value += 6 if($client->FindBuff(10794)); # Shadowknight Epic 4.0
$value += 9 if($client->FindBuff(10795)); # Shadowknight Epic 4.5
$value += 12 if($client->FindBuff(10796)); # Shadowknight Epic 5.0
$value += 15 if($client->FindBuff(10797)); # Shadowknight Epic 5.5
$value += 18 if($client->FindBuff(10798)); # Shadowknight Epic 6.0
$value += 20 if($client->FindBuff(10799)); # Shadowknight Epic 7.0
$value += 3 if($client->FindBuff(10078)); # Cleric Tower of Vie
$value += 6 if($client->FindBuff(10079)); # Cleric Tower of Vie II
$value += 10 if($client->FindBuff(10080)); # Cleric Tower of Vie III
$value += 25 if($client->FindBuff(10084)); # Cleric Holy Blessing of Intervention
$value += 7 if($client->FindBuff(10187)); # Ranger Brushcoat
$value += 15 if($client->FindBuff(10188)); # Ranger Brushcoat II
$value += 7 if($client->FindBuff(10102)); # Druid form of the werewolf
$value += 15 if($client->FindBuff(10104)); # Druid form of the werewolf II
$value += 10 if($client->FindBuff(10203)); # Shaman form of ancient spirits
$value += 20 if($client->FindBuff(10204)); # Shaman form of ancient spirits II
$value += 2 if($client->FindBuff(10163)); # Necro Cloak of the Night
$value += 4 if($client->FindBuff(10164)); # Necro Cloak of the Night II
$value += 6 if($client->FindBuff(10165)); # Necro Cloak of the Night III
$value += 15 if($client->FindBuff(10605)); # Tserrina click Defensive Boon ?
$value += 5 if($client->FindBuff(10141)); # Mage Abyssmal Shield
$value += 10 if($client->FindBuff(10142)); # Mage Abyssmal Shield II
$value += 4 if($client->FindBuff(10255)); # Enchanter Shield of the Eldritch
$value += 6 if($client->FindBuff(10256)); # Enchanter Shield of the Eldritch II
$value += 10 if($client->FindBuff(10257)); # Enchanter Shield of the Eldritch III
$value += 10 if($client->FindBuff(10642)); # Enchanter Shield of the Eldritch IV
return $value;
}
Logged

Hunter - EZ Server GM
Expletus
Hero Member
*****
Posts: 731


View Profile
« Reply #6 on: December 28, 2013, 07:44:46 pm »

So I was looking at the pet stats (T6) and they have 500kish on avg HP's. The stone monster has 5 million and goblin has 10 million HP's... Soooooooooo Anyway we could like throw some more HP's on those pets or what?
Logged

Keeze
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #7 on: December 28, 2013, 07:53:14 pm »

Here is the pet code version, very similar, added 3 buffs at end that are pet only:

Code:
sub CHECK_PET_STONEWALL
{
my $value = 0; # Base value
$value += 27 if ($npc->FindBuff(9796)); # Warrior 1h 3.5-4.5
$value += 35 if ($npc->FindBuff(9745)); # Warrior 1h 5.0-6.0
$value += 43 if ($npc->FindBuff(10465)); # Warrior 1h 7.0
$value += 30 if ($npc->FindBuff(10031)); # Warrior 2h 3.5
$value += 35 if ($npc->FindBuff(10032)); # Warrior 2h 4.0
$value += 40 if ($npc->FindBuff(10033)); # Warrior 2h 5.0
$value += 45 if ($npc->FindBuff(10034)); # Warrior 2h 6.0
$value += 50 if ($npc->FindBuff(10035)); # Warrior 2h 7.0
$value += 15 if ($npc->FindBuff(9945)); # Stone Monster Pet Buff
$value += 17 if ($npc->FindBuff(15079)); # Insane Goblin Pet Buff
$value += 1 if ($npc->FindBuff(11221)); # Shield of the Ages 1
$value += 2 if ($npc->FindBuff(11222)); # Shield of the Ages 2
$value += 3 if ($npc->FindBuff(11223)); # Shield of the Ages 3
$value += 4 if ($npc->FindBuff(11224)); # Shield of the Ages 4
$value += 5 if ($npc->FindBuff(11225)); # Shield of the Ages 5
$value += 6 if ($npc->FindBuff(11226)); # Shield of the Ages 6
$value += 7 if ($npc->FindBuff(11227)); # Shield of the Ages 7
$value += 8 if ($npc->FindBuff(11228)); # Shield of the Ages 8
$value += 9 if ($npc->FindBuff(11229)); # Shield of the Ages 9
$value += 10 if ($npc->FindBuff(11230)); # Shield of the Ages 10
$value += 11 if ($npc->FindBuff(11231)); # Shield of the Ages 11
$value += 12 if ($npc->FindBuff(11232)); # Shield of the Ages 12
$value += 20 if($npc->FindBuff(9728)); # Paladin Kaldar I buff
$value += 25 if($npc->FindBuff(10645)); # Paladin Kaldar II buff
$value += 20 if($npc->FindBuff(10212)); # Shadowknight Cloak of Anarchy
$value += 3 if($npc->FindBuff(10793)); # Shadowknight Epic 3.5
$value += 6 if($npc->FindBuff(10794)); # Shadowknight Epic 4.0
$value += 9 if($npc->FindBuff(10795)); # Shadowknight Epic 4.5
$value += 12 if($npc->FindBuff(10796)); # Shadowknight Epic 5.0
$value += 15 if($npc->FindBuff(10797)); # Shadowknight Epic 5.5
$value += 18 if($npc->FindBuff(10798)); # Shadowknight Epic 6.0
$value += 20 if($npc->FindBuff(10799)); # Shadowknight Epic 7.0
$value += 3 if($npc->FindBuff(10078)); # Cleric Tower of Vie
$value += 6 if($npc->FindBuff(10079)); # Cleric Tower of Vie II
$value += 10 if($npc->FindBuff(10080)); # Cleric Tower of Vie III
$value += 25 if($npc->FindBuff(10084)); # Cleric Holy Blessing of Intervention
$value += 7 if($npc->FindBuff(10187)); # Ranger Brushcoat
$value += 15 if($npc->FindBuff(10188)); # Ranger Brushcoat II
$value += 7 if($npc->FindBuff(10102)); # Druid form of the werewolf
$value += 15 if($npc->FindBuff(10104)); # Druid form of the werewolf II
$value += 10 if($npc->FindBuff(10203)); # Shaman form of ancient spirits
$value += 20 if($npc->FindBuff(10204)); # Shaman form of ancient spirits II
$value += 2 if($npc->FindBuff(10163)); # Necro Cloak of the Night
$value += 4 if($npc->FindBuff(10164)); # Necro Cloak of the Night II
$value += 6 if($npc->FindBuff(10165)); # Necro Cloak of the Night III
$value += 15 if($npc->FindBuff(10605)); # Tserrina click Defensive Boon ?
$value += 5 if($npc->FindBuff(10141)); # Mage Abyssmal Shield
$value += 10 if($npc->FindBuff(10142)); # Mage Abyssmal Shield II
$value += 4 if($npc->FindBuff(10255)); # Enchanter Shield of the Eldritch
$value += 6 if($npc->FindBuff(10256)); # Enchanter Shield of the Eldritch II
$value += 10 if($npc->FindBuff(10257)); # Enchanter Shield of the Eldritch III
$value += 10 if($npc->FindBuff(10642)); # Enchanter Shield of the Eldritch IV
$value += 45 if($npc->FindBuff(10431)); # Pet: Avatarian Bulwark
$value += 25 if($npc->FindBuff(10432)); # Pet: Minion Bulwark
return $value;
}
« Last Edit: December 28, 2013, 07:57:50 pm by Hunter » Logged

Hunter - EZ Server GM
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #8 on: December 28, 2013, 07:53:46 pm »

So I was looking at the pet stats (T6) and they have 500kish on avg HP's. The stone monster has 5 million and goblin has 10 million HP's... Soooooooooo Anyway we could like throw some more HP's on those pets or what?

Halloween Pets are special. They are also low DPS.
Logged

Hunter - EZ Server GM
Fjord
Full Member
***
Posts: 100


View Profile
« Reply #9 on: December 29, 2013, 03:44:21 am »

So I was looking at the pet stats (T6) and they have 500kish on avg HP's. The stone monster has 5 million and goblin has 10 million HP's... Soooooooooo Anyway we could like throw some more HP's on those pets or what?

While I do agree pet classes are kind of bunk T5+ and are in need of some sort of fix, Halloween pets are hardly the justification. Honestly, the Halloween pets are really only good for novelty/eating DTs. If anything, they are a liability at best and can royally screw up a pull if you're the tank.
Logged
WatchYouDie
Sr. Member
****
Posts: 388


View Profile
« Reply #10 on: December 29, 2013, 09:46:16 pm »

Someone submitted code for total stonewall which will be added to /say stats after next reboot.

Here is the code, in case anyone can find anything wrong with the values, or any missing buffs that we didn't think of:

Code:
sub CHECK_STONEWALL
{
my $value = 0; # Base value
$value += 27 if ($client->FindBuff(9796)); # Warrior 1h 3.5-4.5
$value += 35 if ($client->FindBuff(9745)); # Warrior 1h 5.0-6.0
$value += 43 if ($client->FindBuff(10465)); # Warrior 1h 7.0
$value += 30 if ($client->FindBuff(10031)); # Warrior 2h 3.5
$value += 35 if ($client->FindBuff(10032)); # Warrior 2h 4.0
$value += 40 if ($client->FindBuff(10033)); # Warrior 2h 5.0
$value += 45 if ($client->FindBuff(10034)); # Warrior 2h 6.0
$value += 50 if ($client->FindBuff(10035)); # Warrior 2h 7.0
$value += 15 if ($client->FindBuff(9945)); # Stone Monster Pet Buff
$value += 17 if ($client->FindBuff(15079)); # Insane Goblin Pet Buff
$value += 1 if ($client->FindBuff(11221)); # Shield of the Ages 1
$value += 2 if ($client->FindBuff(11222)); # Shield of the Ages 2
$value += 3 if ($client->FindBuff(11223)); # Shield of the Ages 3
$value += 4 if ($client->FindBuff(11224)); # Shield of the Ages 4
$value += 5 if ($client->FindBuff(11225)); # Shield of the Ages 5
$value += 6 if ($client->FindBuff(11226)); # Shield of the Ages 6
$value += 7 if ($client->FindBuff(11227)); # Shield of the Ages 7
$value += 8 if ($client->FindBuff(11228)); # Shield of the Ages 8
$value += 9 if ($client->FindBuff(11229)); # Shield of the Ages 9
$value += 10 if ($client->FindBuff(11230)); # Shield of the Ages 10
$value += 11 if ($client->FindBuff(11231)); # Shield of the Ages 11
$value += 12 if ($client->FindBuff(11232)); # Shield of the Ages 12
$value += 20 if($client->FindBuff(9728)); # Paladin Kaldar I buff
$value += 25 if($client->FindBuff(10645)); # Paladin Kaldar II buff
$value += 20 if($client->FindBuff(10212)); # Shadowknight Cloak of Anarchy
$value += 3 if($client->FindBuff(10793)); # Shadowknight Epic 3.5
$value += 6 if($client->FindBuff(10794)); # Shadowknight Epic 4.0
$value += 9 if($client->FindBuff(10795)); # Shadowknight Epic 4.5
$value += 12 if($client->FindBuff(10796)); # Shadowknight Epic 5.0
$value += 15 if($client->FindBuff(10797)); # Shadowknight Epic 5.5
$value += 18 if($client->FindBuff(10798)); # Shadowknight Epic 6.0
$value += 20 if($client->FindBuff(10799)); # Shadowknight Epic 7.0
$value += 3 if($client->FindBuff(10078)); # Cleric Tower of Vie
$value += 6 if($client->FindBuff(10079)); # Cleric Tower of Vie II
$value += 10 if($client->FindBuff(10080)); # Cleric Tower of Vie III
$value += 25 if($client->FindBuff(10084)); # Cleric Holy Blessing of Intervention
$value += 7 if($client->FindBuff(10187)); # Ranger Brushcoat
$value += 15 if($client->FindBuff(10188)); # Ranger Brushcoat II
$value += 7 if($client->FindBuff(10102)); # Druid form of the werewolf
$value += 15 if($client->FindBuff(10104)); # Druid form of the werewolf II
$value += 10 if($client->FindBuff(10203)); # Shaman form of ancient spirits
$value += 20 if($client->FindBuff(10204)); # Shaman form of ancient spirits II
$value += 2 if($client->FindBuff(10163)); # Necro Cloak of the Night
$value += 4 if($client->FindBuff(10164)); # Necro Cloak of the Night II
$value += 6 if($client->FindBuff(10165)); # Necro Cloak of the Night III
$value += 15 if($client->FindBuff(10605)); # Tserrina click Defensive Boon ?
$value += 5 if($client->FindBuff(10141)); # Mage Abyssmal Shield
$value += 10 if($client->FindBuff(10142)); # Mage Abyssmal Shield II
$value += 4 if($client->FindBuff(10255)); # Enchanter Shield of the Eldritch
$value += 6 if($client->FindBuff(10256)); # Enchanter Shield of the Eldritch II
$value += 10 if($client->FindBuff(10257)); # Enchanter Shield of the Eldritch III
$value += 10 if($client->FindBuff(10642)); # Enchanter Shield of the Eldritch IV
return $value;
}
Sk cloak of anarcy and coa2
Pally Kaldaria (sp?) helping hand
« Last Edit: December 29, 2013, 09:48:04 pm by ishallnotdie » Logged
Felony
Sr. Member
****
Posts: 394

Trump it


View Profile
« Reply #11 on: December 30, 2013, 12:00:44 am »


Sk cloak of anarcy and coa2
Pally Kaldaria (sp?) helping hand

Both paladin spells are in there. Good catch on CoA II

Code:
$value += 20 if($client->FindBuff(10648)); 	# Shadowknight Cloak of Anarchy II
Logged


If we judged them by the content of their character, they'd be begging us to judge them by the color of their skin
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #12 on: December 30, 2013, 08:08:56 am »

I added that spell buff to the list.

Also, I ran a query to find every spell that has Stonewall effect in any of the effect slots 1-12.

Here is a complete list all 104 stonewall spells with their values sorted ASC by name.

Notice some of them are actually reverse stonewalls.

Code:
-5	10141	Abyssmal Shield
-10 10142 Abyssmal Shield II
-35 10098 Ancient Ent Guard
-55 10100 Ancient Ent Guard II
-1 11221 Ancient Stonewall I
-2 11222 Ancient Stonewall II
-3 11223 Ancient Stonewall III
-4 11224 Ancient Stonewall IV
-9 11229 Ancient Stonewall IX
-5 11225 Ancient Stonewall V
-6 11226 Ancient Stonewall VI
-7 11227 Ancient Stonewall VII
-8 11228 Ancient Stonewall VIII
-10 11230 Ancient Stonewall X
-11 11231 Ancient Stonewall XI
-12 11232 Ancient Stonewall XII
-12 11232 Ancient Stonewall XII
-90 10023 Anguish Shield
-45 10431 Avatarian Bulwark
-25 9785 Blessing of Stonewall
-7 10187 Brushcoat
-15 10188 Brushcoat II
-75 10072 Cleric Hammer Buff: T2
-75 10073 Cleric Hammer Buff: T4
-75 10074 Cleric Hammer Buff: T6
-20 10212 Cloak of Anarchy
-20 10648 Cloak of Anarchy II
-2 10163 Cloak of the Night
-4 10164 Cloak of the Night II
-6 10165 Cloak of the Night III
20 4590 Cover
-20 4680 Cover Recourse
2 7805 Curse of the Nine
4 7806 Curse of the Nine
6 7807 Curse of the Nine
8 7808 Curse of the Nine
10 7809 Curse of the Nine
-15 10605 Defensive Boon
-45 4499 Defensive Discipline
-90 4690 Earthwalk Discipline
10 10362 Expose Weakness Poison
3 10541 Expose Weakness Poison I
6 10542 Expose Weakness Poison II
10 10543 Expose Weakness Poison III
-25 10418 Final Gift
-45 8758 Final Stand Discipline
-10 10203 Form of Ancient Spirits
-20 10204 Form of Ancient Spirits II
-7 10102 Form of the Werewolf
-15 10104 Form of the Werewolf II
-75 12012 Frozen Stonewall I
-85 12013 Frozen Stonewall II
-95 12014 Frozen Stonewall III
-2 7705 Fungal Coat
-10 7173 Fungal Sheen
-90 11106 Guardian Shield
-95 15081 Halloween Stonewall
-25 10084 Holy Blessing of Intervention
-90 8753 Impenetrable Discipline
-17 15079 Insane Goblin Familiar
-20 9728 Kaldar's Helping Hand
-30 10645 Kaldar's Helping Hand II
-20 4630 Master's Fury
20 4706 Mindless Rage
-25 10432 Minion Bulwark
-35 7476 Pain Tolerance
-90 4671 Protective Spirit Discipline
20 4601 Rage
-5 8834 Rebounding Rage
-70 10430 Shaman Pet Buff
4 10255 Shield of the Eldritch
6 10256 Shield of the Eldritch II
10 10257 Shield of the Eldritch III
10 10642 Shield of the Eldritch IV
-15 9945 Stone Monster Familiar
-90 9890 Stone Monster Stonewall
-90 4510 Stonestance Discipline
-45 4688 Stonewall Discipline
-15 10335 ToFS Brushcoat II
-10 10342 ToFS Cloak of Anarchy
50 10291 ToFS Crushing Defeat
100 10292 ToFS Crushing Defeat II
200 10293 ToFS Crushing Defeat III
-15 10314 ToFS Form of the Werewolf II
-90 10304 ToFS Stone Monster Stonewall
-3 10078 Tower of Vie
-6 10079 Tower of Vie II
-10 10080 Tower of Vie III
10 10718 Trickshot Crushing Defeat
-50 10778 Tserrina's Stonewall
-27 9796 Warrior Epic Stonewall I
-35 9745 Warrior Epic Stonewall II
-43 10465 Warrior Epic Stonewall III
-30 10031 Warrior's Defense I
-35 10032 Warrior's Defense II
-40 10033 Warrior's Defense III
-45 10034 Warrior's Defense IV
-50 10039 Warrior's Defense IX
-50 10035 Warrior's Defense V
-50 10036 Warrior's Defense VI
-50 10037 Warrior's Defense VII
-50 10038 Warrior's Defense VIII
-50 10038 Warrior's Defense VIII
-10 10463 Wavebreaker
Logged

Hunter - EZ Server GM
Hunter
EZ Server GM
Legend
*******
Posts: 8100


EZ Server GM


View Profile
« Reply #13 on: December 30, 2013, 10:27:35 am »

Based on that recent query for all stonewall (and reverse stonewall) effects, I used excel to quickly make new code to include all of them.

Its not live yet, but figured I'd post it here for any feed back first.

Code:
$value -= -5	if ($client->FindBuff(10141));	# 	Abyssmal Shield
$value -= -10 if ($client->FindBuff(10142)); # Abyssmal Shield II
$value -= -35 if ($client->FindBuff(10098)); # Ancient Ent Guard
$value -= -55 if ($client->FindBuff(10100)); # Ancient Ent Guard II
$value -= -1 if ($client->FindBuff(11221)); # Ancient Stonewall I
$value -= -2 if ($client->FindBuff(11222)); # Ancient Stonewall II
$value -= -3 if ($client->FindBuff(11223)); # Ancient Stonewall III
$value -= -4 if ($client->FindBuff(11224)); # Ancient Stonewall IV
$value -= -9 if ($client->FindBuff(11229)); # Ancient Stonewall IX
$value -= -5 if ($client->FindBuff(11225)); # Ancient Stonewall V
$value -= -6 if ($client->FindBuff(11226)); # Ancient Stonewall VI
$value -= -7 if ($client->FindBuff(11227)); # Ancient Stonewall VII
$value -= -8 if ($client->FindBuff(11228)); # Ancient Stonewall VIII
$value -= -10 if ($client->FindBuff(11230)); # Ancient Stonewall X
$value -= -11 if ($client->FindBuff(11231)); # Ancient Stonewall XI
$value -= -12 if ($client->FindBuff(11232)); # Ancient Stonewall XII
$value -= -12 if ($client->FindBuff(11232)); # Ancient Stonewall XII
$value -= -90 if ($client->FindBuff(10023)); # Anguish Shield
$value -= -45 if ($client->FindBuff(10431)); # Avatarian Bulwark
$value -= -25 if ($client->FindBuff(9785)); # Blessing of Stonewall
$value -= -7 if ($client->FindBuff(10187)); # Brushcoat
$value -= -15 if ($client->FindBuff(10188)); # Brushcoat II
$value -= -75 if ($client->FindBuff(10072)); # Cleric Hammer Buff: T2
$value -= -75 if ($client->FindBuff(10073)); # Cleric Hammer Buff: T4
$value -= -75 if ($client->FindBuff(10074)); # Cleric Hammer Buff: T6
$value -= -20 if ($client->FindBuff(10212)); # Cloak of Anarchy
$value -= -20 if ($client->FindBuff(10648)); # Cloak of Anarchy II
$value -= -2 if ($client->FindBuff(10163)); # Cloak of the Night
$value -= -4 if ($client->FindBuff(10164)); # Cloak of the Night II
$value -= -6 if ($client->FindBuff(10165)); # Cloak of the Night III
$value -= 20 if ($client->FindBuff(4590)); # Cover
$value -= -20 if ($client->FindBuff(4680)); # Cover Recourse
$value -= 2 if ($client->FindBuff(7805)); # Curse of the Nine
$value -= 4 if ($client->FindBuff(7806)); # Curse of the Nine
$value -= 6 if ($client->FindBuff(7807)); # Curse of the Nine
$value -= 8 if ($client->FindBuff(7808)); # Curse of the Nine
$value -= 10 if ($client->FindBuff(7809)); # Curse of the Nine
$value -= -15 if ($client->FindBuff(10605)); # Defensive Boon
$value -= -45 if ($client->FindBuff(4499)); # Defensive Discipline
$value -= -90 if ($client->FindBuff(4690)); # Earthwalk Discipline
$value -= 10 if ($client->FindBuff(10362)); # Expose Weakness Poison
$value -= 3 if ($client->FindBuff(10541)); # Expose Weakness Poison I
$value -= 6 if ($client->FindBuff(10542)); # Expose Weakness Poison II
$value -= 10 if ($client->FindBuff(10543)); # Expose Weakness Poison III
$value -= -25 if ($client->FindBuff(10418)); # Final Gift
$value -= -45 if ($client->FindBuff(8758)); # Final Stand Discipline
$value -= -10 if ($client->FindBuff(10203)); # Form of Ancient Spirits
$value -= -20 if ($client->FindBuff(10204)); # Form of Ancient Spirits II
$value -= -7 if ($client->FindBuff(10102)); # Form of the Werewolf
$value -= -15 if ($client->FindBuff(10104)); # Form of the Werewolf II
$value -= -75 if ($client->FindBuff(12012)); # Frozen Stonewall I
$value -= -85 if ($client->FindBuff(12013)); # Frozen Stonewall II
$value -= -95 if ($client->FindBuff(12014)); # Frozen Stonewall III
$value -= -2 if ($client->FindBuff(7705)); # Fungal Coat
$value -= -10 if ($client->FindBuff(7173)); # Fungal Sheen
$value -= -90 if ($client->FindBuff(11106)); # Guardian Shield
$value -= -95 if ($client->FindBuff(15081)); # Halloween Stonewall
$value -= -25 if ($client->FindBuff(10084)); # Holy Blessing of Intervention
$value -= -90 if ($client->FindBuff(8753)); # Impenetrable Discipline
$value -= -17 if ($client->FindBuff(15079)); # Insane Goblin Familiar
$value -= -20 if ($client->FindBuff(9728)); # Kaldar's Helping Hand
$value -= -30 if ($client->FindBuff(10645)); # Kaldar's Helping Hand II
$value -= -20 if ($client->FindBuff(4630)); # Master's Fury
$value -= 20 if ($client->FindBuff(4706)); # Mindless Rage
$value -= -25 if ($client->FindBuff(10432)); # Minion Bulwark
$value -= -35 if ($client->FindBuff(7476)); # Pain Tolerance
$value -= -90 if ($client->FindBuff(4671)); # Protective Spirit Discipline
$value -= 20 if ($client->FindBuff(4601)); # Rage
$value -= -5 if ($client->FindBuff(8834)); # Rebounding Rage
$value -= -70 if ($client->FindBuff(10430)); # Shaman Pet Buff
$value -= 4 if ($client->FindBuff(10255)); # Shield of the Eldritch
$value -= 6 if ($client->FindBuff(10256)); # Shield of the Eldritch II
$value -= 10 if ($client->FindBuff(10257)); # Shield of the Eldritch III
$value -= 10 if ($client->FindBuff(10642)); # Shield of the Eldritch IV
$value -= -15 if ($client->FindBuff(9945)); # Stone Monster Familiar
$value -= -90 if ($client->FindBuff(9890)); # Stone Monster Stonewall
$value -= -90 if ($client->FindBuff(4510)); # Stonestance Discipline
$value -= -45 if ($client->FindBuff(4688)); # Stonewall Discipline
$value -= -15 if ($client->FindBuff(10335)); # ToFS Brushcoat II
$value -= -10 if ($client->FindBuff(10342)); # ToFS Cloak of Anarchy
$value -= 50 if ($client->FindBuff(10291)); # ToFS Crushing Defeat
$value -= 100 if ($client->FindBuff(10292)); # ToFS Crushing Defeat II
$value -= 200 if ($client->FindBuff(10293)); # ToFS Crushing Defeat III
$value -= -15 if ($client->FindBuff(10314)); # ToFS Form of the Werewolf II
$value -= -90 if ($client->FindBuff(10304)); # ToFS Stone Monster Stonewall
$value -= -3 if ($client->FindBuff(10078)); # Tower of Vie
$value -= -6 if ($client->FindBuff(10079)); # Tower of Vie II
$value -= -10 if ($client->FindBuff(10080)); # Tower of Vie III
$value -= 10 if ($client->FindBuff(10718)); # Trickshot Crushing Defeat
$value -= -50 if ($client->FindBuff(10778)); # Tserrina's Stonewall
$value -= -27 if ($client->FindBuff(9796)); # Warrior Epic Stonewall I
$value -= -35 if ($client->FindBuff(9745)); # Warrior Epic Stonewall II
$value -= -43 if ($client->FindBuff(10465)); # Warrior Epic Stonewall III
$value -= -30 if ($client->FindBuff(10031)); # Warrior's Defense I
$value -= -35 if ($client->FindBuff(10032)); # Warrior's Defense II
$value -= -40 if ($client->FindBuff(10033)); # Warrior's Defense III
$value -= -45 if ($client->FindBuff(10034)); # Warrior's Defense IV
$value -= -50 if ($client->FindBuff(10039)); # Warrior's Defense IX
$value -= -50 if ($client->FindBuff(10035)); # Warrior's Defense V
$value -= -50 if ($client->FindBuff(10036)); # Warrior's Defense VI
$value -= -50 if ($client->FindBuff(10037)); # Warrior's Defense VII
$value -= -50 if ($client->FindBuff(10038)); # Warrior's Defense VIII
$value -= -50 if ($client->FindBuff(10038)); # Warrior's Defense VIII
$value -= -10 if ($client->FindBuff(10463)); # Wavebreaker
Logged

Hunter - EZ Server GM
Brokyn
Sr. Member
****
Posts: 405

Artificial intelligence beats real stupidity


View Profile
« Reply #14 on: December 30, 2013, 05:01:31 pm »

Possible to add Instance Type (Owner) and time left please?
Logged

We have enough youth, how about a fountain of smart?
Pages: [1] 2
Print
Jump to:  

Recent

Stats

Members
  • Total Members: 6131
  • Latest: appathy
Stats
  • Total Posts: 65016
  • Total Topics: 5057
  • Online Today: 207
  • Online Ever: 8678
  • (December 19, 2022, 02:32:09 pm)
Users Online
Users: 0
Guests: 183
Total: 183
TinyPortal v1.0 beta 4 © Bloc