BBot - The best bot of the world
Some Questions: - 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: Some Questions: (/thread-10703.html)



Some Questions: - kendinal - 07-04-2013

Hello again (:
I got some questions for you, I hope you can answer them.
First one: How to Auto Mount?
Second one: Why doesn't my bot throw away his empty flasks?
Third one: Does Cipsoft recognize something if I Play a Ot with Tibia Auto?
Fourth one: Is it clever to use Utura after some time? Or is it a waste, I really dont know. (Coryms/east,Lv 65)
Thanks for your help.
Greets Chris.


RE: Some Questions: - oscar - 07-04-2013

I will now answer your questions:

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

2.
Quote:= Now the Drop Vials will not drop when it sees a single vial, but a random count, from 1 to 50 to look more human-like than dropping one by one vial

Here is two macros for dropping empty vials:

This one will drop when you got less than 50 in cap:
Code:
3000 {Drop Empty Flask by C} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=50 Map.Thrown(283, 10, !X!, !Y!, !Z!) Map.Thrown(284, 10, !X!, !Y!, !Z!) Map.Thrown(285, 10, !X!, !Y!, !Z!) Exit()

Drop empty vials immediately:
Code:
3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=99999 Map.Thrown(283, 10, !X!, !Y!, !Z!) Map.Thrown(284, 10, !X!, !Y!, !Z!) Map.Thrown(285, 10, !X!, !Y!, !Z!) Exit()

3. No Cipsoft wont recognize it.

4. In my opinion, it is very good.

Utura takes 75 mana and heals 400 health.

One exura ico is 40 mana and heals between 60-150 in your level.

Kind regards Oscar


RE: Some Questions: - kendinal - 07-04-2013

Hi !
Oscar you are such a great Person hehe.
Thanks for that answers, now you just Need to tell me, where I should that macros down. Would be great if you could explain me the steps. <3
Greets Chris.


RE: Some Questions: - oscar - 07-04-2013

(07-04-2013, 05:33 PM)kendinal Wrote: Hi !
Oscar you are such a great Person hehe.
Thanks for that answers, now you just Need to tell me, where I should that macros down. Would be great if you could explain me the steps. <3
Greets Chris.

Advanced tools > Macro Editor, past the macro into the "Code" section > Done > Macros > "Auto Macro Enabled"

[Image: Cfyj8lR.png]


RE: Some Questions: - kendinal - 07-05-2013

Thanks for that informations.
Could you also make for me an Utura-Macro?
Thanks Smile
Greets Chris.


RE: Some Questions: - oscar - 07-05-2013

Healing - Re-Use Cures - Recorvery

Code:
1000 {Utura} Self.Health%()<=80 Self.Mana()>75 Status.Buff()<>1 Self.Say(utura)



RE: Some Questions: - November - 07-05-2013

(07-05-2013, 04:40 PM)kendinal Wrote: Thanks for that informations.
Could you also make for me an Utura-Macro?
Thanks Smile
Greets Chris.

it's built in : healing tools > re-use > fill Recovery


RE: Some Questions: - kendinal - 07-05-2013

Ahhh I got it, but the Thing is, if he leaves the cave he is useing utura all the time and thats a waste of mana couze I dont Need utua if I refill.
Does someone of you got a macro for that?
Have a nice Weekend.
Greets.


RE: Some Questions: - oscar - 07-05-2013

(07-05-2013, 05:53 PM)kendinal Wrote: Ahhh I got it, but the Thing is, if he leaves the cave he is useing utura all the time and thats a waste of mana couze I dont Need utua if I refill.
Does someone of you got a macro for that?
Have a nice Weekend.
Greets.
I posted a macro?


RE: Some Questions: - kendinal - 07-05-2013

Yea Oscar I know, but he is useing utura all the time.
The Problem is, that I dont wanna that he uses it while Walking dp.
Greets.