Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Recent loot - Ultimo Loot Drakens e Banuta

2 participantes

Ir para baixo

Recent loot - Ultimo Loot Drakens e Banuta  Empty Recent loot - Ultimo Loot Drakens e Banuta

Mensagem por Sir. Felipe Ter Jun 25, 2013 6:53 pm

Código:
-- you can add more items here 
local warnitems = {'dragon shield', 'knight legs', 'boots of haste', 'terra amulet', 'medusa shield', 'knight armor', 'sacred tree amulet', 'titan axe', 'rusty armor', 'terra mantle', 'terra legs', 'crown armor', 'mercenary sword', 'noble axe', 'tower shield', 'warrior helmet', 'royal helmet', 'spellbook of mind control', 'swamplair armor', 'warrior helmet', 'stone skin amulet', 'guardian halberd', 'Zaoan sword', 'drakinata', 'Zaoan armor', 'Zaoan legs', 'Zaoan shoes', 'ring of the sky', 'harness', "spellweaver's robe", 'wand of inferno', 'green gem', 'draken trophy', 'bamboo leaves', 'Zaoan robe', 'focus cape', 'guardian boots', 'zaoan helmet', 'jade hat', 'terra boots', 'lizard trophy', 'hardened bone', 'bonebeast trophy', 'spider silk'} 

-- max lines to display at once  
local maxindex = 8  

-- spacing between lines 
local spacing = 12 


local index = 0  
local msgs = getmessages("Server Log") 
local qtd = msgs.count-1 
for i=0,qtd do 
   if msgs[qtd-i].type == 19 and msgs[qtd-i].text:find('Loot of ') then 
       
      local colorm = false 
      local l = 0 
      for l=1, table.getn(warnitems) do 
         if msgs[qtd-i].text:find(warnitems[l]) then 
            colorm = true 
            break 
         end 
      end 
      if colorm then 
         setfontcolor('red') 
      else 
          setfontcolor('lime') 
      end 

      addtext(msgs[qtd-i].text, worldwin.left+40,worldwin.bottom-(maxindex*spacing)+20+(index*spacing)) 

      index=index+1 
      if index == maxindex then 
        break 
      end 
   end 
end 
Sir. Felipe
Sir. Felipe
Admin

Mensagens : 193
Data de inscrição : 10/06/2013

Ir para o topo Ir para baixo

Recent loot - Ultimo Loot Drakens e Banuta  Empty Re: Recent loot - Ultimo Loot Drakens e Banuta

Mensagem por Tavinlol Sex Mar 28, 2014 12:39 pm

n funciona
Tavinlol
Tavinlol

Mensagens : 1
Data de inscrição : 24/03/2014

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos