command

  1. R

    Command @AFK

    Good afternoon, how do I add the command @afk, when player uses @afk, it looks like @autotrade.
  2. Kuroe

    race_resist 1.1

    A simple plugin that adds race_resist() into your emulator (Checks race resist of a player). //===== Description ========================================== //= Checks how much resistance a character has to a particular // race. // //= race_resist(<type>{, <account id>}); //= E.g...
  3. Kuroe

    race_resist

    View File race_resist A simple plugin that adds race_resist() into your emulator (Checks race resist of a player). //===== Description ========================================== //= Checks how much resistance a character has to a particular // race. // //=...
  4. bWolfie

    check_resist() script command

    Description: Adds the check_resist() script command to your script engine. With this command, you can retrieve elemental resistances for a character. check_resist(&lt;type&gt;{, &lt;account id&gt;}) e.g. check_resist(Ele_Water); check_resist(Ele_Wind, getcharid(CHAR_ID_ACCOUNT))...
  5. P

    @commands question

    Hi is there a way to use certain @commands on offline users?  for example @slaveclone &lt;offline player_name&gt; thanks
  6. bWolfie

    getguildid Script Command

    Hello! The following plugin will grant your server the getguildid("&lt;Guild Name&gt;") script command. It is quite self-explanatory. Simply enter the Guild Name for which you need the GID. Make sure you capture it too! Example: .@GID = getguildid("My Pro Guild"); // .@GID will now be equal...
  7. bWolfie

    Using 'for()', can you repeat text in same line?

    I have a script command which fetches a character's name from the .@atcmd_parameters$[] and displays them in a message. How do I get them to display in one line? Currently I can only get them to display if I print it one line at a time (using message()) -    script    Print Names  ...
  8. mrlongshen

    GM Command

    Hi all, how to set? gm cant drop item gm cant trade gm can view sell item
  9. K

    How to disable /h or /help upon login

    Hi, I've been trying to look for solution on how I can disable the /h command list from showing up upon login. Please see attached. Someone said this in the IRC that this has something to do with the client so I'm posting it here but I'm not really sure. Any help would be greatly appreciated...
Back
Top