08-13-2012, 06:10 PM
Quote:added but this errors still on my screen when passing door or when i active macros
In the option Advanced Tools > Macro, uncheck option Debug.
Quote:And could you tell me if its possible to make macro which drinking manas from monster without add it to looter?
Not possible yet.

Quote:And whats wrong with it
0 {life ring} Self.Equip.Ring(3052))
Try this:
Code:
1000 {life ring} Self.Inventory.Ring<>3052 Self.Equip.Ring(3052)
Copy and paste this macro in Advanced Tools > Macro.