Blue Jem Posted October 27, 2013 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
Capuche Posted October 27, 2013 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
Kichi Posted October 27, 2013 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
Capuche Posted October 27, 2013 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
Blue Jem Posted October 28, 2013 Author 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
Blue Jem Posted November 15, 2013 Author 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
Capuche Posted November 15, 2013 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
Blue Jem Posted November 15, 2013 Author Posted November 15, 2013 i try is not back to normal status Quote
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 Jem8 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.