Download
(5Kb)
Download
Updated: 12-03-11 12:45 PM
Pictures
File Info
Updated:12-03-11 12:45 PM
Created:11-29-08 03:33 AM
Downloads:27,402
Favorites:195
MD5:

EasySerum  Popular! (More than 5000 hits)

Version: v1.09
by: Xinhuan [More]

EasySerum is an addon to help you do the daily quest Troll Patrol: The Alchemist's Apprentice in Zul'Drak which gives Argent Crusade reputation.

When Alchemist Finklestein whispers you the name of an item to find, such as "Pickled Eagle Egg", the addon will print a message that says "Pickled Eagle Egg: Right side, Case 1, Row 2, Item 2".

EasySerum avoids the top row of shelves which are inaccessible. Also, this prefers the right side (when looking at the cauldron from the entrance) - since this is nearest to Finklestein's Cauldron. Cases and Items are numbered left-to-right and Rows are numbered top-to-bottom.

Simple and effective, no more alt-tabbing to wowhead for this quest.


Important Note: This addon currently only works in English, German, Traditional Chinese (Taiwan), Russian, French and Spanish.

Changes from v1.08 to v1.09
- Updated for Patch 4.3. There are no code changes.

Changes from v1.07 to v1.08
- Updated for Patch 4.1. There are no code changes.

Changes from v1.06 to v1.07
- Updated for Cataclysm. There are no code changes.

Changes from v1.05 to v1.06
- Send message to raid warning as well.
- Simplify code for English locale, credits to Tekkub.
- Fix Withered Batwing in German.
- Add esES locale from Miros.

Changes from v1.04 to v1.05
- Fix Chilled Serpent Mucus detection because Blizzard fixed their spelling mistake from Mucous to Mucus.

Changes from v1.03 to v1.04
- Change to use the wowace localization system at http://www.wowace.com/projects/easyserum/localization/
- Attempt to fix French localization with extra spaces before the ! punctuation.
- Fixes to ruRU from Firs on Curse posted comment.
- Fix zhTW slightly from NightOwl.

Changes from v1.02 to v1.03
- Add French localization

Changes from v1.01 to v1.02
- Add Russian localization
- Fix 2 errors in German localization.

Changes from v1.00 to v1.01
- Add German and Traditional Chinese localizations
Optional Files (0)


Post A Reply Comment Options
Unread 05-29-10, 11:26 AM  
Chopstyx
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thumbs up Thank You!@

Best. Addon. Ever!
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 01:39 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Spanish locale included, thanks!
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 11-06-09, 06:54 PM  
miros
A Defias Bandit
 
miros's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 83
Uploads: 7
Here's the Spanish locale. Remember to delete the dot in "Ghoul Drool", as word filter is preventing it to show fine otherwise.
Code:
elseif locale == "esES" then
L["Abomination Guts"] = "Tripas de abominación"
L["Amberseed"] = "Grano ámbar"
L["Ancient Ectoplasm"] = "Ectoplasma antiguo"
L["Barrels"] = "Barril"
L["Blight Crystal"] = "Cristal de añublo"
L["Chilled Serpent Mucus"] = "Moco de serpiente frío"
L["Crates"] = "Cajones"
L["Crushed Basilisk Crystals"] = "Cristales de basilisco machacados"
L["Crystallized Hogsnot"] = "Mocos de cerdo cristalizados"
L["Frozen Spider Ichor"] = "Ícor de araña congelado"
L["Ghoul Drool"] = "Baba de necróf.ago" --DELETE  THE DOT
L["Hairy Herring Head"] = "Cabeza de arenque peludo"
L["Icecrown Bottled Water"] = "Agua de Corona de Hielo embotellada"
L["Knotroot"] = "Nudorraíz"
L["Left"] = "Izquierdo"
L["Muddy Mire Maggot"] = "Gusano de fango"
L["Pickled Eagle Egg"] = "Huevo de águila escabechado"
L["Prismatic Mojo"] = "Mojo prismático"
L["Pulverized Gargoyle Teeth"] = "Dientes de gárgola pulverizados"
L["Putrid Pirate Perspiration"] = "Transpiración de pirata pútrida"
L["Raptor Claw"] = "Garra de raptor"
L["Right"] = "Derecho"
L["Sacks"] = "Sacos"
L["Seasoned Slider Cider"] = "Sidra hidra condimentada"
L["Shrunken Dragon's Claw"] = "Garra de dragón reducida"
L["Speckled Guano"] = "Guano moteado"
L["Spiky Spider Egg"] = "Huevo de araña pinchuda"
L["%s: %s side, Case %d, Row %d, Item %d"] = "%s: Lado %s, Estante %d, Fila %d, Objeto %d"
L["%s: %s side, %s on the Floor"] = "%s: Lado %s, %s en el suelo"
L["Trollbane"] = "Aterratrols"
L["Wasp's Wings"] = "Alas de avispa"
L["Withered Batwing"] = "Ala de murciélago mustia"
Last edited by miros : 11-06-09 at 06:57 PM.
Report comment to moderator  
Reply With Quote
Unread 08-28-09, 03:34 AM  
Imperiuz
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Proffit
Report comment to moderator  
Reply With Quote
Unread 05-03-09, 04:09 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
I keep forgetting to give you two lines of TOC that make this addon work with AddonLoader...

http://github.com/tekkub/EasySerum/c...0001be55bc5f56
__________________
I have reached enlightment.
Thank you bacon!
Report comment to moderator  
Reply With Quote
Unread 04-30-09, 03:21 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Originally posted by Longarms
Has failed to catch Chilled Serpent Mucus two days running...
I'll look into this. Blizzard might have fixed their spelling error on the server side (mucus versus mucous) since the patch.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 04-29-09, 05:05 PM  
Longarms
A Murloc Raider
 
Longarms's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 36
Uploads: 1
Has failed to catch Chilled Serpent Mucus two days running...
__________________

(click for Armoury)
Report comment to moderator  
Reply With Quote
Unread 04-07-09, 09:25 AM  
jmcgrath
A Deviate Faerie Dragon
 
jmcgrath's Avatar

Forum posts: 16
File comments: 185
Uploads: 0
thank you

Thank you for this addon. Great work, simplifies my day.
Report comment to moderator  
Reply With Quote
Unread 03-30-09, 03:51 AM  
Mike-N-Go
A Theradrim Guardian
 
Mike-N-Go's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 147
Uploads: 18
Could look into using Scrolling Combat Text, like Mik's SBT for the messages.
__________________
Currently contemplating coming back to Authorship.. been away for years. Please let me know you care, by commenting on what addon(s) of mine you want to see updated.

Author of Daily Bean Counter, MyNameTogglesWhenIAFKorDND, Extended Shutdown Warning, Auto Mail Director, Duel Nullify, Spec Transmiter, Say Again, Window Teller, Who Crafts, Ad Repeater, Privy Cork, Mac Backup, and more.
Report comment to moderator  
Reply With Quote
Unread 01-15-09, 11:17 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
That's fine showbiz, but I am unlikely to include your local changes.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 10:01 PM  
showbiz
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
While grinding AC rep this mod was very useful, thanks Xinhuan.

I made a slight modification though which you might be interested in. Instead of using the chat frame to tell you where to go I made it flash a raid warning in the middle of the screen, which I found made it even easier to do the quest.

so.. instead of your print statements I used these:
Code:
if case > 0 then
    RaidNotice_AddMessage(RaidBossEmoteFrame, L["%s: %s side, Case %d, Row %d, Item %d"]:format(item, side == 1 and L["Left"] or L["Right"], case, row, num), ChatTypeInfo["RAID_WARNING"]) 
else
    RaidNotice_AddMessage(RaidBossEmoteFrame, L["%s: %s side, %s on the Floor"]:format(item, side == 1 and L["Left"] or L["Right"], num == 1 and L["Sacks"] or num == 2 and L["Barrels"] or L["Crates"]), ChatTypeInfo["RAID_WARNING"]) 
end
this works even if you're solo questing
Last edited by showbiz : 01-14-09 at 10:02 PM.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 06:55 PM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Re: French Problem ?

Originally posted by MoonArrow
Hi,
Is there any way to make it work on french? Do you need additionnal tests? Information?
It will be helpful to show me the exact text that the NPC whispers/says for all the items, either by copy/pasting, or via compiled screenshots.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 11:47 AM  
MoonArrow
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
French Problem ?

Hi,

I just downloaded and installed this very promising tool. At the first sight, it's not working. At second sight, it's working partially. It recognises only the 'Icecrown Bottled Water'. I first thought to accent problems but some others non accent items are not recognised. I took many time to try to figure out.

The reason 'seems' to be that this item (the Bottled Water') is the only one to be displayed without the ! at the end. I debug the function and displayed the argv1 value and the item value. The difference is an additional ending space in the french item value. I tried to applied a trim function or to gsub first ' !' with nothing and then '!' but I did not succeed in removing the space making the rest of the process not working.

Is there any way to make it work on french? Do you need additionnal tests? Information?

Regards and thanks for this addon
MoonArrow
Report comment to moderator  
Reply With Quote
Unread 01-09-09, 11:26 AM  
KowalskiAvesky
A Kobold Labourer

Forum posts: 1
File comments: 23
Uploads: 0
\o/

Do you wanna have my babies??

Fantastic!
Report comment to moderator  
Reply With Quote
Unread 12-23-08, 11:12 AM  
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 174
File comments: 212
Uploads: 15
Thanks Vimia!
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.