Posts: 90
Threads: 31
Joined: Nov 2013
Reputation:
0
12-27-2015, 03:26 AM
(This post was last modified: 12-27-2015, 03:37 AM by burla.)
Hello guys need it for my lil RP =>
Sorry for my bad english.
1500 {Stealth Ring} idRingOFF:=3052 idRingON:=3089 Creatures.ByName(Cyclops)>=!monstersCount! [else] Self.Inventory.Ring()<>!idRingON! Self.Equip.Ring(!idRingOFF!) Exit() {else} Self.Inventory.Ring()==!idRingON! Self.UnEquip.Ring(0)
I got it from samples, how I make for use it for 2 creatures names, like Cyclops Smith n Cyclops Drone on screen.
or just make 2 macros?
thx for the help
Paladin lover => if the script is GOOD - REP ++ =D
Posts: 942
Threads: 58
Joined: Nov 2013
On this macro you unequip one ring to equip stealth ring?
If you want, I can make 2 macros, one for Smith and other to Drone.
Posts: 90
Threads: 31
Joined: Nov 2013
Reputation:
0
(12-27-2015, 04:05 AM)kaiquegabriel Wrote: On this macro you unequip one ring to equip stealth ring?
If you want, I can make 2 macros, one for Smith and other to Drone.
I would love it man =3
Paladin lover => if the script is GOOD - REP ++ =D
Posts: 942
Threads: 58
Joined: Nov 2013
12-27-2015, 04:26 AM
(This post was last modified: 12-27-2015, 04:26 AM by kaiquegabriel.)
Try:
Code:
1000 {CycDrone Ring} Creatures.ByNameBeside(Cyclops Drone)=>1 Self.Equip.Ring(3049)
Code:
1000 {CycSmith Ring} Creatures.ByNameBeside(Cyclops Smith)=>1 Self.Equip.Ring(3049)
Code:
1000 {Unequip Ring Cycs} Creatures.ByNameBeside(Cyclops Smith)=0 Creatures.ByNameBeside(Cyclops Drone)=0 Self.UnEquip.Ring(0)
Posts: 90
Threads: 31
Joined: Nov 2013
Reputation:
0
(12-27-2015, 04:26 AM)kaiquegabriel Wrote: Try:
Code:
1000 {CycDrone Ring} Creatures.ByNameBeside(Cyclops Drone)=>1 Self.Equip.Ring(3049)
Code:
1000 {CycSmith Ring} Creatures.ByNameBeside(Cyclops Smith)=>1 Self.Equip.Ring(3049)
Code:
1000 {Unequip Ring Cycs} Creatures.ByNameBeside(Cyclops Smith)=0 Creatures.ByNameBeside(Cyclops Drone)=0 Self.UnEquip.Ring(0)
it will auto equip n unequip?
Paladin lover => if the script is GOOD - REP ++ =D
Posts: 942
Threads: 58
Joined: Nov 2013
12-27-2015, 04:32 AM
(This post was last modified: 12-27-2015, 06:01 AM by kaiquegabriel.)
active 3 macros and work auto equip/unequip
Posts: 90
Threads: 31
Joined: Nov 2013
Reputation:
0
(12-27-2015, 04:32 AM)kaiquegabriel Wrote: active 3 macros and work auto equip/unequip
thx
Paladin lover => if the script is GOOD - REP ++ =D
Posts: 617
Threads: 61
Joined: Aug 2014
Reputation:
0
hello i have problem with macro i need
3 monster other monster like Rat, bat, wolf >3 equip Stealth Ring if 2< unequip
so if i have 2x rat and wolf use ring
why i ask for it becouse if i have 3 npc's on screan bbot use ring and waste it only
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
I'll do all in one macro if I remember when i come back from work.
Having couple macros using same item may badly affect how they work. For example if u have both Smith and drone on screen at the same time, 2 macros would continuously change one stealth ring for another.
Posts: 2,010
Threads: 147
Joined: Jan 2014
Reputation:
0
Solved ? Answear here if still needed ill write it for u in homw
Posts: 7
Threads: 3
Joined: May 2016
Reputation:
0
Man the ring dont unequip.. the ring equips good but never unequip