Call GM Commands from C# or another Language

Results 1 to 4 of 4
  1. #1
    Valued Member EndyBH is offline
    MemberRank
    Jan 2009 Join Date
    BrazilLocation
    131Posts

    Call GM Commands from C# or another Language

    Hi guys,

    I´m developing shop and GM/ADM application for my AION Server and I was thinking.
    can I call GM Commands "addskill", "additem", etc. from C# code? to GM actions run in real-time in game?
    I want don´t login with account GM/ADM to add itens, change character level, etc.

    Thanks.

    - - - Updated - - -

    Sorry Guys, Now I saw than posted worng area. Admin can move this to help area?


  2. #2
    Valued Member podpol is offline
    MemberRank
    Mar 2015 Join Date
    136Posts

    Re: Call GM Commands from C# or another Language

    You may do wherever you want only your emadgination is stoping you)

    i cant even understand the question?!

  3. #3
    Valued Member EndyBH is offline
    MemberRank
    Jan 2009 Join Date
    BrazilLocation
    131Posts

    Re: Call GM Commands from C# or another Language

    @podpol,

    What I know is if I can call GM command for C #? I want to create a method to do so, following the example:

    ExecuteGMCommand ("additem" parameters);

    Just do not know which resource use, type of protocol involved for this call. The emulator is in Java and application I'm developing is in C #. NO will use Java because do not intend to learn this language for several reasons, therefore, want to know if I can call GM command by C # and if so what protocols or features can use or if I have to write a routine low level to do this .

  4. #4
    Valued Member podpol is offline
    MemberRank
    Mar 2015 Join Date
    136Posts

    Re: Call GM Commands from C# or another Language

    now i know.

    you may use just connection to database. But take care if you will give app to users they will decompil it.

    after you will lose your database.

    as i understand you want to do shop? and add items to player when you out of game. all that you may do throu data base. you will need to create for exmpl latter "ingame mail" in database throu your app. this is the most easy way.

    but again very easy to decompil c# not so good idea for shop.



Advertisement