Ir para conteúdo

Pergunta

Por favor me ajudem, quero arrumar o meu frag reward ele esta dando 5 platinum coin's e eu quero que dê 3 gold coins

 

aqui esta o script:

 

function onKill(cid, target)

if isPlayer(target) == TRUE then

if getPlayerIp(cid) ~= getPlayerIp(target) then

loot = 2148

item = doPlayerAddItem(cid,loot,1)

elseif getPlayerName(cid) == getPlayerName(target) then

doPlayerAddItem(cid,loot,1)

else

doPlayerAddExperience(cid, -2000000)

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"You have been punished for killing a player of the same IP.")

end

end

return TRUE

end

 

function onKill(cid, target)

if isPlayer(target) == 1 then

local new_container = doCreateItemEx(2002)

local iter = 0

while iter ~= 20 do

doAddContainerItem(new_container, 2148, 3)

iter = iter + 1

end

doPlayerAddItemEx(cid, new_container, 1)

if getPlayerFrags(cid) == 5 then

broadcastMessage(getCreatureName(cid) .. " is on killing spree! He killed 5 players!")

elseif getPlayerFrags(cid) == 10 then

broadcastMessage(getCreatureName(cid) .. " is dominating! He killed 10 players!")

elseif getPlayerFrags(cid) == 25 then

broadcastMessage(getCreatureName(cid) .. " is GODLIKE! He killed 25 players!")

elseif getPlayerFrags(cid) == 50 then

broadcastMessage(getCreatureName(cid) .. " is UNSTOPPABLE!! He killed 50 players! DO SOMETHING!")

end

setPlayerStorageValue(cid, 12345, getPlayerStorageValue(cid, 12345)+10)

local param = {cid = cid, x = -1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 0, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 0, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = -1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = -1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 0, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 500, param)

local param = {cid = cid, x = 1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 500, param)

 

local param = {cid = cid, x = -1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 0, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 0, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = -1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = -1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 0, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

local param = {cid = cid, x = 1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 1500, param)

 

local param = {cid = cid, x = -1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 0, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 1, y = -1, typee = CONST_ME_FIREWORK_RED}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 0, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = -1, y = 0, typee = CONST_ME_FIREWORK_YELLOW}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = -1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 0, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

local param = {cid = cid, x = 1, y = 1, typee = CONST_ME_GREEN_RINGS}

local animid = addEvent(doShowEffectOnPosition, 2500, param)

end

return 1

 

end

Link para o comentário
https://xtibia.com/forum/topic/187414-frag-reward/
Compartilhar em outros sites

1 resposta a esta questão

Posts Recomendados

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...