• 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 Quest chest does not work.

Kakha

Premium User
Premium User
Joined
Dec 21, 2008
Messages
233
Reaction score
4
Hello, i've upgraded from TFS 0.3.6 to 0.4 rev 3777 and i've compiled pretty good, the only bug i have so far is that quests, when clicking on them to receive reward does not work, only makes smoke puff on my character (white cloud) nothing else, no errors in consol

Please help.

REP++.
 
you are plaing with admin char try with a player it will work if it didnt work go to rme and make chest id 2000 and unique any thing then add inside the box the reward that you will take ;)
 
Try with normal player or find this:
Code:
	if(getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then
		doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF, cid)
		return true
	end
or just copy your old questsystem to new datapack
 
SOLVED, used my old chest system, thanks for the tips and advice so quick, appreciate it!
 

Similar threads

Back
Top