Messaging not working

Newt

New Member
Anyone else having problems getting messaging to work? I've followed these steps and i have the tables created, added messages, and deployed the new PBO built with-messaging but nothing shows up in game.

You may optionally enable an in-game announcement system for Bliss. To do so, follow these steps:
  1. Run perl db_migrate.pl --schema BlissMessaging --version 0.01. Be sure to include any parameters needed for your specific database passwords / configuration.
  2. When building Bliss, you must add --with-messaging to your arguments, for example perl build.pl --with-messaging.
  3. Use perl db_utility.pl --help to learn how to use the messages command to manage your messages without any direct database interaction.
 
Back
Top