BBot - The best bot of the world
Automount problem - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Automount problem (/thread-14782.html)



Automount problem - Navinter - 04-26-2014

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()


RE: Automount problem - Ertu - 04-26-2014

(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 Smile


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


Status.InPZ()<>1
Self.Mount()==0
Self.ToggleMount()


RE: Automount problem - mr. Kris - 04-26-2014

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

I msg this when I don't seen your respond.

= its not equal
== its equal


RE: Automount problem - Navinter - 04-26-2014

done ty