Change Rods. - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Change Rods. (/thread-13140.html) |
Change Rods. - [email protected] - 12-14-2013 Hello. I search a macro who change a rod. When attack Crystal spider change rod from Springsprout Rod on Underworld Rod. When attack Ice golem change rod from Underworld Rod on Springsprout Rod. PLESAE HELP.! RE: Change Rods. - Tatu - 12-15-2013 In Killer, when you configure the Crystal Spider, check the "Auto Macro" box, and paste the following macro: Code: 1 {Equip Underworld Rod} Self.Equip.LeftHand(8082) In the same way, when configuring Ice Golem, check the same box and paste the following macro: Code: 1 {Equip Springsprout Rod} Self.Equip.LeftHand(8084) Don't remember to let your shield on your right hand, and the rods on the left hand. Has it worked? If yes, REP please :] |