Hello guys !
I was wondering... How can we grant GM all rights without /Makeitem ?
Thank you for help :)
I was wondering... How can we grant GM all rights without /Makeitem ?
Thank you for help :)
1 SR_IMPLE_COMMAND_MAKEITEM /MAKEITEM 0 0 0 0 0 /MAKEITEM 0 0 0 0 0 0 0
//0 SR_IMPLE_COMMAND_MAKEITEM /MAKEITEM 0 0 0 0 0 /MAKEITEM 0 0 0 0 0 0 0
Quote:
If you have an encrypted client you can send out an update that prevents players from using /makeitem
textuisystem
Search for
Change toCode:1 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.Code://0 SR_IMPLE_COMMAND_MAKEITEM /MAKEITEM 0 0 0 0 0 /MAKEITEM 0 0 0 0 0 0 0
maybe but i didnt try really .Quote:
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 ?
USE SRO_VT_ACCOUNT
SELECT groups.nID, groups.szName, de.*
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.nID, assign.nDescriptionID