Jump to content
  • Command


    Fresh
    • Status: Completed
      Main Category: Database
      Sub-Category: Commands
      Version: 22.1 Milestone: 21 Priority: New
      Implemented Version: 22.1

    error in console :

    Table `command` have nonexistent command 'goname', skip.
    Table `command` have nonexistent command 'namego', skip.

    need change to :

    DELETE FROM `command` WHERE `name`='goname';
    INSERT INTO `command` (`name`, `security`, `help`) VALUES ('appear', 1, 'Syntax: .appear [$charactername]\r\n\r\nTeleport to the given character. Either specify the character name or click on the character\'s portrait, e.g. when you are in a group. Character can be offline.');
    DELETE FROM `command` WHERE `name`='namego';
    INSERT INTO `command` (`name`, `security`, `help`) VALUES ('summon', 1, 'Syntax: .summon [$charactername]\r\n\r\nTeleport the given character to you. Character can be offline.');

     


    User Feedback

    Recommended Comments



    Guest
    This is now closed for further comments

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use