Ola, eu baixei o misturacao global 8.54 e vi que tem esse bug no lvdoor
ja verefiquei se tinha esta linha na door.lua
if(getItemLevelDoor(item.itemid) > 0) then
if(item.actionid > 0 and getPlayerLevel(cid) >= (item.actionid - getItemLevelDoor(item.itemid))) then
doTransformItem(item.uid, item.itemid + 1)
doTeleportThing(cid, toPosition, TRUE)
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Only the worthy may pass.")
end
return TRUE
end
a action id da porta(gate of expertise) ta 1050
alguem da uma ajuda?