Nie miałem gdzie napisać, a jako użytkownik Xeno pisze tutaj.
W nocy padłem bocąc, nie straciłem bp ani nic.
Jest to co najmniej dziwne, bo na rooku także 2 razy padłem i też nie traciłem żadnej rzeczy.
Jakiś event, free blessy czy coś?
local config = {
monsterLimit = 3,
monsterList = {"Minotaur Guard", "Minotaur Archer"},
EnergyRingID = 3049,
SecondRingID = 3052,
TrashRingID = 3004
}
function getMonsterCount()
local count = 0
for i = CREATURES_LOW, CREATURES_HIGH do
local creature = Creature.GetFromIndex(i)
if (creature:isValid()) and creature:ID() ~= Self.ID() then
if (creature:isOnScreen() and creature:isVisible() and creature:isAlive()) then
local name = creature:Name()
if(table.find(config.monsterList, name, true))then
count = count + 1
end
end
end
end
return count
end
while(true)do
local curRing = Self.Ring().id
local eneRing = getActiveRingID(config.EnergyRingID)
local secRing = getActiveRingID(config.SecondRingID)
if (getMonsterCount() >= config.monsterLimit and curRing ~= eneRing) then
Self.Equip(config.EnergyRingID, "ring")
elseif (getMonsterCount() < config.monsterLimit) then
if ((Self.ItemCount(config.SecondRingID) > 0 or Self.ItemCount(secRing) > 0) and curRing ~= secRing) then
Self.Equip(config.SecondRingID, "ring")
elseif ((Self.ItemCount(config.SecondRingID) < 1 and Self.ItemCount(secRing) < 1) and curRing ~= TrashRingID) then
Self.Equip(config.TrashRingID, "ring")
end
end
sleep(400)
end
Ostatnio zmieniony przez vegeta454 : 07-11-2013, 09:45
Showupowicz [323]: som jakies fajne niunie do 55kg?
Ostatnio zmieniony przez zaboroo : 07-11-2013, 21:16
Showupowicz [323]: som jakies fajne niunie do 55kg?
Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)
Zakładki