|
From: <xu...@us...> - 2006-11-08 23:43:42
|
Revision: 6
http://svn.sourceforge.net/dkptooltip/?rev=6&view=rev
Author: xunil
Date: 2006-11-08 15:43:38 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
Added AQ40 items to points schedule, not all prices are set yet.
Modified Paths:
--------------
DKPSchedule.lua
DKPToolTip.lua
DKPToolTip.toc
Modified: DKPSchedule.lua
===================================================================
--- DKPSchedule.lua 2006-10-11 18:15:46 UTC (rev 5)
+++ DKPSchedule.lua 2006-11-08 23:43:38 UTC (rev 6)
@@ -90,6 +90,7 @@
["Eskhandar's Left Claw"] = 20.00,
-- BWL items
+
-- Razorgore
["Arcane Infused Gem"] = 24,
["Mantle of the Blackwing Cabal"] = 40,
@@ -181,4 +182,87 @@
["Crul'shorukh, Edge of Chaos"] = 100,
["Lok'amir Il Romathis"] = 125,
["Head of Nefarian"] = 65,
+
+ -- AQ40 items
+
+ -- Prophet Skeram
+ ["Amulet of Foul Warding"] = 20,
+ ["Beetle Scaled Wristguards"] = 15,
+ ["Ring of Swarming Thought"] = 24,
+ ["Cloak of Concentrated Hatred"] = 40,
+ ["Boots of the Unwavering Will"] = 36,
+ ["Barrage Shoulders"] = 35,
+ ["Leggings of Immersion"] = 10,
+ ["Breastplate of Annihilation"] = 90,
+ ["Pendant of the Qiraji Guardian"] = 35,
+ ["Hammer of Ji'zhi"] = 45,
+ ["Boots of the Fallen Prophet"] = 14,
+ ["Staff of the Qiraji Prophets"] = 90,
+
+ -- Vem / Common
+ ["Gloves of Ebru"] = 40,
+ ["Angelista's Charm"] = 35,
+ ["Ooze-ridden Gauntlets"] = 30,
+ ["Robes of the Triumvirate"] = 30,
+ ["Angelista's Touch"] = 32,
+ ["Ternary Mantle"] = 40, -- ?:
+ ["Cape of the Trinity"] = 40,
+ ["Guise of the Devourer"] = 28,
+ ["Triad Girdle"] = 32,
+
+ -- Lord Kri
+ ["Vest of Swift Execution"] = 44,
+ ["Petrified Scarab"] = 25,
+ ["Ring of the Devoured"] = 35,
+ ["Triad Girdle"] = 32,
+
+ -- Princess Yauj
+ ["Bile-Covered Gauntlets"] = 30,
+ ["Ukko's Ring of Darkness"] = 15,
+ ["Mantle of Phrenic Power"] = 25,
+ ["Mantle of the Desert's Fury"] = 24,
+
+ -- Battleguard Sartura
+ ["Leggings of the Festering Swarm"] = 9999,
+ ["Necklace of Purity"] = 26,
+ ["Thick Qirajihide Belt"] = 30,
+ ["Badge of the Swarmguard"] = 35,
+ ["Robes of the Battleguard"] = 50,
+ ["Gauntlets of Steadfast Determination"] = 42,
+ ["Gloves of Enforcement"] = 30,
+ ["Creeping Vine Helm"] = 25,
+ ["Recomposed Boots"] = 25,
+ ["Silithid Claw"] = 70,
+ ["Sartura's Might"] = 40,
+ ["Scaled Leggings of Qiraji Fury"] = 40,
+ ["Ring of the Qiraji Fury"] = 55,
+
+ -- Fankriss
+ ["Ancient Qiraji Ripper"] = 9999,
+ ["Barbed Choker"] = 9999,
+ ["Barb of the Sand Reaver"] = 9999,
+ ["Cloak of Untold Secrets"] = 9999,
+ ["Fetish of the Sand Reaver"] = 9999,
+ ["Hive Tunneler's Boots"] = 9999,
+ ["Libram of Grace"] = 9999,
+ ["Mantle of Wicked Revenge"] = 9999,
+ ["Pauldrons of the Unrelenting"] = 9999,
+ ["Robes of the Guardian Saint"] = 9999,
+ ["Scaled Sand Reaver Leggings"] = 9999,
+ ["Silithid Carapace Chestguard"] = 9999,
+ ["Totem of Life"] = 9999,
+
+ -- Viscidus
+ ["Scarab Brooch"] = 25,
+ ["Idol of Health"] = 25,
+ ["Sharpened Silithid Femur"] = 90,
+ ["Slime-coated Leggings"] = 35,
+
+ -- Princess Huhuran
+ ["Ring of the Martyr"] = 40,
+ ["Gloves of the Messiah"] = 40,
+ ["Hive Defiler Wristguards"] = 30,
+ ["Cloak of the Golden Hive"] = 40,
+ ["Wasphide Gauntlets"] = 35,
+ ["Huhuran's Stinger"] = 110,
};
Modified: DKPToolTip.lua
===================================================================
--- DKPToolTip.lua 2006-10-11 18:15:46 UTC (rev 5)
+++ DKPToolTip.lua 2006-11-08 23:43:38 UTC (rev 6)
@@ -5,6 +5,7 @@
-- 07/26/06 Updated for 1.11.
-- 08/28/06 Updated for 1.12; also adjusted points due to Centuria
-- repricing of certain items.
+-- 11/08/06 Added AQ40 items, though some prices have yet to be set.
--
-- Todo:
-- Add ability to search database through slash-commands.
@@ -12,7 +13,7 @@
DKPToolTip_Initialized = false;
-- DKPToolTip_LootSchedule = {};
DKPToolTip_TierSets = {};
-DKPToolTip_Version = "0.3";
+DKPToolTip_Version = "0.6";
@@ -82,7 +83,7 @@
for key,price in pairs(DKPToolTip_LootSchedule) do
if ( key == itemName ) then
- return price
+ return price;
end
end
Modified: DKPToolTip.toc
===================================================================
--- DKPToolTip.toc 2006-10-11 18:15:46 UTC (rev 5)
+++ DKPToolTip.toc 2006-11-08 23:43:38 UTC (rev 6)
@@ -1,7 +1,7 @@
## Interface: 11200
## Title: DKPToolTip
## Author: Robert Liesenfeld
-## Version: 0.5
+## Version: 0.6
## Notes: Reports Centuria DKP cost for items in tooltips.
## eMail: eu...@ce...
## URL: http://sourceforge.net/projects/dkptooltip/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|