any clues about the new structure of questresource ?
searching the rdb files won't help
searching the rdb files won't help
need help hereQuote:
please tell me how to solve the problem with the vulcano?
Error - bad argument #2 (when using the red portal)
Line - gate_num = math.random (1, room_count) (etc_dungeoun_prop)
Quote:
Originally Posted by RappelzProject
little panks suckers metal sucks its 90's music ! LOLLLLLL little long haired black n00bs ! with pierecing in dick and face and cow chain on neck ! Nice !
|
|
^thisQuote:
Compare the permission values in dbo.AllowedCommandsForPermission and dbo.Character. They have to be the same.
You can use different permission values for different commands to allow only parts of the commands.
Example:
dbo.AllowedCommandsForPermission:
command: sv
permission: 100
command: gv
permission: 200
dbo.Character:
playerxyz permission:100
playerzyx permission:200
-----------------------------
playerxyz can use sv
playerzyx can use gv