How to revoke /Makeitem right

04/11/2012 20:52 Kethrios#1
Hello guys !

I was wondering... How can we grant GM all rights without /Makeitem ?

Thank you for help :)
04/12/2012 06:44 whyt3boi#2
If you have an encrypted client you can send out an update that prevents players from using /makeitem

textuisystem

Search for
Code:
1	SR_IMPLE_COMMAND_MAKEITEM	/MAKEITEM	0	0	0	0	0	/MAKEITEM	0	0	0	0	0	0	0
Change to
Code:
//0	SR_IMPLE_COMMAND_MAKEITEM	/MAKEITEM	0	0	0	0	0	/MAKEITEM	0	0	0	0	0	0	0
But you're going to still need a way so you can use the command. So make sure you know how to change your client but prevent other players from doing so. Encrypted client / pk2 can do this for someone with limited knowledge.
04/12/2012 12:13 Kethrios#3
This command will forbidden the /Makeitem command for everybody, no ?
This way seems kinda hard, could you explain me how to change the client ?

Thanks :-)
04/12/2012 14:35 whyt3boi#4
Yes it will ...

I won't go into details on encrypting, there are various guides that might be able to assist you.

If you change /makeitem to even something like /varchar or something completely random people won't know what it is or what it does. But you will. Only someone with knowledge on pk2 editing will be able to check your client and find out what it was changed to or how to fix it. This is why I said encrypting is best with this.
04/12/2012 14:50 Kethrios#5
I haven't found any guide about this that's why I posted here.

Thanks for the help, I will try this :)
04/12/2012 22:50 Serenduk#6
i hear u select the person for gm lvl 2 only
04/13/2012 00:45 Kethrios#7
2 or 3 I don't really know the difference, and nobody is answering me about the SMC problem --> Gm_lvl2 or lvl3 isn't working. x)
04/13/2012 00:54 eldanger08#8
kethrios its nice idea but ppl can change the file and make it back to /makeitem .. or so .

:(

Quote:
Originally Posted by whyt3boi View Post
If you have an encrypted client you can send out an update that prevents players from using /makeitem

textuisystem

Search for
Code:
1	SR_IMPLE_COMMAND_MAKEITEM	/MAKEITEM	0	0	0	0	0	/MAKEITEM	0	0	0	0	0	0	0
Change to
Code:
//0	SR_IMPLE_COMMAND_MAKEITEM	/MAKEITEM	0	0	0	0	0	/MAKEITEM	0	0	0	0	0	0	0
But you're going to still need a way so you can use the command. So make sure you know how to change your client but prevent other players from doing so. Encrypted client / pk2 can do this for someone with limited knowledge.

wont work lwl xD
04/13/2012 01:53 Kethrios#9
I opened a thread in the private discussion too and people suggest me to use SMC to grant my GM the 2nd or 3rd level.

The thing is that... It's not working at all, we tried lvl1,2,3,4 and /Makeitem still being here.
Should we reboot the whole server ?
04/13/2012 01:54 eldanger08#10
Quote:
Originally Posted by Kethrios View Post
I opened a thread in the private discussion too and people suggest me to use SMC to grant my GM the 2nd or 3rd level.

The thing is that... It's not working at all, we tried lvl1,2,3,4 and /Makeitem still being here.
Should we reboot the whole server ?
maybe but i didnt try really .
04/13/2012 02:09 Kethrios#11
The thing is that if we could check what GM's are doing on the console, it wouldn't be a problem to let them use /makeitem :p
But as we can't... We can't know what they can do with it.
04/13/2012 11:40 IceAmStiel#12
Eventually you'll find it useful..

concerning to
SR_GM_Lvl1 Auth
SR_GM_Lvl2 Auth
SR_GM_Lvl3 Auth
SR_GM_Lvl4 Auth
SR_GM_Lvl5 Auth

PHP Code:
USE SRO_VT_ACCOUNT
SELECT groups
.nIDgroups.szNamede.* 
FROM _SecurityDescriptionGroup as groups
JOIN _SecurityDescriptionGroupAssign 
as assign on groups.nID assign.nGroupID
JOIN _SecurityDescription 
as de on assign.nDescriptionID de.nID
ORDER BY groups
.nIDassign.nDescriptionID 
e.g. sec 3 -> 'content user'
04/13/2012 17:49 Kethrios#13
Hello !

Yes thanks for this, I found how to do on SMC yesterday, so.. Problem solved.
For other users who thinks it's not working : Reboot the entire server.

Problem solved.