WoW_IDs.php -- Rev 7 (old)

Item tooltips with Gem Sockets and Enchantment coloring

Moderator: ds

WoW_IDs.php -- Rev 7 (old)

Postby ds » Thu Mar 01, 2007 11:08 am

Post in this thread for Rev 8 of the WoW_ID.php data file.

Thanks again for the help!
Attachments
wow_ids_rev7.zip
Revision 7 of WoW_ID.php
(12.59 KiB) Downloaded 480 times
Last edited by ds on Sun Apr 22, 2007 5:38 am, edited 2 times in total.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

WoW_IDs.php -- Rev 8

Postby robojerk » Thu Mar 01, 2007 8:14 pm

Some of these seems to have been missing.

http://wowroster.net/Forums/viewtopic/p ... html#16419

robojerk wrote:Add to Gems
Code: Select all
'2765' => array
(
'name' => 'Stormy Star of Elune',
'txt'  => '+10 Spell Penetration',
'img'  => 'INV_Jewelcrafting_StarOfElune_03',
),
'2727' => array
(
'name' => 'Teardrop Living Ruby',
'txt'  => '+18 Healing',
'img'  => 'INV_Jewelcrafting_LivingRuby_03',
),
'2741' => array
(
'name' => 'Royal Nightseye',
'txt'  => '+9 Healing Spells and +2 Mana every 5 seconds',
'img'  => 'INV_Jewelcrafting_Nightseye_03',
),
'2733' => array
(
'name' => 'Lustrous Star of Elune',
'txt'  => '+3 Mana every 5 seconds',
'img'  => 'INV_Jewelcrafting_StarOfElune_03',
),



Add to Enchants
Code: Select all
'2937' => '+20 Spell Damage',
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoW_IDs.php -- Rev 8

Postby ds » Thu Mar 01, 2007 8:18 pm

I'll add them... thanks :)
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

WoW_IDs.php -- Rev 8

Postby robojerk » Thu Mar 01, 2007 8:41 pm

Code: Select all
'2745' => '+46 Healing and +15 Stamina',

'3001' => '+35 Healing and 7 Mana Per 5 sec.', //correced by robojerk


//edit
fixed 3001
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: WoW_IDs.php -- Rev 8

Postby Diska » Fri Mar 02, 2007 9:36 am

Another enchant:
Code: Select all
'2930' => '+20 Healing',
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

Re: WoW_IDs.php -- Rev 8

Postby Subxero » Sat Mar 03, 2007 12:01 am

Getting all gems from http://www.wowhead.com/?items=-2

new one (without corrected id !!)
Code: Select all
'30565' => array
(
'name' => 'Assassin\'s Fire Opal',
'txt'  => 'Critical Rating +6 and Dodge Rating +5',
'img'  => 'INV_Jewelcrafting_NobleTopaz_03',
),


Correct tooltip and twice faction (without corrected id !!)
Code: Select all
'27786' => array  //horde
(
'name' => 'Barbed Deep Peridot',
'txt'  => '+3 Stamina, +4 Critical Strike Rating',
'img'  => 'INV_Misc_Gem_DeepPeridot_01',
),
'27809' => array //alliance
(
'name' => 'Barbed Deep Peridot',
'txt'  => '+3 Stamina, +4 Critical Strike Rating',
'img'  => 'INV_Misc_Gem_DeepPeridot_01',
),


added (without corrected id !!)
Code: Select all
'30571' => array
(
'name' => 'Don Rodrigo\'s Heart',
'txt'  => '+8 Strength',
'img'  => 'INV_Misc_Gem_Ruby_01',
),


Correct tooltip (only one with correct id)
Code: Select all
'27820' => array //alliance
(
'name' => 'Notched Deep Peridot',
'txt'  => '+3 Stamina, +4 Spell Critical Strike Rating',
'img'  => 'INV_Misc_Gem_DeepPeridot_03',
),
'2898' => array //horde corrected Subxero
(
'name' => 'Notched Deep Peridot',
'txt'  => '+3 Stamina, +4 Spell Critical Strike Rating',
'img'  => 'INV_Misc_Gem_DeepPeridot_03',
),


A correct id :D (yes there are 2!! one horde and other alliance)
Code: Select all
'2943' => array // horde
(
'name' => 'Mighty Blood Garnet',
'txt'  => '+14 Attack Power',
'img'  => 'INV_Misc_Gem_Bloodstone_02',
),


And yes like robojerk say 2756 is >> 2765

Enchants:
Addition
Code: Select all
'2997' => '+15 Critical Strike Rating and +20 Attack Power',

Correction
Code: Select all
'3001' => '+35 Healing and 7 Mana Per 5 sec.',
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

WoW_IDs.php -- Rev 8

Postby Yoshette » Sat Mar 03, 2007 5:05 pm

change gem number:
'24047' to '2734' - Brilliant Dawnstone

Code: Select all
'2700' => array //added Yoshette
(
'name' => 'Stormy Azure Moonstone',
'txt'  => '+8 Spell Penetration',
'img'  => 'INV_Misc_Gem_AzureDraenite_02',
),
Last edited by Yoshette on Sat Mar 03, 2007 5:13 pm, edited 2 times in total.
Yoshette
WR.net Apprentice
WR.net Apprentice
 
Posts: 41
Joined: Fri Oct 06, 2006 2:14 am
Location: Boston, MA, USA

WoW_IDs.php -- Rev 8

Postby Diska » Tue Mar 13, 2007 12:15 am

New Enchant:

Code: Select all
'2648' => '+12 Defense Rating',
'2670' => '+35 Agility',
'2991' => '+15 Defense Rating and +10 Dodge Rating',
'2999' => '+16 Defense Rating and +17 Dodge Rating',
Last edited by Diska on Tue Mar 13, 2007 12:25 am, edited 5 times in total.
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

WoW_IDs.php -- Rev 8

Postby Tupsi » Tue Mar 20, 2007 7:43 pm

'2831' => array
(
'name' => 'Powerful Earthstorm Diamond',
'txt' => '+18 Stamina & 5% Stun Resist',
'img' => 'INV_Misc_Gem_Diamond_06',
),
Tupsi
WR.net Apprentice
WR.net Apprentice
 
Posts: 74
Joined: Fri Jul 14, 2006 5:26 pm

WoW_IDs.php -- Rev 8

Postby Wyren » Fri Mar 23, 2007 10:36 pm

Code: Select all
'24054' => array
(
'name' => 'Sovereign Nightseye',
'txt'  => '+4 Strength and +6 Stamina',
'img'  => 'INV_Jewelcrafting_Nightseye_03',
),

This gem aparently has ID 2738
Wyren
WR.net Journeyman
WR.net Journeyman
 
Posts: 81
Joined: Wed Jul 26, 2006 3:07 pm

WoW_IDs.php -- Rev 8

Postby Malcolm » Mon Mar 26, 2007 12:57 pm

Alliance-side Honor Hold token turnin
Code: Select all
'2921' => array
(
'name' => 'Barbed Deep Peridot',
'txt'  => '+3 Stamina, +4 Critical Strike Rating',
'img'  => 'INV_Misc_Gem_DeepPeridot_01',
),
Last edited by Malcolm on Mon Mar 26, 2007 12:57 pm, edited 1 time in total.
Malcolm
WR.net Apprentice
WR.net Apprentice
 
Posts: 22
Joined: Sun Jul 23, 2006 8:57 am

WoW_IDs.php -- Rev 8

Postby Subxero » Tue Mar 27, 2007 2:50 am

A new id for a metagem
Code: Select all
'2832' => array
(
'name' => 'Bracing Earthstorm Diamond',
'txt'  => '+26 Healing Spells & 2% Reduced Threat',
'img'  => 'INV_Misc_Gem_Diamond_06',
),


Suggestions for next major version:
-Can be the debug info show like "Bonuses For Equipped Items" with these form without looking 10-20 tooltips on every char its more easy search unknown enchants/gems.
-Or a more useful admin page where get all data from roster and show only unknown enchants/gems id.
-A conversion of wow_id to XML or SQL DB... on xml you can edit better.. on sql you get faster reply, but you need make a system to inject and update all enchant/gem ids at once.

When roster only works with item_ids, enchants_ids and gems_ids the DB size will be very reduced! and can be used on a multilingual guilds with people playing with different language and roster only with one unique.

P.D. when goes finish Rev 8 ?
Last edited by Subxero on Tue Mar 27, 2007 2:53 am, edited 1 time in total.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

WoW_IDs.php -- Rev 8

Postby Uthane » Tue Mar 27, 2007 3:52 am

Still need-

Sovereign Nightseye
item=24054
+4 Strength and +6 Stamina
Last edited by Uthane on Tue Mar 27, 2007 3:53 am, edited 1 time in total.
Uthane
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Jul 10, 2006 10:18 pm

Re: WoW_IDs.php -- Rev 8

Postby ds » Tue Mar 27, 2007 4:41 am

Subxero wrote:Suggestions for next major version:
-Can be the debug info show like "Bonuses For Equipped Items" with these form without looking 10-20 tooltips on every char its more easy search unknown enchants/gems.
-Or a more useful admin page where get all data from roster and show only unknown enchants/gems id.
-A conversion of wow_id to XML or SQL DB... on xml you can edit better.. on sql you get faster reply, but you need make a system to inject and update all enchant/gem ids at once.

When roster only works with item_ids, enchants_ids and gems_ids the DB size will be very reduced! and can be used on a multilingual guilds with people playing with different language and roster only with one unique.

P.D. when goes finish Rev 8 ?


Great thoughts!

I really thought this project would die out sooner then it is. (Meaning that CP.lua would start grabbing these values with out the need for a WoW_IDs file). So that is why I went with a flat file database rather then making it a MySql or XML

I really like the idea you had about making a central place to update the WoW_IDs without the admin having to replace a file every couple weeks.

About your idea of running the tooltip parser though your entire database at once is a great idea as well. If I create the central database / WoW_IDs I will need to create a control panel of sorts so I will make this using the WoWRoster Addon Framework. When this happens I can add the 'scan all items in db' functionality to the Tool Tip mod.

Anyways thanks for the great ideas for the Tooltip Mod, I will try and get Rev8 of the current WoW_IDs.php out early this week.
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

WoW_IDs.php -- Rev 8

Postby Leifthrasil » Tue Mar 27, 2007 7:44 pm

It might also be a good idea to sort the enchants not by name (or whatever system is used, didn't seem to be purely by item name and it's very confusing to find anything), but by item ID. This way you can see very fast which item IDs are currently supported and which not (also helps with finding duplicate entries and such...).
Last edited by Leifthrasil on Tue Mar 27, 2007 7:45 pm, edited 1 time in total.
Image
User avatar
Leifthrasil
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Thu Jul 06, 2006 4:19 pm

Next

Return to Gem Sockets and Enchants (Roster Tooltip Mod)

Who is online

Users browsing this forum: No registered users and 0 guests

cron