07-04-2013, 05:16 PM
I will now answer your questions:
1.
2.
Here is two macros for dropping empty vials:
This one will drop when you got less than 50 in cap:
Drop empty vials immediately:
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
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
