Need help with setting Permission

08/22/2012 13:36 DEKSIK90#1
Hello, please help me, I use this code

use Telecaster
update dbo.Character
set permission = 1
where sid = 2

but with the characters becomes GM((
sorry for my language (((
08/22/2012 13:38 Arthas2012#2
Quote:
Originally Posted by DEKSIK90 View Post
Hello, please help me, I use this code

use Telecaster
update dbo.Character
set permission = 1
where sid = 2

but with the characters becomes GM((
sorry for my language (((
o_O

If you have problem go in Telecaster.dbo.Character and set it manually.
BTW in epic 7.4 the GM permission is 100
08/22/2012 13:40 DEKSIK90#3
Arthas2012, Thank you so much I did not know =)
08/22/2012 13:51 c1ph3r#4
Quote:
Originally Posted by Arthas2012 View Post
o_O

If you have problem go in Telecaster.dbo.Character and set it manually.
BTW in epic 7.4 the GM permission is 100
This is wrong as far as i know. Permission 100 is the GS-implemented Admin-Permission (Everything is allowed). It will work on every GS without a filled dbo.AllowedCommandsforPermission. If you want to use other permissions to modify a little bit you have to edit and understand this Table.

I don't get it till today why everybody isn't able to understand this fcking easy procedure. If you want to allow the warp command for everybody with permission 5 simply insert the warp command with permission 5 into dbo.AllowedCommandsForPermission.

It isn't the best way to provide admin permissions (100) to every gm because on that way you are able to get the whole enviroment information by using the get_env command...

I wrote this several times in lots of threads but till today this question is popping up...There is a search button...If the GM is able to read the DB Login...for me that isn't the best way...
08/22/2012 23:00 Tofrum#5
Yep, for example on space we gave GM's only : Warp, Block Chat, Spawn Mobs, Kick
Why Give insert_items when trading with players isnt allowed? (need equip tell admin or dev)

No need for buffs because only admins/HGM/Event-GM make buff events
Leveling/changing job/inserting gold should be done by an admin/dev, because you cant know if some day the GM would help his friend

Annoncing permissions isnt that important for gm's tho, announcing is for announcing something by admin -_-

And like c1ph said, its not cool that a GM have access to db, GM=GAME Master


And yes Arthas, it was only my idea and i didnt do it @@