Sim sim , mais so da pra players de lvl 5 pegarem o bagui : if getPlayerLevel(cid) > 5 then , como deixo pra qualquer lvl pegar?
So deixa 1 ué '-' if getPlayerLevel(cid) > 1 then
Cara vo manda meu bagui pra vc ver oq ta errado , q n ta funcionando
Meu chest da :
ACTIONS : 6776
UID: 5945 ( N TEM NDA COM ISSO )
Meu metang.lua (nome da quest)
local starterpokes = {
["Metang"] = {x=219, y=1049, z=8},
}
local level = 5
local extrastr = 1.5
local btype = "ultra"
function onUse(cid, item, frompos, item2, topos)
if getPlayerLevel(cid) > 1 then
return true
end
local pokemon = ""
for a, b in pairs (starterpokes) do
if isPosEqualPos(topos, b) then
pokemon = a
end
end
if pokemon == "" then return true end
addPokeToPlayer(cid, pokemon, level, extrastr, nil, 0, btype, true)
doPlayerAddItem(cid, 2394, 10)
doPlayerSendTextMessage(cid, 27, " Boa seu preto fedido")
doPlayerSendTextMessage(cid, 27, "Você ja pego o metang seu negão!")
doSendMagicEffect(getThingPos(cid), 29)
doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)))
doSendMagicEffect(getThingPos(cid), 27)
doSendMagicEffect(getThingPos(cid), 29)
return TRUE
end
E no actions ta :
1- <action actionid="6776" event="script" value="quests/metang.lua"/>
2- <action uniqueid="5945" event="script" value="quests/metang.lua"/>