PlusEMU No Bot Data

Arroonn

yo momma'
Sep 1, 2015
8
0
When attempting to purchase a BOT, I get this error:
46a69c84c6354abda6b6c02b4b10139b.png


Any idea what it could be? I've snooped around the emulator and found this inside of PurchaseFromCatalogEvent.cs:
Code:
case "r":
                    Bot Bot = BotUtility.CreateBot(Item.Data, Session.GetHabbo().Id);
                    if (Bot != null)
                    {
                        Session.GetHabbo().GetInventoryComponent().TryAddBot(Bot);
                        Session.SendMessage(new BotInventoryComposer(Session.GetHabbo().GetInventoryComponent().GetBots()));
                        Session.SendMessage(new FurniListNotificationComposer(Bot.Id, 5));
                    }
                    else
                        Session.SendNotification("Oops! There was an error whilst purchasing this bot. It seems that there is no bot data for the bot!");
                    break;
Anybody got any ideas what the issue could be?
 

Joe

Well-Known Member
Jun 10, 2012
4,089
1,918
Are you trying to purchase one of the original bots, or did you try adding your own?
97ba49091b1f43cd88d75dfe1c2c5b3d.png

Also, make sure you haven't accidentally wiped this table. (Never played around with bots so not entirely sure.)
2a031f051aa74da1852b76d3ba93abe1.png

Are you using PlusEMU? Have the bots ever worked?
 

Joe

Well-Known Member
Jun 10, 2012
4,089
1,918
If you're using the original emulator and database then it should work fine, strange that they don't. Where did you download the database/emulator from? Sounds strange but are there any emulator logs?
 

Users who are viewing this thread

Top