• 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!

Quest problem

LuckyM

Ett är Ett
Joined
Jun 13, 2009
Messages
1,411
Solutions
1
Reaction score
167
Location
Sweden
Hello OTLand.net

I got some problems with my server. My quest dosent work..


You click on the quest it says "You are not allowed to take this quest".. If you know the problem please pm me or send a comment here... i will give rep for it.. its verry big problem for me, its not one quest it is all quest on my Otbm..


Thanks!
 
Remove this from your "actions/scripts/quests/system.lua"

Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	if(getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then
		doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF, cid)
		return true
	end
 
Back
Top