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,419
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 11-30-08, 02:00 AM  
prophetik
A Kobold Labourer
 
prophetik's Avatar

Forum posts: 0
File comments: 30
Uploads: 0
Absolutely amazing. Can't wait to try this out tomorrow!
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 07:58 AM  
grimman
A Fallenroot Satyr
 
grimman's Avatar
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 27
Uploads: 2
Saved my butt today when I got Ghoul Drool for the first time ever. :P
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 08:50 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
I love you.
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 11:45 AM  
Jough
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Thanks so much for this mod. It will be installed on my machine until WoW 4.0.
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 07:13 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Fantastic! After failing to complete several times I took a browse on the addon sites and found this. Thank you, thank you, thank you, was finally able to complete the quest.
Report comment to moderator  
Reply With Quote
Unread 12-22-08, 07:38 AM  
Vimia
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Humpf, no more hairs, to much pulling when trying to do this quest. Below french translation (not sure about accent é or è) if not working just change é for e, it will do

Vimia from Uldaman

elseif locale == "frFR" then
-- Item Names as spelt by the quest giver whispers
L["Abomination Guts"] = "Tripes d'abomination"
L["Amberseed"] = "Ambregraine"
L["Ancient Ectoplasm"] = "Ectoplasme ancien"
L["Blight Crystal"] = "Cristal chancreux"
L["Chilled Serpent Mucous"] = "Mucus de serpent glacé"
L["Crushed Basilisk Crystals"] = "Cristaux de basilic brisés"
L["Crystallized Hogsnot"] = "Morve de cochon cristallisée"
L["Frozen Spider Ichor"] = "Ichor givré d'araignée"
L["Ghoul Drool"] = "Bave de goule"
L["Hairy Herring Head"] = "Tête de hareng chevelu"
L["Icecrown Bottled Water"] = "Eau en bouteille de la Couronne de glace"
L["Knotroot"] = "Topinambour"
L["Muddy Mire Maggot"] = "Asticot fangeux"
L["Pickled Eagle Egg"] = "Oeuf d'aigle mariné"
L["Prismatic Mojo"] = "Mojo prismatique"
L["Pulverized Gargoyle Teeth"] = "Dent de gargouille pilée"
L["Putrid Pirate Perspiration"] = "Sueur putride de pirate"
L["Raptor Claw"] = "Griffe de raptor"
L["Seasoned Slider Cider"] = "Cidre cathartique ravigoté"
L["Shrunken Dragon's Claw"] = "Griffe de dragon réduite"
L["Speckled Guano"] = "Guano moucheté"
L["Spiky Spider Egg"] = "Oeuf d'araignée épineuse"
L["Trollbane"] = "Trollemort"
L["Wasp's Wings"] = "Ailes de guêpe"
L["Withered Batwing"] = "Aile de chauve-souris desséchée"
-- Other text
L["Left"] = "Gauche"
L["Right"] = "Droite"
L["Crates"] = "Caisse"
L["Barrels"] = "Barril"
L["Sacks"] = "Sacs"
L["%s: %s side, Case %d, Row %d, Item %d"] = "%s: %s Coté, Meuble %d, Rangée %d, Objet %d"
L["%s: %s side, %s on the Floor"] = "%s: %s Coté, %s sur le sol"
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
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 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-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-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-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 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 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 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
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.