Lego Universe cancel mission
If you are using Darkflame Server to emulate the long-gone Lego Universe MMO, and you accidentally accept a mission you cannot finish, you can use an admin command to remove the mission from your list.
You have to be an admin (aka GM or Mythran) on the server, which is not covered here, to be able to run the macro. It appears DarkFlame added a command for resetting an individual mission.
Screenshot of mission that I will never get to complete.
To determine which mission you need to scrub, search the text in client file locale/locale.xml
. You want to grab the id number from the MissionText_[id]_in_progress
.
<phrase id="MissionText_1194_in_progress"> <translation locale="en_US">Visit 5 Block Yard or Avant Grove Properties today.</translation> <translation locale="de_DE">Besuche heute 5 Steinhof- oder Avanthain-Grundstücke.</translation> <translation locale="en_GB">Visit 5 Block Yard or Avant Grove Properties today.</translation> </phrase>
You can confirm the mission id is correct on explorer.lu (lu:explorer). So with the mission id, you can go chat this in-game:
/gmlevel 8 /resetmission 1194 /gmlevel 0
Screenshot of entering admin chat command to hide the mission.
Comments