04-26-2014, 02:51 PM
(04-26-2014, 02:45 PM)Navinter Wrote: Hi i have a problem i havnt played since august'13 now i bought pacc and bought the bbot license again, and i want to bot again so i did it, but now a macro doesnt work.
The macro is for automount, i had this one and worked 100% when i played time ago but now it doesnt works anymore, every 3 seconds my char takes his mount then dismount then mount then dismount and i dont know why.
This is the script:
3000 {Auto Mount} Status.InPZ()<>1 Self.Mount() = 0 Self.ToggleMount()
Try this

3000 {Auto Mount} Status.InPZ()<>1 Self.Mount()==0 Self.ToggleMount()
Status.InPZ()<>1
Self.Mount()==0
Self.ToggleMount()