Thread Rating:
  • 4 Vote(s) - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MSG here when You need macros
(02-17-2017, 08:17 PM)Freitas Wrote: Ring:
I need a macro that places might ring 70 % reaching 40% of life
place Energy ring, regardless of the ring you are putting in the main backpack reaching 100% life.

This part is sooo badly written and confusing a.f.

100-70 energy, 70-40 might?
Reply
(02-17-2017, 10:12 PM)Catar Wrote:
(02-17-2017, 08:17 PM)Freitas Wrote: Ring:
I need a macro that places might ring 70 % reaching 40% of life
place Energy ring, regardless of the ring you are putting in the main backpack reaching 100% life.

This part is sooo badly written and confusing a.f.

100-70 energy, 70-40 might?

70 % MIGHT, 40 % energy ... 100 % life full Without ring
Reply
(02-17-2017, 10:21 PM)Freitas Wrote: 70 % MIGHT, 40 % energy ... 100 % life full Without ring


Once again

100-70 No ring
Below 70, Puts on Might
Takes off at 100% or changes to energy at 40%

When has energy, takes it off at what % ?
Reply
(02-17-2017, 10:33 PM)Catar Wrote:
(02-17-2017, 10:21 PM)Freitas Wrote: 70 % MIGHT, 40 % energy ... 100 % life full Without ring


Once again

100-70 No ring
Below 70, Puts on Might
Takes off at 100% or changes to energy at 40%

When has energy, takes it off at what % ?


Any % ( Test )
Reply
Ok first Setup your Might and Energy ring in your Hotkeys as Equip item

[Image: qDGQiP9.png]


Copy and paste this into variables tab


Code:
F1=112
F2=113
F3=114
F4=115
F5=116
F6=117
F7=118
F8=119
F9=120
F10=121
F11=122
F12=123



Here is a macro,
Copy it into
[Image: 6HokfvU.png]
and press Done.



[macro]80 {MightEnergy} MightFkey:=!F6! EnerFkey:=!F7! EneID_OFF:=3051 EneID_ON:=3088 MightID:=3048 HP1:=70 HP2:=40 HPOff:=97 CurMP:=Self.Mana%() CurHP:=Self.Health%() coR:=Self.inventory.Ring() !coR!==0 [a1] !CurHP!<=!HP1! [hp1] !CurHP!<=!HP2! [hp2] {ener} !coR!<>!EneID_ON! Tibia.SendKey(!EnerFkey!) exit() {hp2} !coR!<>!MightID! Tibia.SendKey(!MightFkey!) exit() {hp1} exit() {a1} !coR!==!EneID_ON! [a2] !CurHP!>=!HPOff! [hp3] !CurMP!>=5 {off} Self.UnEquip.Ring(0) exit() {hp3} exit() {a2} !coR!==!MightID! [a3] !CurHP!>=!HPOff! [hp4] Label(off) exit() {hp4} !CurHP!<=!HP2! [hp5] Label(ener) exit() {hp5} exit() [/macro]


Edit macro and Setup what Hotkeys you want to use for your rings,
I used F6 and F7 as an example, just change the number if want any other.

MightFkey:=!F6!
EnerFkey:=!F7!


Here is code if anyone wants to look at it

Code:
MightFkey:=!F6!
EnerFkey:=!F7!
EneID_OFF:=3051
EneID_ON:=3088
MightID:=3048

HP1:=70
HP2:=40
HPOff:=97

CurMP:=Self.Mana%()
CurHP:=Self.Health%()
coR:=Self.inventory.Ring()
!coR!==0 [a1]
!CurHP!<=!HP1! [hp1]
!CurHP!<=!HP2! [hp2]
{ener}
!coR!<>!EneID_ON!
Tibia.SendKey(!EnerFkey!)
exit()
{hp2}
!coR!<>!MightID!
Tibia.SendKey(!MightFkey!)
exit()
{hp1}
exit()
{a1}
!coR!==!EneID_ON! [a2]
!CurHP!>=!HPOff! [hp3]
!CurMP!>=5
{off}
Self.UnEquip.Ring(0)
exit()
{hp3}
exit()
{a2}
!coR!==!MightID! [a3]
!CurHP!>=!HPOff! [hp4]
Label(off)
exit()
{hp4}
!CurHP!<=!HP2! [hp5]
Label(ener)
exit()
{hp5}
exit()




About that Amulet macro,
Just learn how is this one made, and make similar for it....
Reply


Sorry, but it did not work.
Step by step but did not work
Reply
(02-18-2017, 02:01 AM)Freitas Wrote: Sorry, but it did not work.
Step by step but did not work


It means you did something wrong, because when i make macro, i make them perfect Tongue

here is video manual of copying macro
http://forums.bmega.net/showthread.php?tid=27859

remember to check "Auto Macros Enabled"


EDIT:
Ok found what the possible problem was,
Macro is good, problem is just in variables
delete all the : : : :
Leave only keys you want, f.e:
F6=117
F7=118
Reply
hi there. Can u make something for :
-use utito tempo when see monsters
-use exori if is more than 3 monsters
Reply
(02-18-2017, 12:21 PM)druider Wrote: hi there. Can u make something for :
-use utito tempo when see monsters
-use exori if is more than 3 monsters


Check this scripts, it has all of it setup, just analyze and learn.
http://forums.bmega.net/showthread.php?tid=27882

http://forums.bmega.net/showthread.php?tid=27857
Reply
i need help, please i need something to helpme that make the char use the wagon from kazoordoon... to be honest idk how to do it please!
Reply
(03-01-2017, 06:44 AM)numericoo1 Wrote: i need help, please i need something to helpme that make the char use the wagon from kazoordoon... to be honest idk how to do it please!

Map Tool
Reply
I created a macro of SSA, Might Ring for war..

The macro works perfectly, but I take debug
what I do ?


I can not increase his team pulling the SSA, and might ring due to player attacks
Reply
Hello.
I'm lookig macro with avalanche safe shooter. Use ava only when monsters on screen and stop when players on it.
Reply
Hello,looking 4 macro drinking UMP from ground in my house,someone can help me?
Reply
(03-03-2017, 10:00 AM)Olczo Wrote: Hello,looking 4 macro drinking UMP from ground in my house,someone can help me?

bump
Reply
(03-04-2017, 07:37 AM)Olczo Wrote:
(03-03-2017, 10:00 AM)Olczo Wrote: Hello,looking 4 macro drinking UMP from ground in my house,someone can help me?

bump


Make yourself one,
You can use pickup from floor command and setup drinking in Healer

Map.PickUp(ID, Count, ContainerTo, X, Y, Z) Pick a item from the map (Returns: Yes=1; No=0)

Map.PickUpEx(ID, Count, ContainerTo, X, Y, Z, Range) Pick a item from the map in a range (Returns: Yes=1; No=0)
Reply
(03-01-2017, 03:05 PM)Freitas Wrote: I created a macro of SSA, Might Ring for war..

The macro works perfectly, but I take debug
what I do ?


I can not increase his team pulling the SSA, and might ring due to player attacks

=(
Reply
(03-06-2017, 09:18 PM)Freitas Wrote: =(

Nobody answered you because your post makes no f*****n sense.
hard to help anyone when you don't speak same language.

And I remember I already made macro for you and explained how to use it.
Reply
I have macro to use mas san when 2 monsters or more around with safe check.

But i need macro with 2 checks:

- use mas san, when 2 monster or more around and 0 players
- use mas san, when 2 monster or more around and my character is around
How to do it?
Reply
(04-26-2014, 03:36 PM)mr. Kris Wrote: Hello.

If somebody need macro, please send post here I will try help You.

Best Regards mr. Kris


How do I pull stone skin amulet and might ring with full life
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)