have problem, char, cant open bp and withdraw cash . please help / skript cyc for druid thais
Printable View
have problem, char, cant open bp and withdraw cash . please help / skript cyc for druid thais
i pasted all the xeno folders, when i turn, the character stands and I can only see the inscription "enough suplies & cap" i dont know where i can started "walker", this is my first scrip, i never use any bot. In my country is hard to find tutorial in Pl.
greetings, i use translator B)
Hi again, i try another script (thais north trolls), when i nothing change in .lua, my ek still make one round and go back to resuplie even when have potions. I look inside to .lua and i saw Paladin options, I do not know for what... ;C maybe because returns because there is no arrows? I change maxammo and ammoleave to 0, but when cap is below 20, ek still hunting.
I would like to do so to my ek, hunting to cap below 20 or low potions and comeback to dp.
Can you help me?
________________
I removed paladin options and any paladin options from .lua so as not to disturb in script.
I added
PHP Code:
elseif (Self.ItemCount(CapLeave) < CpLeave) then
Walker.Goto("Leaveresp")
print([[Low cap.]])
now part of the script looks:
and in this way it will work?PHP Code:
--- Hunt Settings ---
local CapLeave = 20 --- Leave spawn if cap is below this.
--Potions Setup
local MPBuy = 7 --- Amount of mana pots to bring on hunt.
local MPLeave = 2 --- Leave spawn if mana potions is below this.
local ManaPots = 268 --- ID of your manapots.
local HealthPots = 266 ----Id Of Your healthpots.
local HPBuy = 7 -- Amount of health pots to bring on hunt.
local HpLeave = 2 --- Leave spawn if mana potions is below this.
local CpLeave = 20 --- Leave spawn if cap is below this.
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
print([[
--Thais north trolls [All]--------
----This script was created by:----
----------------Nixez-------------
----------Happy Hunting!-----------
-----------------------------------]])
wait(7000)
function onWalkerSelectLabel(labelName)
if (labelName == "Checkpots") then
if (Self.ItemCount(HealthPots) < HpLeave) then
Walker.Goto("Leaveresp")
print([[Low Health pots.]])
elseif (Self.ItemCount(CapLeave) < CpLeave) then
Walker.Goto("Leaveresp")
print([[Low cap.]])
elseif (Self.ItemCount(ManaPots) < MPLeave) then
Walker.Goto("Leaveresp")
print([[Low mana pots, Going Refill ]])
else
Walker.Goto("start")
print([[Enough supplies & cap.]])
end
i will try it when i comeback from job ;_;
i dont got the script to work.. always say´s "Xenobot cannot find a path to the current waypoint."
what is the problem? :)
19:40 XenoBot: Unable to find open container #1.
I have problem with paladin kazz minotaur.
First, try to change get amo from dp, when i comin from spawn i dont have cap to put spears, first make refill and bank deposit next refill spears.
hello,
please, where the script begin?
I tried venore rotworms, It's not open my gold bp, i dont know why :/ I change in lua name of bp :(
Hey i have tryout the minos on kazz and there is a small problem in targeting minotaur mage is missing and woce in looter also is missing
thanks a lot of scripts :D
the script starts at the depot?