Log in

View Full Version : Hotkeys: use/wear when pressing a certain key



Tripkip
12-30-2013, 07:53 PM
So my proposal is;
when for example Im pressing the Delete button my bot will equip/unequip a energy ring.
So kinda like Equipring () Unequipring () EquipAmulet () UnEquipAmulet()

another example of this would be, Keep using SSa's untill it gets disabled again by using a certain hotkey. (kinda like frag helper but with amulets)
TurnAmuletOn () TurnAmuletOff () TurnRingOn () TurnRingOff ()

This is the only thing im really missing in this bot. There is no functions that allows us to equip rings/amulets fast, by pressing hotkeys.

As I dont see any danger in this possible function, I dont see any objections why this couldnt be implented.

DarkstaR Syntax

Nostrax Junior
12-30-2013, 07:54 PM
Signed!

Lavi
12-30-2013, 07:56 PM
Sounds like a great idea !
I think this will be very helpful !:)

Joey
12-30-2013, 08:06 PM
Get magebot



heuaheuhaeuhae

Hawk
12-30-2013, 08:32 PM
I really like functions of delete , inster pg up/down , home and end. Tho they could put those "new" hotkeys somewhere else.

Tripkip
12-31-2013, 10:34 AM
I really like functions of delete , inster pg up/down , home and end. Tho they could put those "new" hotkeys somewhere else.

Well as I just want to be able to make em in lua, It doesnt have to be native. This way you can change the rings, and hotkeys to any combination you want. You could put the functionality on any of the keys on your keyboard, kinda like binding a hotkey in ventrillo to the "speak" function. Could even be "X" or "Q" as we barrely use these letters anyways.
Joey, if the banrate on the bot wouldnt so damn high I would, I still got a lifetime key :(

Nappy
12-31-2013, 10:46 AM
Whatvif your trying to type or somthing? Maybe include that it would be ctrl + backspace.
Signed

Joey
12-31-2013, 11:25 AM
Well as I just want to be able to make em in lua, It doesnt have to be native. This way you can change the rings, and hotkeys to any combination you want. You could put the functionality on any of the keys on your keyboard, kinda like binding a hotkey in ventrillo to the "speak" function. Could even be "X" or "Q" as we barrely use these letters anyways.
Joey, if the banrate on the bot wouldnt so damn high I would, I still got a lifetime key :(

Use the safemode version?

Tripkip
12-31-2013, 12:13 PM
Joey Safe mode aint safe, bitch pleaseeeeeeeeeeeee xD
Its not just dash thats making magebot detecable as fuck, its the way its performing actions, and the easyness to make mistakes wich will cause weird behaviour. Also if everyone could stop making lame comments like, go use another bot, or stupid idea cuz you dont think u'll need it yourself, just Ssssh. Its a proposal, I think it adds another dimenions to the bot, and that it can be very usefull in wars. Darkstar made a frag helper, combo bot and burst damage healer, these are all war functions so I think some more should be made as he wants to have the most complete bot on the market.

And aswell, I haven't seen any new functions in Xenobot for quite a while, and I know DarkstaR is bussy writing a book and what not, but I geuss making this functions aint a really big time consuming thing.

So therefor please reply what u think of this proposal.

Thanks in advance

Hawk
12-31-2013, 12:18 PM
Well as I just want to be able to make em in lua, It doesnt have to be native. This way you can change the rings, and hotkeys to any combination you want. You could put the functionality on any of the keys on your keyboard, kinda like binding a hotkey in ventrillo to the "speak" function. Could even be "X" or "Q" as we barrely use these letters anyways.


Then make em and I might start liking you... xD

Tripkip
12-31-2013, 12:20 PM
Then make em and I might start liking you... xD
Ohh once the functions are there, I wouldnt mind. Guess its impossible to do it with the current functions. If not tell me wrong and I'll figure out a way to do it.

Hawk
12-31-2013, 12:23 PM
Ohh once the functions are there, I wouldnt mind. Guess its impossible to do it with the current functions. If not tell me wrong and I'll figure out a way to do it.

I'm not much of a programmer myself, I'm more of a big moral support. YOU GO GIRL !! DON'T LET ANYONE TELL YOU WHAT YOU CAN AND CANNOT DO!!

dinmamma
12-31-2013, 01:17 PM
Joey Safe mode aint safe, bitch pleaseeeeeeeeeeeee xD
Its not just dash thats making magebot detecable as fuck, its the way its performing actions, and the easyness to make mistakes wich will cause weird behaviour. Also if everyone could stop making lame comments like, go use another bot, or stupid idea cuz you dont think u'll need it yourself, just Ssssh. Its a proposal, I think it adds another dimenions to the bot, and that it can be very usefull in wars. Darkstar made a frag helper, combo bot and burst damage healer, these are all war functions so I think some more should be made as he wants to have the most complete bot on the market.

And aswell, I haven't seen any new functions in Xenobot for quite a while, and I know DarkstaR is bussy writing a book and what not, but I geuss making this functions aint a really big time consuming thing.

So therefor please reply what u think of this proposal.

Thanks in advance

DarkstaR said he will be coming with new functions 2014 :D including a built in runeshooter :drops-jaw.jpg:

But I like your proposal, even tho it is possibe atm using hotkeys with text commands.

DotheC
01-03-2014, 01:12 PM
signed, or like in elfbot set hotkeys with scripts:

if $playing {set $playing 0 | statusmessage 'ElfBot NG - CaveBot Paused' | settargeting off | setfollowwaypoints off | stopattack | end} else {set $playing 1 | statusmessage 'ElfBot NG - CaveBot Resumed' | settargeting on | setfollowwaypoints on}

one hotkey -> stops all cavebot functions, i miss that <333333

Tripkip
01-03-2014, 03:57 PM
signed, or like in elfbot set hotkeys with scripts:

if $playing {set $playing 0 | statusmessage 'ElfBot NG - CaveBot Paused' | settargeting off | setfollowwaypoints off | stopattack | end} else {set $playing 1 | statusmessage 'ElfBot NG - CaveBot Resumed' | settargeting on | setfollowwaypoints on}

one hotkey -> stops all cavebot functions, i miss that <333333
We got that key, its called the pause button.

WorkingHandz
01-03-2014, 11:20 PM
Wish the keys were customizable. I play on an iMac. with mac keyboard. No Pause button!

I definitely support the hotkey idea though. Would be ideal to have that, its the only thing the bot is missing!

DotheC
01-03-2014, 11:20 PM
We got that key, its called the pause button.

it was an example, then take this as another good example :p

auto 1 listas 'E Ring' | if [$hppc <= 80 && $inpz == 0] equipring 3051 | if [$hppc >= 95 || $inpz] unequip 'ring' 'empty'

or this

auto 200 | hplower 2000 equipammy 3081 | hplower 1700 equipring 3048

or this

exivalast

or this

auto 100 listas "Anti push enabled" | if [$itemcount.3031 >= 2] {dropitemsxyzamount $posx $posy $posz 3031 2 | wait 300} | if [$itemcount.3492 >= 2] {dropitemsxyzamount $posx $posy $posz 3492 2 | wait 300} | if [$itemcount.283 >= 1] {dropitems 283 | wait 300} | if [$itemcount.284 >= 1] {dropitems 284 | wait 300} | if [$itemcount.285 >= 1] {dropitems 285 | wait 300}

Y2Quakepc2
01-03-2014, 11:29 PM
Who says u cant do it with lua? lawl
U can make your char say something in npc for example using insert delete etc, and make a lua script that reads the msg and does certain actions.

I think there was a thread about this, dont have time to search it tho

Tripkip
01-04-2014, 12:50 AM
Who says u cant do it with lua? lawl
U can make your char say something in npc for example using insert delete etc, and make a lua script that reads the msg and does certain actions.

I think there was a thread about this, dont have time to search it tho

Well awesome, but since this script hasnt been released yet, it must be quite advanced. And could be made way easyer by addin some of functions I listed. Obviously people agree its, usefull. Anyways working on it, but I think the only keys that could be used for the commands would f-1 - f12hotkeys, or words.

Stusse
01-04-2014, 01:36 AM
You can accomplish some good stuff by having a chat, in which you can send commands by keypress. For example you can rebind your delete button or whichever button you want to use to for example something you dont use (shift+F8). When it's pressed send text directly (by Tibia hotkey) the chat reads it and executes command.

(not tested not sure if Tibia hotkey system is able to send text into Custom XenoBot Channels, but I guess it could work.)

/Stusse

VilleDaKing
01-04-2014, 08:09 AM
Basically those things already exist in tibia. It is called flash client (^_-)

Y2Quakepc2
01-04-2014, 08:26 AM
Basically those things already exist in tibia. It is called flash client (^_-)
DarkstaR, HolmaN, Syntax, Spectrus, Messed Around

please, ban this guy for mentioning the flash client.

Infernal Bolt
01-04-2014, 11:27 AM
his is the only thing im really missing in this bot. There is no functions that allows us to equip rings/amulets fast, by pressing hotkeys.

use a custom chat and write commands into it, hotkey the commands and you'll be fine.

WorkingHandz
01-04-2014, 12:42 PM
please, ban this guy for mentioning the flash client.


LMAO!

DotheC
01-04-2014, 01:31 PM
DarkstaR, HolmaN, Syntax, Spectrus, Messed Around

please, ban this guy for mentioning the flash client.

hahahhahaha, who the fuck plays on flash client imao

pixie_frigo
01-04-2014, 03:33 PM
http://pixie.be/Xenobot/PVP.zip

Make a hotkey with the text:
life ring, ring of healing

enter the hotkey in the channel and you start putting them on.
enter the same hotkey again and you will start wearing your normal rings again.

donqzor
01-04-2014, 05:18 PM
nice pf :)
thanks for sharing =)

Infernal Bolt
01-04-2014, 06:44 PM
signed, or like in elfbot set hotkeys with scripts:

if $playing {set $playing 0 | statusmessage 'ElfBot NG - CaveBot Paused' | settargeting off | setfollowwaypoints off | stopattack | end} else {set $playing 1 | statusmessage 'ElfBot NG - CaveBot Resumed' | settargeting on | setfollowwaypoints on}

one hotkey -> stops all cavebot functions, i miss that <333333

press the pause key on your keyboard? ^_^

drac0ner
01-06-2014, 06:08 PM
If you are first gonna implement such a feature, wouldn't it be better to be able to make lua scripts that binds lua functions to hotkeys.

Example:

registerHotkeyListener(F1_KEY, function()
print "utani gran hur"
end)

Boomtune
01-17-2014, 05:43 PM
Get magebot



heuaheuhaeuhae

I want those function too and I dont feel like using 2 bots at once just of some functions.