[Help] Authority

05/17/2017 11:38 babyminion#1
how to removed NO_TRADE and /sro in gm title rights? help please thanks. im using erendora source files :handsdown::handsdown::handsdown:
05/17/2017 13:24 yazuka21#2
Quote:
Originally Posted by babyminion View Post
how to removed NO_TRADE and /sro in gm title rights? help please thanks. im using erendora source files :handsdown::handsdown::handsdown:
First of all I suggest do not use that files.

About your question..

How to remove NO_TRADE.. ( just comment #define NO_TRADE from VersionCommon.h )

About /sro command ( change its auth from FuncTextCmd.cpp and search for TextCmd_SetRandomOption )
05/17/2017 16:44 babyminion#3
Quote:
Originally Posted by yazuka21 View Post
First of all I suggest do not use that files.

About your question..

How to remove NO_TRADE.. ( just comment #define NO_TRADE from VersionCommon.h )

About /sro command ( change its auth from FuncTextCmd.cpp and search for TextCmd_SetRandomOption )
thanks bro im gonna try this one. btw regarding to what you said "you suggest to not use erendora files ? why.
05/17/2017 21:11 Xeylou#4
WTF?!
NO_TRADE -> //NO_TRADE
GO to your Program/Script Folder... WorldServer.ini -> NO_TRADE -> to -> //NO_TRADE

/sro Command...
FuncTextCmd.cpp -> STRG+F -> search for: -> TextCmd_SetRandomOption
Change now: -> AUTH_GAMEMASTER to AUTH_ADMINISTRATOR...
COMPILE...

Now, only a Administrator is allowed to use this Command.
Or Add a new Auth...

P -> Developer/Admin
Z -> Admin/Owner

Change Admin Auth to Y, give your new Auth the Z...
Now you have a copy of Admin, you are able to Set the same Name if you want gut more rights ^^
05/18/2017 06:33 babyminion#5
Quote:
Originally Posted by Xeylou View Post
WTF?!
NO_TRADE -> //NO_TRADE
GO to your Program/Script Folder... WorldServer.ini -> NO_TRADE -> to -> //NO_TRADE

/sro Command...
FuncTextCmd.cpp -> STRG+F -> search for: -> TextCmd_SetRandomOption
Change now: -> AUTH_GAMEMASTER to AUTH_ADMINISTRATOR...
COMPILE...

Now, only a Administrator is allowed to use this Command.
Or Add a new Auth...

P -> Developer/Admin
Z -> Admin/Owner

Change Admin Auth to Y, give your new Auth the Z...
Now you have a copy of Admin, you are able to Set the same Name if you want gut more rights ^^
sounds good!! :handsdown::handsdown::handsdown:
and easier :D let me try this one too bro thanks!! :handsdown::handsdown::handsdown: