leo's lib line 88-96 is this
-- LOCAL FUNCTIONS
LIB_CACHE = LIB_CACHE or {
antifurniture = {},
specialarea = {},
cancast = {},
isontemple = false,
screentiles = math.random(10^2, 10^4)
}
Printable View
http://pastebin.com/6wUdMHRd
Line 93 again , I just copied the whole lib
Yea, I just found that bug while updating all of my libs since some functions didnt work. Well I just felt like telling :)
@Leonardo, is there any possibility to integrate isinsidearea() with a specific Special Area on Cavebot/Special Areas via their name, like, isinsidearea("bankarea") instead of having to declare them manually on a table every time?
I ask this because I use those area checks instead of islocation() due to some Stands in front of NPCs having more than 1 sqm.
It's doable I'll do it on the next release. Hang on.
Btw, did you know you can use islocation(7) and it'll check if you are within the waypoint + 7 sqm radius ?
That's a beta version you should use the stable version found already when you install WindBot, as they already told you anyway.
Good to know, thanks! About islocation () it would only work good when I'm worried by my posz so I dont have to set a very specific area to be. When talking to npcs I could be 1sqm north from my 5x1 Stand, the bot will think I'm only 1 sqm away from the action pos xyz but I wont be able to talk to the NPC. Another option that would be great to have, to counter this problem is consider, when using islocation () the entire range of the Action waypoint, like considering entire 5x1 instead of only the first Sqm of it.
as I can do to make the player when you are lagea 50 squid and 50 sd
@Leonardo any news on isinsidearea() considering special areas?
Updated to version 1.6.0
isinsidespecialarea
if not isinsidespecialarea('shopArea', 'depotArea') then
gotolabel('gotoShop')
end
Will move to label 'gotoShop' if you are not inside the special areas 'shopArea' and 'depotArea'.
hi.. gzt.. i cant pay
how can i download it? When i press "download" button , just open a page with the library itself,not some doc.lua O_O
Hello, im using your "Safe Reconnect" but when is restricted to continue hunt char goes to temple of oramond and log, but I think isontemple isnt working, also wanted to ask to add that place where you can get reward on city temples, where you have the statues.
EDIT: and check for oramond, because my character keeps loggin on
Leonardo, will you make the 1.6.1 available to download in here ?
Hey, where can i get help with a hotkey? i need a hotkey to use stone shower if >=2 stampors, sds if >=3 stampors and exori tera/exori gran tera = 1.
but one more thing.. i really need the character dont get STUCK while is trying to use it.. because i already have this one.
Updated to ver. 1.6.2
withdrawitems
Fixed issue with function also added compatibility for new depots.
Thanks for the update!
hiho maybe someone have script full afk to magic level trainer npc?
Any functions related to market, like remove all buy offers?