O Rashid é moleza... faz dessa forma:
no script do rashid tem uma parte assim:
local function onTradeRequest(cid)
if Player(cid):getStorageValue(Storage.TravellingTrader.Mission07) ~= 1 then
npcHandler:say('Sorry, but you do not belong to my exclusive customers. I have to make sure that I can trust in the quality of your wares.', cid)
return false
end
return true
end
voce pode apagar ou comentar as linhas dessa forma:
local function onTradeRequest(cid)
-- if Player(cid):getStorageValue(Storage.TravellingTrader.Mission07) ~= 1 then
-- npcHandler:say('Sorry, but you do not belong to my exclusive customers. I have to make sure that I can trust in the quality of your wares.', cid)
-- return false
-- end
return true
end