Sorry it is out of my reach. I am casual if it comes to playing and my top lvl is 120+
Printable View
Sorry it is out of my reach. I am casual if it comes to playing and my top lvl is 120+
What's up dude would It be possible for you to make a full afk yielothax script with killing the boss as well I would paid for it. thx
I don't know really much about that yielothax stuff... I have never hunted there and I have clearly no idea how does it look when there is mage, when there is no mage, how about bosses etc... I would suggest other scripters. Sorry to let you down.
PS:
I don't really care if paid or not. If I could (I can but for me it will be a bit too much to scout area, make path, etc) I would do it for free.
okay... I changed downloads, so now all files are accessible easily through dropbox
links not work ..
Well... i Just tried all of them
you need to be registered in dropbox
Cemetery -1 great script :)
200k/h on 100 RP and it works totally afk
tried out the barbarian camp and the yalahar Dragons. used each script from Stamina 42 - 15 and had no issues or Problems, thanks trykon!!
Sorry for problem with download :) problem fixed
Can yhou make please tyrsung frost giants for ek?
or necromancer yalahar with task for ed
thanks :D
Yala necro? Ok :)
Sorry I forgot to reply fully. These giants, I have no idea where they are. I suppose it is some low-mid lvl hunting ground, but really no idea. About task: you need to take it, and you need to see if it has been completed. Bot will just run and kill necros. I will probably make it to also kill lone hero and maybe more :)
can you make mutated human for knight ? with gold changer e refill food (with murshroom) and potions, reconnect and pass on the gate, because i don't have yalahar quest completed
tyy man ♥
There is free on other scripters thread. Gold changer (for ots?) Is accessible on forum for free as well, reconnect is something I cannot do, but you can use OXTools
Sorry but I am not making scripts that are accessible somewhere else for free.
And today I am busy with other requests.
new scripts on the way :) check my webpage for more info
Any chance of making script for ED on Yielothax ?? Or Souleaters ZAO??
I replied about yielothax already. There is no script for them, because it is troublesome to write it. And in time I would spend there I could make few other scripts.
My ED has to low lvl to make souleaters script... and I cannot do it with RP which I use mostly for waypoints and stuff,
I saw it in other threads, but unfortunately paid
would be awesome if theres a new frontier quest script, got 4 chars that Need the quest, kinda frustrating. :SS
I hate all access quests... I doubt I will even make script to do them, cuz it takes even more time.
Lua short scripts - ok
hunting grounds that i can cover with my lvls - ok
quests - not ok
access quests - NOOOO xD
after my ED finishes for today, I will go with RP to make shattered islands quest and I will do malada and talahu hunting script :)
On my way. But today I need to finish earlier request for malada gs, after this I'll make yala necros :)
Yalahar necros added :) enjoy
yo bro i need help with the mana sitter, i cant get it to do >Utana vid< or >Utani Gran Hur< its just spamming Exura and some other spell but i cant use it because im a ms xD
Sure, I will reupload script with utana vid/exura vita
Hah I tried it already for 6h
Funny that I have 2 EDs on thil lvl range so this script is perfect for me as well
TRY MAKE LOOT SORT SINCE THE ONE THAT MR @DarkstaR CREATED ISNT WORKING ATM ;)
Hey :) currently I have moved to paid scripts and this thread is dead
I am sorry, but currently I have a lot of requests, both paid and unpaid, and putting that at the end will take some time to finally do it.
http://forums.xenobot.net/showthread...-your-requests
can you change the number of creatures to stop follow?
local target = "Heal Up" -- put your leader name there
local ValidMonsters = {"Demon", "Grim Reaper", "Metal Gargoyle", "Manticore", "Young Goanna", "Adult Goanna", "Feral Sphinx", "Lamassu", "Sphinx", "Crazed Winter Vanguard", "Crazed Winter Rearguard", "Thanatursus", "Animated Feather", "Squid Warden", "Icecold Book", "Flying Book"}
local MonsterCheck = {}
local MonsterAmount = 0
function setMonsters()
for _, mname in pairs(ValidMonsters) do
MonsterCheck[mname] = true
end
end
do
setMonsters()
Module.New("follow", function(module)
MonsterAmount = 0
for name, c in Creature.iMonsters() do
if(MonsterCheck[name]==true) then
Targeting.Start()
MonsterAmount = 1
break
end
end
if(MonsterAmount == 0) then
Targeting.Stop()
local player = Creature(target)
if player:isOnScreen(true) then
Creature.Follow(target)
end
end
module:Delay(1000)
end)
end