Blue Jem Posted October 27, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted October 27, 2013 (edited) can i request adjust level GM . Example: normal player want to become a GM level 99 . in game using npc Edited October 27, 2013 by Blue Jem Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 27, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 27, 2013 normal player want to become a GM level 99 . in game using npc permanently? otherwise you can use atcommand "@adjgroup <group>"; Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 27, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted October 27, 2013 how ?? Quote Link to comment Share on other sites More sharing options...
Kichi Posted October 27, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted October 27, 2013 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 Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 27, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 27, 2013 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; } } Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 28, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted October 28, 2013 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? Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 15, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 15, 2013 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 Quote Link to comment Share on other sites More sharing options...
Capuche Posted November 15, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted November 15, 2013 With the adjgroup command when you return to the character selection (or log out), your group automatically return to your original group. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted November 15, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted November 15, 2013 i try is not back to normal status Quote Link to comment Share on other sites More sharing options...
Question
Blue Jem
can i request adjust level GM .
Example:
normal player want to become a GM level 99 . in game using npc
Edited by Blue JemLink to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.