Download
(3 Kb)
Download
Updated: 12-07-11 12:40 AM
Pictures
File Info
Updated:12-07-11 12:40 AM
Created:11-19-11 12:56 PM
Downloads:5,462
Favorites:7
MD5:
Break Mover  Popular! (More than 5000 hits)
Version: 0.2
by: Jor [More]
== BreakMover 0.2 ==
by Jor @ Deepstrike
updated December 7th, 2011


This is a silly addon that helps with breaking mass numbers of the same
item. This works for Runebreak, Salvage Armor, Salvage Accessories, or
Salvage Weapons

Let's say you craft 50 "Cotton Shoes" and want to runebreak them all.

1. Type in /bm enable (you only have to do this once per character)
2. Type in /bm set Cotton Shoes (this sets the item to move)
3. Runebreak a pair of Cotton Shoes. After the runebreak, the addon will
automatically find another pair of "Cotton Shoes" and put it in the same
location as the one you just runebroke.

*Note* This addon probably won't work in languages other than english because
I specificially look for a skilled called "Runebreak". If you send me the name
of the skill in other languages I'll add them in.

I don't really plan on updating this addon or adding more features, so if
someone wants to do something more with it, go ahead.

If you have any suggestions, bug reports, or feature requests, send an email to
[email protected]
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Author
Date
0.1
3kB
Jor
11-19-11 12:56 PM


Post A Reply Comment Options
Unread 11-19-11, 09:59 PM  
Protonova
 
Protonova's Avatar

Forum posts: 0
File comments: 33
Uploads: 0
Awesome Idea! I will download later and test it out.
Protonova is offline Report comment to moderator  
Reply With Quote
Unread 11-21-11, 09:27 AM  
adelea
Claw of Regulos
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 285
Uploads: 6
I love it!

One small problem though.

If one of the runebreak mats appears in the slot that the item was in, it fails to move the new item into position.
adelea is offline Report comment to moderator  
Reply With Quote
Unread 11-22-11, 06:13 AM  
Kine
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
how hard would it be to make a salvage armor version of this? i love this for RB'n ****, but im also an outfitter and would love to salvage in bulk too! thanks for this one tho atleat
Kine is offline Report comment to moderator  
Reply With Quote
Unread 11-22-11, 11:37 PM  
Jor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 2
Quote:
Originally Posted by adelea
I love it!

One small problem though.

If one of the runebreak mats appears in the slot that the item was in, it fails to move the new item into position.
Not sure I can actually fix this but I'll take a look
Jor is offline Report comment to moderator  
Reply With Quote
Unread 11-22-11, 11:38 PM  
Jor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 2
Quote:
Originally Posted by Kine
how hard would it be to make a salvage armor version of this? i love this for RB'n ****, but im also an outfitter and would love to salvage in bulk too! thanks for this one tho atleat
Not too hard. I'll take care of it.

Course then I can't call it Runebreak Mover anymore...
Jor is offline Report comment to moderator  
Reply With Quote
Unread 11-24-11, 07:12 PM  
Kine
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
ya man, if u get around to makin a salvage armor version, that would be awesome. thanks for your work. appreciate it
Kine is offline Report comment to moderator  
Reply With Quote
Unread 11-25-11, 03:56 AM  
aventia

Forum posts: 0
File comments: 26
Uploads: 0
help

Im sorry but i cant get this to work for some reason. Im doing what you said but it isnt working. Anyone know why. LOL
aventia is offline Report comment to moderator  
Reply With Quote
Unread 11-25-11, 04:33 AM  
aventia

Forum posts: 0
File comments: 26
Uploads: 0
Re: help

Quote:
Originally Posted by aventia
Im sorry but i cant get this to work for some reason. Im doing what you said but it isnt working. Anyone know why. LOL

I got it to work. But i do have a Question to ask to be added to the addon. Is there a way to get the addon to auto runbreak the item after it moves. So when it moves to the spot you started, it would automaticly runbreak that item?
aventia is offline Report comment to moderator  
Reply With Quote
Unread 11-29-11, 02:17 AM  
Carnelle

Forum posts: 0
File comments: 1
Uploads: 0
Temporary fix(?) for Salvaging

Quote:
Originally Posted by Kine
ya man, if u get around to makin a salvage armor version, that would be awesome. thanks for your work. appreciate it
So I might have a temporary solution for you, however... I'm certainly no Rift Addon programer, nor am I familiar with Lua but I did take a programming class many years ago in college. Just a warning, that's like someone saying "While I've never done any remodeling before, I did build a birdhouse as a kid. So I'm sure I'd be fine to redo your kitchen."

I love this addon for RB'ing and also wanted to use it for salvaging. I realize Jor said he'd take care of it but I was curious and antsy so I opened the lua page myself, checked out some information on commands and eventually made the following changes.

Be warned, I really had no idea what I was doing, I just tried something and it *seemed* to work so maybe it'd be best to wait and see if Jor updates it soon. At the very least there might be a better notation or form for the change I made. With things like this it's always a good idea to make a backup of the addon or lua file in case something goes wrong. You could also just redownload and replace I suppose. Anyway, back to the fix.

1. Locate the RunebreakMover folder. If you've "installed" it, I think the default directory would be something like C:\.........\RIFT Game\Interface\Addons
2. Open the folder. Open the file "RunebreakMover.lua" with an appropriate program (Notepad works).
3. Search (ctrl+f) for "castbar.abilityName" without the " " . My change was adding <or "Salvage Armor" or "Salvage Accessories" or "Salvage Weapons" > after "Runebreak" so the whole line ended up looking like below minus the <>.

<if castbar.abilityName == "Runebreak" or "Salvage Armor" or "Salvage Accessories" or "Salvage Weapons" then>

You could copy and replace the whole line or just add in my change.

4. Save the file.
5. If Rift was running, type /reloadui to... well... reload the ui.

And that's it. I've tried it with Armor, Accessories and Weapons and it worked with no noticeable problems. I realize there's also "Salvage Planar Essences" but I don't know how often that'd be used.

@Jor - Once again, thank you for the addon and I apologize if I am stepping on any toes. Very new to the community. Good luck thinking up a new name if you do add the Salvaging features.
Last edited by Carnelle : 12-01-11 at 01:20 PM.
Carnelle is offline Report comment to moderator  
Reply With Quote
Unread 12-07-11, 12:44 AM  
Jor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 2
Glad (and somewhat surprised) to see that people find this addon useful. I've updated it to handle Salvage Armor, Weapons, and Accessories as well. You'll need to re-enable the addon, and the slash command has changed. It's now /bm instead of /rbm.

Carnelle, thanks for going the extra mile and helping people with the addon. It's people like you that make the addon community so great!
Jor is offline Report comment to moderator  
Reply With Quote
Unread 12-07-11, 10:26 PM  
Kine
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
thanks a bunch man, appreciate it
Kine is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: