hello, i need 3 alerts wich are not availble on the alerts interface.
1- when cap is under X make a sound
2- when manas are under X make a sound
3- when heatlhpotions are under X make a sound
is dat possible? i rly need it,
Hello i need a hotkey to use enchanted ruby on worn firewalker boots, please
enchanted rubies will be in main bp/ i think u have to take off worn firewalker boots to use the ruby on it idk..
How do I make so my character run to DEPOT and puts every loot in DP when Its full or out of cap?
Potions:
init start
local itemName = 'mana potion' -- Any item
local minCount = 10
-- DO NOT EDIT ANYTHING BELOW THIS LINE
itemName = itemid(itemName)
init end
auto(100)
if itemcount(itemName) < minCount then
beep()
wait(1000)
end
Cap:
init start
local minCap = 30
-- DO NOT EDIT ANYTHING BELOW THIS LINE
init end
auto(100)
if $cap < minCap then
beep()
wait(1000)
end
Hey so I like to use my Mwall Hotkey on my mouse scroll button, is there anyway to make a hotkey so that when i press the mouse key it automatically presses a hotkey like F5 which is usually my mw hotkey?
I want a hotkey for enchant gems, I hope you can help me ^^
My char will stand here
What I need is, the hotkey will use the gem to the south of my char (x, y+1, z) while I have more than 1 soul, it will use potion on urself also.
Also would be good to have option
Gem to use (user will write wich one he want to enchant)
Kind of Mana Potion to use (user will write wich one he want to use to mana up)