You can check an existant RCon (MUS) command and create/adapt it to reload vouchers when a new one is added through the mus function on your website (If you have one)
As i look to your error in the screen, the error comes when something was bought in the catalogue.
To see where the error is thrown, you need to put the Plus Emulator.pdb in the same folder than Plus Emulator.exe or launch the hotel in debug mode through Visual Studio.
Don't know if it's...
It's not related to permissions, since butterfly users can bypass the doorbell by doing what he said in the first post. To prevent that, a check with the roomId on enter rooms must be added.
Yes but 75%+ here doesn't know what to change so it's useless. When you make a tutorial, you make it complete.
Here is the piece of missing code:
FloorPlanFloorMapComposer.cs
class FloorPlanFloorMapComposer : ServerPacket
{
public FloorPlanFloorMapComposer(List<Point> Items)...
Okey, what's your emulator ?
You can try this one:
-- ----------------------------
-- Procedure structure for `getroomitems`
-- ----------------------------
DROP PROCEDURE IF EXISTS `getroomitems`;
DELIMITER ;;
CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems`(IN `roomid` INT(10)...
Run that to your MySQL database:
CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems` (IN `roomid` INT(10) UNSIGNED) BEGIN
SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items_rooms.w, items.base_id, items_extradata.data, items_rooms_owners.owner_id
FROM...
Check your GetCatalogIndexEvent.cs, he needs to be like this. I had the same problem and figured out i deleted one line when i copied/pasted the code.
https://pastebin.com/dF9Evr6B