There is a lot of confusion for this badge and how to tell if you can still get it.
You have to do the following 5 missions ONLY, they must be successful, and only the mission holder gets the badge. This is a level 45-50 badge and you only get one chance at it.
Each of those 5 missions has to be completed for the Efficiency Expert Badge to award. They might not be given in the same order.
So how do you check? Here is my solution, I check for the hidden badges:
Popmenu for the Efficiency Expert badge:
Code:
// Expansion Reporter PopMenu
// Written By: Snow Globe
// Version 1
//
Menu "EEBadge"
{
Title "Missions Succeeded"
Divider
LockedOption
{
DisplayName "Steal formula from Crey"
Command nop
Badge Efficiency1
}
LockedOption
{
DisplayName "Kick Longbow out of base"
Command nop
Badge Efficiency2
}
LockedOption
{
DisplayName "Get Info About Malta Group"
Command nop
Badge Efficiency3
}
LockedOption
{
DisplayName "Kidnap Diocletian"
Command nop
Badge Efficiency4
}
LockedOption
{
DisplayName "Beat some sense into Fortunata Iverson"
Command nop
Badge Efficiency5
}
}
How to use:
You should have something like: <game folder>\data\texts\English\Menus\
If you are using a different language (French or Deutsche), substitute that for "English".
If you don't have the folders, create them:
In your game folder (likely along the lines of C:\Program Files\City of Heroes for Windows, Resourses\Transgaming\Coh for Macs, Linux players should know where they've put the game folder), create a "data" folder.
In the data folder, create a "texts" folder.
In that folder, create a "English" folder.
In that folder, create a "Menus" folder.
If you do have the folders or have created them, copy the code in the code box into a plain text file (not Microsoft Word). Save that as eebadge.txt in the menus folder.
To check in game if you have successfully completed the "right" missions, you can now use the in game command: /popmenu EEBadge
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters
There is a lot of confusion for this badge and how to tell if you can still get it.
You have to do the following 5 missions ONLY, they must be successful, and only the mission holder gets the badge. This is a level 45-50 badge and you only get one chance at it.
- Steal formula from Crey
- Kick Longbow out of base
- Get Info About Malta Group
- Kidnap Diocletian
- Beat some sense into Fortunata Iverson (both parts - untimed and timed.)
Each of those 5 missions has to be completed for the Efficiency Expert Badge to award. They might not be given in the same order.So how do you check? Here is my solution, I check for the hidden badges:
Popmenu for the Efficiency Expert badge:
You should have something like: <game folder>\data\texts\English\Menus\
If you are using a different language (French or Deutsche), substitute that for "English".
If you don't have the folders, create them:
In your game folder (likely along the lines of C:\Program Files\City of Heroes for Windows, Resourses\Transgaming\Coh for Macs, Linux players should know where they've put the game folder), create a "data" folder.
In the data folder, create a "texts" folder.
In that folder, create a "English" folder.
In that folder, create a "Menus" folder.
If you do have the folders or have created them, copy the code in the code box into a plain text file (not Microsoft Word). Save that as eebadge.txt in the menus folder.
To check in game if you have successfully completed the "right" missions, you can now use the in game command: /popmenu EEBadge
Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters