Jump to content

Question

8 answers to this question

Recommended Posts

Posted

doc/atcommand.txt

---------------------------------------

@adjgroup <group ID>

Temporarily changes the group of a character (lasts until player logs out).

The groups are defined in '/conf/groups.conf'.

---------------------------------------

try #adjgroup <playername> <group id>

#adjgroup "Blue Jem" 99

old command was

@adjgmlevel Kichi 99 or @adjgmlevel 99 Kichi

Posted


prontera,150,150,5 script change group 74,{

if ( getgroupid() != 99 ) {

atcommand "@adjgroup 99";

mes "you are now in the group ID 99.";

close;

}

else {

mes "you are already in the group ID 99.";

close;

}

}

Posted
prontera,150,150,5    script    change group    74,{
    if ( getgroupid() != 99 ) {
        atcommand "@adjgroup 99";
        mes "you are now in the group ID 99.";
        close;
    }
    else {
        mes "you are already in the group ID 99.";
        close;
    }
}
 

this code i click the npc im already 99?

Posted
prontera,150,150,5    script    change group    74,{
    if ( getgroupid() != 99 ) {
        atcommand "@adjgroup 99";
        mes "you are now in the group ID 99.";
        close;
    }
    else {
        mes "you are already in the group ID 99.";
        close;
    }
}
 

if i use this script i want to back to normal GM level 0 when i character select or exit

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...