Ma ktoś skryp na arene yahalar dla palka ?
Wersja do druku
Ma ktoś skryp na arene yahalar dla palka ?
Poszukuje działajacego i sprawdzonego skryptu na exori/exori gran ktory nie bedzie mi wbijal skulla:< pomoze ktos ?
Mam coś takiego, nie sprawdzałem bo nigdy nie spotkałem się z tym żeby mi skull się wbił przy odpaleniu exori, więc musisz sprawdzić sam ;dKod:--[[
Instructions:
Attacks are prioritized least to greatest.
Required parameters:
words = spell words or rune id
min = minimum monster amount to trigger spell/rune
distance = the max range of the attack
Optional parameters:
max = the max monsters the spell will attack
mana = the minimum mana you want to have before casting
padding = the extra sqm's to check for players PAST the attack distance (default is 0)
needsTarget = the attack needs a target (exori hur, etc)
needsDirection = spells most effective when facing target (exori min)
multiFloor = check for players above/below (stairhop skulling)
ignoreParty = ignore player checks for party members
whiteList = table of players to ignore
targetList = table of monsters to attack, to attack all do not specify this option
]]
attack = {}
attack[1] = {words="exori gran", min = 3, distance = 1, padding=3, multiFloor=true}
attack[2] = {words="exori", min = 2, distance = 1, padding=3, multiFloor=true}
attack[3] = {words="exori min", min = 6, distance = 1, padding=3, needsDirection=true, multiFloor=true}
attack[4] = {words="exori ico", min = 1, distance = 1, max = 1, needsTarget=true, multiFloor=true}
attack[5] = {words="exori hur", min = 1, distance = 4, max = 1, needsTarget=true, multiFloor=true}
function getTargetCount(distance, padding, multiFloor, ignoreParty, whiteList, targetList)
local n = 0
padding = padding or 0
whiteList = whiteList or {}
targetList = targetList or {}
for i = CREATURES_LOW, CREATURES_HIGH do
local cid = Creature.GetFromIndex(i)
local checkPad = cid:isPlayer() and padding or 0
if(cid:isValid() and cid:isVisible() and cid:isAlive() and cid:DistanceFromSelf() <= (distance + checkPad) and not cid:isSelf())then
if(getSelfPosition().z == cid:Position().z or (multiFloor and cid:isPlayer()))then
if(cid:isPlayer() and (not cid:isPartyMember() or not ignoreParty) and not table.find(whiteList, cid:Name(), false))then
return 0
elseif(cid:isMonster() and (table.find(targetList, cid:Name(), false) or #targetList<1))then
n = n + 1
end
end
end
end
return n
end
function main()
for i = 1, #attack do
local atk = attack[i]
local count = getTargetCount(atk.distance, atk.padding, atk.multiFloor, atk.ignoreParty, atk.whiteList, atk.targetList)
if(count > 0)then
if(count >= atk.min and count <= ((atk.max == nil) and count or atk.max))then
if(type(atk.words) == 'number')then
Self.UseItemWithMe(atk.words)
wait(900, 1200)
elseif(Self.CanCastSpell(atk.words) and (not atk.mana or Self.Mana() >= atk.mana))then
local target = Creature.GetByID(Self.TargetID())
if(atk.needsTarget or atk.needsDirection)then
if(target:isOnScreen() and target:isVisible() and target:isAlive())then
if(target:DistanceFromSelf() <= atk.distance)then
if(atk.needsDirection)then
local pos, toPos = getSelfPosition(), target:Position()
local dir = pos.x > toPos.x and WEST or pos.x < toPos.x and EAST or pos.y > toPos.y and NORTH or SOUTH
Self.Turn(dir)
wait(100, 200)
else
Self.Say(atk.words)
end
end
end
end
if(not atk.needsTarget)then
Self.Say(atk.words)
end
wait(600, 1000)
end
end
end
end
end
print([[
Name: Auto Area Attack
Description: Shoots area spells/rune on certain conditions
Author: Cavitt Glover (Syntax)
Version: 5.0.00 (updated 11.26.2012)]])
wait(2000)
registerEventListener(TIMER_TICK, "main")
@edit
Inaczej.
Korzystałem z tego i rzuca spelle normalnie, i nie miałem nigdy sytuacji żeby mi się skull odpalił, no ale na open pvp skulle nie wchodzą jak się kogoś nie zaatakuje więc musisz to sprawdzić ;d
Ktoś jest w stanie polecić jakiś skrypt na kasyno? Chodzi mi o real Tibie oczywiście.
a ja mam pytanie kupilem ostatnio skrypt od Unuke na deeplingi ale chce mu dodac pare wpt zeby wchodzil tez na skalke jest opcja zeby dodac wpt tam gdzie chce w walkerze? czy musze zawsze co dodam wpt od samego dolu klikac 'move up' i tak do mniejca gdzie chce tego wpt??
Ma ktoś skrypt na Necromacer na Drefi?
http://forums.xenobot.net/showthread...t=drefia+necro
Tutaj jest dla EK i ED/MS.
Skrypt na trening na slimach. Ktoś coś?
ludziska jak wyglada teraz sprawa banow za xeno/ibota? jest sens wracac do gry expiac tylko na bocie? czy dostane bana po miechu/2
Ciężko powiedzieć, ale ja bym powiedział że bardziej od raportów bo znam ludzi co dostawiali raporty od innych gildii i dostawali delete
Osobiście uważam że nie ma żadnego systemu, a bany opierają się tylko na raportach, bo jest od groma botterów którzy nigdy bana nie wyłapali, a są ludzie którzy są w gildiach między którymi jest wojna, leci masa raportów, i osoby które nigdy nie bociły dostają delety ( przykładem jest MorMaster z torga ;>), więc ciężko powiedzieć.
Trzeba na pewno mieć świadomość, że jeżeli korzystasz z bota to jest szansa na tego delete'a, ale nie ma reguły że po tygodniu od użycia bota go dostaniesz ;>
Sam botowalem msa od 1 levela i dostalem 2x delete, najpierw na 190, ale po napisaniu maila odbanowali, a potem dopiero na 270, tylko ze juz sie nie udalo.
Postac latala ponad pol roku bez wiekszego problemu.