You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Wednesday, December 28th 2016, 8:06pm

is there a specific gear UD macro?

I have seen macros that will repair UD gears, but I want a specific UD,...

specifically if my dagger/s go UD I would like either a notice or macrorepair, now have heard xbar has a miniUI that will show dura, but I dont need a huge addon, adding more UIs to my screen

just a simple macro
98/98/61 osha p/k/r
overheard in guildchat: "Its RoM if you're not lagging, you've crashed" "from your lips to frog's ears"

2

Wednesday, December 28th 2016, 8:36pm

Give a Macro, Take a Macro!

has a lot of useful macros and is still growing

Description: Will use a simple repair hammer on any piece of gear that has fallen below 101 durability.
by Borella

Source code

1
/run for i = 0 , 16, 1 do local dV, dM, iN, dVF, dMF = GetInventoryItemDurable("player",i) if(dV < dM and dV < 101 and dM >= 102) then UseItemByName("Simple Repair Hammer"); PickupEquipmentItem(i); SendSystemChat("Hammered " .. iN); break; end end



not sure if that is exactly what you are looking for.

there is a line to specifically look at main hand and off hand, but i do not know it off the top of my head.


if you use diyce, there is a line for that too. again since im not at home, i don't know the actual code. can post that later if that is needed.




Also:
There is an addon to see what your dura is just by opening up character screen (c) instead of hovering over pieces of gear. if this helps at all

post by Yrcanos
Addon cDura
Osha Erebos - Evilempires
Shaynoff R/S/M (98/98/85)
Rakalaka M/P/L (98/98/98)
Ffonyahs Wd/W/S (98/98/98)

This post has been edited 2 times, last edit by "SHAYdynasty" (Dec 28th 2016, 8:58pm) with the following reason: added about cdura addon