View Full Version : Couple suggestions
Leilar
06-18-2013, 03:45 AM
I created an account here a long time ago, now that Im actually using the bot and making scripts on it that I would later release for free, I have a couple suggestions
Functions and Variables list - Could be done first by DarkstaR and then updated by someone else every update. Darkstar could also release new functions or variables in every thread for a new version.
Ability to read status messages - This has been asked for ever since this bot was created I think
Login/reconnect function - Same as previous, needed for a long time now, still don't think there is one
Option to not loot any items but still eat food from bodies
Option to disable healer/any other bot while loggin on other characters (before logging in)
Question - Why are the HUDs that are available in the bot not released? I needed to look up the function for experience per hour and I could not find one. The one that displays recent loot would be useful too and has been asked for too.
Would be nice if somebody told me when these things are going to be implemented, if Darkstar is even considering them or anything else, thank you.
I created an account here a long time ago, now that Im actually using the bot and making scripts on it that I would later release for free, I have a couple suggestions
Functions and Variables list - Could be done first by DarkstaR and then updated by someone else every update. Darkstar could also release new functions or variables in every thread for a new version.
Ability to read status messages - This has been asked for ever since this bot was created I think
Login/reconnect function - Same as previous, needed for a long time now, still don't think there is one
Option to not loot any items but still eat food from bodies
Option to disable healer/any other bot while loggin on other characters (before logging in)
Question - Why are the HUDs that are available in the bot not released? I needed to look up the function for experience per hour and I could not find one. The one that displays recent loot would be useful too and has been asked for too.
Would be nice if somebody told me when these things are going to be implemented, if Darkstar is even considering them or anything else, thank you.
1. You can find all functions in Program Files/XenoBot/Data
4. Remove everything in your Loot list and enable the looter
5. Hit the pause/break button on your keyboard.
The rest I agree with.
Leilar
06-18-2013, 05:03 AM
1. You can find all functions in Program Files/XenoBot/Data
Saw these, but I feel like those aren't all the functions, I don't think they can be?
For example the experience per hour function is not there, even though its available on Xenobot's hud, maybe that's just done internally though.
I was talking about a forum one though, on most if not all bot's there is one that's defined clearly and is easy to navigate
Thanks for the rest
Saw these, but I feel like those aren't all the functions, I don't think they can be?
For example the experience per hour function is not there, even though its available on Xenobot's hud, maybe that's just done internally though.
I was talking about a forum one though, on most if not all bot's there is one that's defined clearly and is easy to navigate
Thanks for the rest
It's easier to just check them out there to be honest, as you'll get an idea how they work and it's all there. If you'd like to calculate exp/h etc, you will have to do it yourself, for now.
Total exp + Exp/h:
EXP, HUD, TIME = Self.Experience(), HUD.New(40,40, '0', 255, 255, 255), os.time()
Module.New('xd', function(module)
DIFF = os.difftime(os.time(), TIME)
HUD:SetText('Experience: ' .. Self.Experience()-EXP ..' [ ' .. math.floor((Self.Experience()-EXP)/(DIFF/3600)) .. ' exp/h ]')
end
)
You could also create your own Recent Loot HUD using Item.isCorpse().
Xeno Scripts
06-18-2013, 08:36 AM
You can just turn the HUDs on?! He will make a logout function, however never a loginfunction.
malakz
06-18-2013, 02:16 PM
Thought I agree with some of your ideas, I think Darkstar knows alot that can be improved and alot of options etc. to be added already. But he needs to prioritize, is this whats most important? Atleast I would think that's how it is..
Leilar
06-18-2013, 06:54 PM
You can just turn the HUDs on?! He will make a logout function, however never a loginfunction.
May I know why not a login function?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.