Okay that's a different issue then, it's still recommended to use one function. Nick said he'll look into it when he gets home.
I'll take a look after work if he hasn't already found the solution.
I think it's supposed to close the depot backpack (once it's done depositing to that backpack) but it closes BrowseField with Locker instead (or maybe it fails to detect that its already open and calls OpenLocker funcion for no reason) - unless it's intended but seems pointless to close BrowseField and then reopen it and leave backpack that won't be needed anymore still open ;d
its easier to make the depot function based on one index per item set , like DepositItems({index=0, items = {3154, 3455, 6555}}, {index =2, items = {4456, 6777, 1123}})
atleast that's how i did in the deposit function i made
Okay thanks, most likely the BrowseField change in the recent update then. I assumed it opened the Locker in the same window as BrowseField, which was incorrect.
Nick will be home soon to test and patch the issue.
That looks worse tbh.
You're putting the focus on the slots, and not the items.
yeah it does looks ugly lol, but it goes smoother
Probably, the current depositor is very old, one of the first things I made, and even though I was pr0 back then ;) it's pretty dated.
After I get done moving into my new place, I'll give you guys some new depositor/withdrawing functions.
I have a few improvements I need to make to them, and make them backwards compatible with the current input.
yeah, those two functions in the xenolualib could be cleaner imo, but the only thing i would add to self.deposit (i also added to mine) is keep opening equiped bps that are full, so it doesn't miss loot (probably shoud ignore this if Container(i):ID() == Self.Backpack().id).
this is why i separate by index in mine :
lua code:
Self.OpenDepot()
local dp = Container('Depot Chest')
for i = 0, #arg do
dp:UseItem(arg[i].Index, true) -- opening in new window
-- loop trough bps and move found items
for j = dp:Index()+1, #Container.GetAll() do -- closing what was opened
Container(j):Close()
end
end
i know yu pro but i tought my function was clever :D
THE DEPOSITOR BUGS ARE FIXED, PLEASE CLOSE TIBIA AND RESTART XENOSUITE TO DOWNLOAD THE CHANGES
Detail:
The deposit function has been completely re-written to use Browse Field, minimize backpacks, and close them after use. It is now also smarter and faster than before.
This seems to be more of an issue with your custom theme. I'm not clear on what you mean though, can you share a screenshot?
EDIT: I think I might understand. If it's what I think it is, then it's also a problem on W8 which does away with titlebar transparency. @DarkstaR is already aware of this although I'm not sure if there's a plan to fix it any time soon.
I don't think anyone answered this. It's done via hotkey message so it will work with non-visible supplies.
@DarkstaR
I'm still wondering if there exist any kind of donate function or if you can make one?
I would like to contribute more.
Modules are not working in p zones. I need them for remote checks and events logging.
Hi there and thanks for the release of Apophis. I just wonder about the Skinning feature since there are two options (wait and passive). What's the difference between the two?
Which one should be used if I want to skin after everything is killed?
Thanks again, keep up the good work!
Okay great, then the passive one is the one I'm looking for :) Thanks for the quick response!
Edit: Hm.. don't seem to work out very well. I have activated Skinner (Passive), but it's showing a very weird behavior. Even if there's still creatures on the screen, the character is trying to run back to skin the previous corpses, and it results in the bot running back and forth between the creature it's fighting and the corpse it's trying to skin. Also when the character kills a creature and it's the only one on the screen, it's not waiting there to skin it, the bot just continues to the next waypoint. Wouldn't it be possible to stop the walker when there are corpses to skin and then start the walker when everything is skinned?
Maybe Wait is the option to go with?
Or did I miss something crucial? :P Thanks.
13:50 XenoBot: Unable to load file! Try placing it in 'My Documents\XenoBot\Settings\'. I got that msg when i am trying to load script via explorer window. I can load it normally via Tibia settings window.
path to this script is C:\Users\Kuba\Documents\XenoBot\Settings. was not happening before. Weird thing is that few script i can load normaly via Explorer window and few not.
Hi!
Is the mage shooter script pvp safe? or is there an option im missing?
Im playing a knight in inferna so i cant just turn off pvp.
Anyone else still having problems with depositer? For me it opens the depot but then minimizes it, and fails to deposit anything. I of course closed tibia & xenosuite and restarted it for update. I then downloaded it again and installed it, still same issue.
Thanks
Is it no longer backwards compatible?
FIXED MORE ISSUES WITH THE DEPOSITOR, CLOSE TIBIA AND RESTART XENOSUITE TO DOWNLOAD
Hi! Please explain how to use self.ping() or how to see my ping using apophis
thank you!
Xenosuite screws my fps over badly - 250~~ fps gone
No scripts running.. Stood at the same SQM when both pictures was taken (yalahar depot)
http://i.imgur.com/dpOJi6E.png - Injected
http://i.imgur.com/1BFgMW6.png - Not injected
Heya
Is it only me with trouble with minimizing BPs?
Basically it sometimes works, and sometimes closes and reopens the bps.
Anything more i can add to describe the problem better?
Peace ;)
250 FPS? You don't need more than 60, you should enable the limiter in-game (arguably 120 if you have a 120hz monitor but IMO you don't need it for Tibia).
As far as it affecting FPS, I guess it makes sense, but I didn't notice a difference on my computer when running 5 clients at once all injected (didn't actually pull up the FPS though).
TLDR: 250 fps is likely more frames per second than your monitor is even capable of displaying
I usually limit my frame rate to about 100+/-
But without a limit...
http://i60.tinypic.com/o9mz35.jpg
the same here, life without limits
http://i.imgur.com/KqcgBq3.png
So im not alone eh
I'll optimize this soon.