Friday, April 8, 2016

Edron - Rotworms for Knight Level 8+


Introdução: 
  • Level: 8+ 
  • Vocation: Knight 
  • Premium Accont: Yes
  • Recommendation: level 8 + 
  • Depositer: No
  • Softboots: No
  • refiller: No
  • Localização: Edron 
  • Loot/Hora: 1k+ / 3k+ 
  • Exp/Hora: no bonus = 10k ~ 20k |  Bonus = 20k ~ 35k 
  • Creatures: Rotworm, Carrion worm, rotworm queen ( rare ) 
  • Start: Edron Depot 
  • Hotkeys: Exura ico, Mana Potion, Health Potion
Setup

Tuesday, April 5, 2016

North Darashia - Rotworms for Knight level 8+

Information Cavebot Script:
  • Level: 8+
  • Vocação: Knight
  • Premium Accont: Yes
  • Recomendação: level 8 + Skill 60/60 
  • Depositer: Yes
  • Softboots refiller: No
  • Localização: Darashia 
  • Loot/Hora: 30k/Dia
  • Exp/Hora: 10k - 15k/time ( server depends on )
  • Criaturas: Rotworms 
  • Hotkeys: Shovel, Rope ( Usar com Mira ), Exura Ico, Health Potion, Mana Potion

Loot Logger - Record and saves all messages from loots

*Code:--
init start
 -- local SCRIPT_VERSION = '1.0.1'

 local filename = 'Loot - ' .. $name .. '.txt'
 local hideEmpty = false

 -- DO NOT EDIT BELOW THIS LINE --
init end

auto(1000)

local handler = nil
foreach newmessage m do
 if m.type == MSG_INFO and not (hideEmpty and m.content:find('nothing')) then
  if handler == nil then
   handler = io.open(filename, 'a+')
  end

  handler:write(os.date('%H:%M') .. ' ' .. m.content .. '\n')
 end
end

if handler ~= nil then
 handler:close()
end

Loot Logger - Record and saves all messages from loots
Footer Bottom