Waiter/Bar Tender Bots Not working

opinionswrest

Member
Jan 6, 2020
117
5
Hi,

Using Arcturus Morninstar emulator and for some reason the BarTender bots dont work they dont serve any drinks is there a fix for this?
 

opinionswrest

Member
Jan 6, 2020
117
5
Do you have bot_serves setup in your database?
Blank Table ive added content to it and refreshed bots even restarted emulator still not working likely done it wrong
Post automatically merged:

Blank Table ive added content to it and refreshed bots even restarted emulator still not working likely done it wrong

From Table
 

Liam

discord.gg/hivehub
Staff member
FindRetros Moderator
Apr 10, 2013
1,184
714
Blank Table ive added content to it and refreshed bots even restarted emulator still not working likely done it wrong
Post automatically merged:



From Table
Does the bot have the correct interaction_type? Are you asking the bot for those items within range?
 

Puffin

Member
Mar 17, 2018
363
306
Here is a sample table with a few items just to test it:

Code:
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('tea', 1);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('juice', 2);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('carrot', 3);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('icecream', 4);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('milk', 5);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('black currant', 6);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('water', 7);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('coffee', 8);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('decaff', 9);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('mocha', 11);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('iced coffee', 15);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('espresso', 53);
INSERT INTO `hotel`.`bot_serves` (`keys`, `item`) VALUES ('macchiato', 12);

Wipe your bot_serves table and run this query, run necessary updates. If it still doesnt work then theres something else going on
 

Users who are viewing this thread

Top