Jump to content
  • 0

NPC GM


Blue Jem

Question


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

can i request adjust level GM .

 

Example:

normal player want to become a GM level 99 . in game using npc

Edited by Blue Jem
Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

normal player want to become a GM level 99 . in game using npc

permanently?

otherwise you can use atcommand "@adjgroup <group>";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  


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;

}

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

With the adjgroup command when you return to the character selection (or log out), your group automatically return to your original group.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

i try is not back to normal status

Link to comment
Share on other sites

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.

×
×
  • Create New...