FIXED constant reminder nobody loves me, i have 0 messages :(

Dan

Staff Member
Administrator
Game Master
Character name?

Is it only one character on the account or all on that account who receive it?
 

Dan

Staff Member
Administrator
Game Master
How long ago did you abandon the magincia vendor?

It happens every time since then?
 
OP
M

Miral

Novice III
not 100% but i feel like it's been gone between 1-2 weeks and when I had the pet vendor it would only pop up when I had 1 message saying it had been renewed, i'd delete it and the box would go away. now it is always just there, with no messages. I can dismiss it by right clicking it, but if I log in - it's back again - 0 messages :(

if I click it I get this...
1624828487665.png

if i click the + i get this...
1624828520299.png

:(
 

Dan

Staff Member
Administrator
Game Master

if (m_MessageQueue[from].Count == 0)

Code:
public static void RemoveMessageFromQueue(Mobile from, NewMaginciaMessage message)
        {
            if (from == null || message == null)
                return;

            if (m_MessageQueue.ContainsKey(from) && m_MessageQueue[from].Contains(message))
            {
                m_MessageQueue[from].Remove(message);

                if (m_MessageQueue[from].Count == 0)
                {
                    m_MessageQueue.Remove(from);
                }

                return;
            }

I think, somehow, your message count entered a negative count. Since it was never = 0, it never removed itself.

IE - -1, -2, -3.

if (m_MessageQueue[from].Count == 0)

Going to see if this does it.

if (m_MessageQueue[from].Count <= 0)
 

Pappy

Novice II
I have the same thing on at least one character.
Started from the last raffle.
Usually it tells me 'sorry, you didn't win this time' or something like that.
Didn't get that message this time around though,
 

Dan

Staff Member
Administrator
Game Master
I have the same thing on at least one character.
Started from the last raffle.
Usually it tells me 'sorry, you didn't win this time' or something like that.
Didn't get that message this time around though,
Yeah, when this patch gets pushed what will happen is you will all actually get the messages in the queue that are not showing up to the final menu correctly. It is showing 0 incorrectly.

When I tested on Mirals character I also got a message that I had not won the raffle afterward.
 

Dan

Staff Member
Administrator
Game Master
it's Miral, and just cycled through my chars and only Miral gets the box pop up
When you get a moment, please let me know if the messages now appear and let you clear them out correctly.
 

Pappy

Novice II
Now shows 1 message but cannot open it or delete it.
Edit (was finally able to get it to open then delete)
 

Dan

Staff Member
Administrator
Game Master
Show.png
Worked the first try for me. Just need to click the right spot. :)
 

Dan

Staff Member
Administrator
Game Master
I believe the issues with these message menus have been resolved.

@Miral has been awarded 10 Sovereigns.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
23 hours
Players Online
14
Houses
875
Vendors
282
Gold
5,411,970,740gp
Top Bottom