BBot - The best bot of the world
How to open Gate Of Expertise in my Script? - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: How to open Gate Of Expertise in my Script? (/thread-5597.html)



How to open Gate Of Expertise in my Script? - Benjyon - 11-29-2012

When I make a script, how do i open Gate Of Expertise?
I know I hve to use "Map Tool" But I can't figure out how to use it.

I give rep+


RE: How to open Gate Of Expertise in my Script? - Wukazen - 11-30-2012

visit bbot wiki for more information, you can use this macro:

1000 {Open Door} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(DOOR_ID, !X!, !Y!, !Z! 1)

In order to know the Door_id press "alt F8" and look at the door, then look at the top left of your Tibia screen and you will find the id , finally replace the DOOR_ID for the number you got.
Don't forget to add a macro on your point list with the macro opening the door


RE: How to open Gate Of Expertise in my Script? - Benjyon - 12-03-2012

(11-30-2012, 08:55 PM)Wukazen Wrote: visit bbot wiki for more information, you can use this macro:

1000 {Open Door} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(DOOR_ID, !X!, !Y!, !Z! 1)

In order to know the Door_id press "alt F8" and look at the door, then look at the top left of your Tibia screen and you will find the id , finally replace the DOOR_ID for the number you got.
Don't forget to add a macro on your point list with the macro opening the door

Great! I will try thisSmile