Aion Admin GM Panel

Results 1 to 2 of 2
  1. #1
    Member Beckupgaming is offline
    MemberRank
    Apr 2022 Join Date
    Buxtehude (DE)Location
    87Posts

    Aion Admin GM Panel

    Hi.

    Anyone interested in give some tips to repair the GM Panel? I only can Teleport at the moment. Is there a Clientpacket missing inside the SRC?

    Code:
     switch (command) {
       case GM_MAIL_LIST:
        //TODO Show mail box
        break;
       case INVENTORY:
        break;
       case TELEPORTTO:
        TeleportService2.teleportTo(admin, player.getWorldId(), player.getX(), player.getY(), player.getZ());
        break;
       case STATUS:
        break;
       case SEARCH:
        //TODO Target selected
        break;
       case GM_GUILDHISTORY:
        //TODO Player Legion Info
        break;
       case GM_BUDDY_LIST:
        //TODO FRIEND LIST
        break;
       case RECALL:
        TeleportService2.teleportTo(player, admin.getWorldId(), admin.getX(), admin.getY(), admin.getZ());
       default:
        PacketSendUtility.sendMessage(admin, "Invalid command: " + command.name());
        break;
      }


  2. #2
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,857Posts
    Quote Originally Posted by Beckupgaming View Post
    Hi.

    Anyone interested in give some tips to repair the GM Panel? I only can Teleport at the moment. Is there a Clientpacket missing inside the SRC?
    If you're referring to 3.5, yes!!
    Many things need to be implemented...

    Files gmInterface, gmhandler, packets CM_ADMIN_PANEL, CM_GM_COMMAND_SEND, CM_GM_COMMAND_ACTION,
    SM_GM_COMMAND_ACTION and etc...

    You are just the tip of the iceberg



Advertisement