Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some Questions:
#1
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.
#2
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
Please give me reputation if I helped you!

EK Project ~ By Oscar ツ
★Scripts By Oscar★
#3
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.
#4
(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]
Please give me reputation if I helped you!

EK Project ~ By Oscar ツ
★Scripts By Oscar★
#5
Thanks for that informations.
Could you also make for me an Utura-Macro?
Thanks Smile
Greets Chris.
#6
Healing - Re-Use Cures - Recorvery

Code:
1000 {Utura} Self.Health%()<=80 Self.Mana()>75 Status.Buff()<>1 Self.Say(utura)
Please give me reputation if I helped you!

EK Project ~ By Oscar ツ
★Scripts By Oscar★
#7
(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





#8
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.
#9
(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?
Please give me reputation if I helped you!

EK Project ~ By Oscar ツ
★Scripts By Oscar★
#10
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.


Forum Jump:


Users browsing this thread: 1 Guest(s)