Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some Questions:
#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★


Messages In This Thread
Some Questions: - by kendinal - 07-04-2013, 02:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)