• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved GMs cannot open chests

hellyea

OT-Fan
Joined
Jan 26, 2009
Messages
92
Reaction score
6
Location
Germany
Hey guys,

again i need your help, ingame i cannot take any quest with my GM Char, so i dont can test it. ( Like a smoke puff appears when i try ) but those quests works atleast i tried with a normal char.

Thanks for the help.
 
You can remove this in data/actions/quests/system.lua
Code:
  if(getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then
     doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF, cid)
     return true
   end
If you remove that, GM/GOD chars can also take the rewards from the chests.
 
Reverted your edits, do not rename threads to ask other things.
If you have another problem start a new thread.
 
Back
Top