Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

That would be a very nice futureWouldn't it be nice to convert your groups lamps using EQBC with one click? Maybe I am just lazy, but I tend to use these things a lot now. Having to go to each screen to convert them takes quite a bit of time. Is this even possible?

Beating the last mission in the expansion, called “Strange Magic,” grants a reward that is a Wishing Lamp. No other achievements are necessary. The lamp can be right clicked to teleport you to Stratos. The lamp can be converted in a similar same way that evolving items can be converted. The conversion rotates between three different Wishing Lamps. One to Stratos, One to Aalishai, and one to Mearatas. The portal to Aalishai is right next to the Empyr zone line and the portal to Mearatas is right next to the Esianti zone line.
Basically, beat this mission and you have instant access to any zone in TBL other than Plane of Smoke.
You can't use it to go to palace or stone until you have the traveler achievement for the zone
Yup, what Dborgar said. I sell task adds for this lamp on my server, in part to promote more participation in TBL, and afterwards I just allow the recipient to join my fellowship and get the traveler achievements. If they are able to get lamps for three of their characters, they can then get as many additional characters as they need into these zones via their own fellowship.True, but one work around to this join someone else fellowship and then campfire to one of the zones that the item ports you to, then you can now use the lamp to port.
Absolutely correct I was just avoiding someone trying without and then posting that it doesn't workTrue, but one work around to this join someone else fellowship and then campfire to one of the zones that the item ports you to, then you can now use the lamp to port.

The way to get this become a reality is for someone to get eqmule the lamp so he the hassle of changing the lamp portal.
SameIf I was on his server, I would pimp that bitch out.
|Open the item display window for the item in question.
/nomodkey /altkey /itemnotify ${FindItem[=${CheckItemName}].InvSlot} leftmouseup
|Wait until the ItemDisplayWindow is open and the name of the item I'm trying to check shows up.
/delay 2s ${Window[ItemDisplayWindow].Child[IDW_ItemInfo1].Text.Equal[${CheckItemName}]}
|Make sure it's actually the correct item
/if (${Window[ItemDisplayWindow].Child[IDW_ItemInfo1].Text.NotEqual[${CheckItemName}]}) {
/echo \arYou may be bugged, \aothe ItemDisplayWindow text is showing MQ2 \ar${Window[ItemDisplayWindow].Child[IDW_ItemInfo1].Text} \aoinstead of \ay${CheckItemName}
/echo It is recommended you relog.
/end
} else {
There is no guarantee I’ll be able to do this even with the lamp (complicated code/reversing), but without it I can guarantee it will never happen![]()
Yeah, but refer back to the issue of the random bug I mentioned previously. Sometimes the ItemDisplayWindow doesn't update it's contents and will show a previously looked at item when reading the information.
Which would cause some issues with a macro designed to flip it around to the desired location. Previously the only fix for the bug I found was camping out and reloading the toon.
Other than that it wouldn't take a whole lot of effort to sort out doing that.
NOTE: /keypress ESC won't solve the issue if you have multiple UI windows open, then you'd have to probably right click the item display window to pull up the menu to close the window by itself.
Cool, thanks! Does it just convert to the next iteration or can you actually specify to keep converting until you hit a certain lamp?Got my lamp a couple days ago and:
-Added a /convertitem Wishing Lamp: today. It will be in the next rg release whenever that happens.
/convertitem Wishing Lamp
Feb 08 2019 by EqMule
- Added /convertitem to mq2itemdisplay
- Example: /convertitem Wishing Lamp:
