WoW_IDs.php -- Rev 6

Item tooltips with Gem Sockets and Enchantment coloring

Moderator: ds

WoW_IDs.php -- Rev 6

Postby DiscoWay » Tue Feb 27, 2007 8:42 am

New gem

Code: Select all
'2728' => array
(
'name' => 'Runed Living Ruby',
'txt'  => '+9 Spell Damage',
'img'  => 'INV_Jewelcrafting_LivingRuby_03',
),


New Enchant

Code: Select all
'2668' => '+20 Strength',
Last edited by DiscoWay on Tue Feb 27, 2007 9:57 pm, edited 1 time in total.
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

WoW_IDs.php -- Rev 6

Postby ds » Tue Feb 27, 2007 9:58 pm

Please Post your findings in this thread for the next revision of the WoW_IDs.php.

Thanks!
Image
ds
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 297
Joined: Sat Jul 08, 2006 9:58 am

Re: WoW_IDs.php -- Rev 6

Postby Deacon » Tue Feb 27, 2007 11:33 pm

Don't know where this one goes, but this is the Prismatic Sphere...

It's an item created by enchating that acts like a sockatable gem. I added it in my DB as the following:

Code: Select all
'2947' => array
(
'name' => 'Prismatic Sphere',
'txt'  => '+3 Resist All',
'img'  => 'INV_Enchant_VoidSphere',
),
 
Deacon
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Wed Dec 06, 2006 12:47 am

WoW_IDs.php -- Rev 6

Postby Diska » Wed Feb 28, 2007 10:38 am

Gem 2760 has a trailing space in the txt field which breaks the lookup.
The correct entry would be:
Code: Select all
'2760' => array  //corrected Diska
(
'name' => 'Potent Flame Spessarite',
'txt'  => '+3 Spell Critical Rating and +4 Spell Damage',
'img'  => 'INV_Misc_Gem_FlameSpessarite_02',
),


New enchant:
Code: Select all
'2937' => '+20 Spell Damage',
Last edited by Diska on Wed Feb 28, 2007 10:40 am, edited 1 time in total.
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm


Return to Gem Sockets and Enchants (Roster Tooltip Mod)

Who is online

Users browsing this forum: No registered users and 0 guests

cron