• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Item Details for "Losing Lottery Ticket"

X X X

Newb
Joined
Jul 26, 2015
Messages
153
Reaction score
13
TL;DR Does anyone have remember and/or have any screenshots of shift+clicking an old "losing" lottery ticket? All distros I've checked seem to have this wrong (they call it the "old parchment", copied from Banuta quest parchment.)

I believe in modern day Tibia a "losing" ticket isn't even created anymore, the unopened ticket just disappears. But back when addons were first implemented, I remember there being dozens and dozens of trash "losing" lotto tickets all over the ground near Sandra's place in Edron.

Anyway, I've checked a bunch of distros, and every single one has this:

XML:
<item id="5956" article="an" name="old parchment">
        <attribute key="description" value="It is covered with foreign symbols." />
        <attribute key="weight" value="200" />
</item>

But this is wrong. I'm guessing some early version of TFS just put this here as a placeholder or maybe as a mistake, clearly just copy+pasting the "strange parchment" from the Banuta quest:

XML:
<item id="4842" article="an" name="old parchment">
        <attribute key="description" value="It is covered with foreign symbols." />
        <attribute key="weight" value="200" />
</item>

And since all the different TFS versions and their spinoffs just copy+paste the dataset, this mistake has permeated over the years.

The "losing" lottery ticket should be item 5956 (unopened is 5957, winner is 5958). But I can't seem to find any old screenshots of what the actual item name and description was. On top of that, old WayBack machine entries for Erig/Wiki also (in)conveniently never had a page for the losing ticket. Does anyone remember this or have this info?

Several can be seen on the ground in one of OldTibiaVideo's uploads from 7.9:
Unfortunately in this cam, the player doesn't ever shift+click on the item.

Thanks~
 
Last edited:
Back
Top