Bind Key to Buy Shopmenu Items

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Binde
Peon
Posts: 1
Joined: Thu Sep 14, 2006 6:57 pm

Bind Key to Buy Shopmenu Items

Post by Binde » Thu Sep 14, 2006 7:03 pm

hey i was just looking to bind a key to buy one or preferably two shop items.

i tried

bind "O" "shopmenu; wait; wait; wait; wait; wait; slot5"

and that seemed to work pretty well for buying mask but sometimes the shopmenu took awile to comeup and it didnt work so well. but more waits would fix that.

then i tried

bind "O" "shopmenu; wait; wait; wait; wait; wait; slot5; wait; wait; wait; wait; wait; shopmenu2; wait; wait; wait; wait; wait; slot3"

but this just bought a sock (shop 2 item 5, and replaced it with a helm)

so i tried

bind "O" "shopmenu; wait; wait; wait; wait; wait; slot5; wait; wait; wait; wait; wait; shopmenu2"

and this just bought a sock.

so basically if there is a way i can bind 1 key to buy mask + helm that would be awesome thanks.

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Thu Sep 14, 2006 10:07 pm

Yea it's not really possible, the client will do wait's automatically, but pressing shopmenu doens't always display it right away :(
No Support via PM

DeadEyeSavage
Peon
Posts: 38
Joined: Fri Jul 08, 2005 7:20 pm

Post by DeadEyeSavage » Fri Sep 29, 2006 2:27 am

There is a way ia veh it bound but i forget what is bound and when i look it up i get confused! So let me see if i can find the eprson who helped me with ti and i will psot how.

DarkJP2
Rifleman
Posts: 163
Joined: Tue Jul 26, 2005 3:18 pm
Location: Swiss

Post by DarkJP2 » Sat Sep 30, 2006 8:58 am

a while ago i made a script for the shopmenus. but it's a bit dusty and old so i don't know if it still works or not. giv ite a try and add it to your config:

Code: Select all

//Shopmenuscript 
//menuselects 
alias ms1 "menuselect 1" 
alias ms2 "menuselect 2" 
alias ms3 "menuselect 3" 
alias ms4 "menuselect 4" 
alias ms5 "menuselect 5" 
alias ms6 "menuselect 6" 
alias ms7 "menuselect 7" 
alias ms8 "menuselect 8" 
alias ms9 "menuselect 9" 
alias ms0 "menuselect 10" 
//shopmenu 
alias ank "shopmenu;ms1;ms0" 
alias boots "shopmenu;ms2;ms0" 
alias claws "shopmenu;ms3;ms0" 
alias cloak "shopmenu;ms4;ms0" 
alias mask "shopmenu;ms5;ms0" 
alias neck "shopmenu;ms6;ms0" 
alias orb "shopmenu;ms7;ms0" 
alias health "shopmenu;ms8;ms0" 
alias tome "shopmenu;ms9;ms0" 
//shopmenu2 
alias scroll "shopmenu2;ms1;ms0" 
alias potect "shopmenu2;ms2;ms0" 
alias helm "shopmenu2;ms3;ms0" 
alias cat "shopmenu2;ms4;ms0" 
alias wand "shopmenu2;ms5;ms0" 
alias gloves "shopmenu2;ms6;ms0" 
alias ring "shopmenu2;ms7;ms0" // ein ring -> für 5 ringe Befehl  "rings" benutzen 
alias cham "shopmenu2;ms8;ms0" 
alias mole "shopmenu2;ms9;ms0"
/E: and don't forget to bind the items you want ^^

Post Reply