Hello,
I have a little problem.
ots/data/movements/scripts/questtile.lua
function onStepIn(cid, item, fromPosition, item2, toPosition)
local config = {
id1 = 9997,
id2 = 9998,
id3 = 9999
}
if getPlayerItemCount(cid, config.id1) < 1 and getPlayerItemCount(cid, config.id2) < 1 and...