New update effect on Muledump?


#1

Continuing the discussion from Patch Notes 27.7.X.14 (2017/05/18):

And don’t worry, Muledump will still be usable with the changes, simply add &muleDump=true to the URL parameters.

Does anyone know what this means?

I didn’t do anything to my Muledump, and it works perfectly fine.


My muledump isn't working
Muledump error
Muledump question
#2

Go to this folder -> muledump-master -> lib
Open the file realmapi.js with a text editor of your choice. Replace this line (33):
var url = BASEURL + path + ‘?’ + $.param(opts)
with this:
var url = BASEURL + path + ‘?’ + $.param(opts) + ‘&muleDump=true’


Muledump SCARY Error? [Vaults not showing]
Muledump not loading vaults
Muledump/Fiddler Help
#3

Do you know what it actually does, and what happens if you don’t do it?

I can’t find anything wrong w/ my Muledump as of now.


#4

Thanks Niegil. Your addition works perfect!

Any chance you can fix mule dump to display all the chest in the proper order? I am tempted to try and learn java just to see if I can fix it.


#5

In your muledump folder open mule.js with any text editor,

scroll down and find “var VAULTORDER”,

the replace this:

var VAULTORDER = [34, 32, 30, 28, 31, 33, 35, 27, 25, 21, 20, 22, 26, 29, 23, 17, 13, 11, 14, 18, 24, 16, 9, 6, 4, 7, 10, 19, 12, 5, 2, 1, 3, 8, 15];

with this:

var VAULTORDER = [26, 21, 17, 22, 27, 0, 0,
14, 12, 11, 13, 15, 0, 0,
9, 6, 4, 7, 10, 0, 0,
5, 2, 1, 3, 8, 0, 0,

                  69, 57, 45, 33, 19, 0, 0,
                   67, 55, 43, 29, 16, 0, 0,
                   70, 58, 46, 34, 20, 0, 0,
                   75, 63, 49, 37, 25, 0, 0,
                   77, 65, 53, 41, 30, 0, 0,
                   79, 71, 61, 51, 39, 0, 0,
                  23, 35, 47, 60, 73, 0, 0,
                   18, 32, 44, 56, 68, 0, 0,
                   24, 36, 48, 59, 74, 0, 0,
                   28, 38, 50, 64, 76, 0, 0,
                   31, 42, 54, 66, 78, 0, 0,
                   40, 52, 62, 72, 80, 0, 0
				  ];

Your Muledump will be fixed and you could arrange your items neatly!

:wink:


#6

I guess I should check out reddit more frequently. Thanks for the information. That really helped.

Not completely a fan of the muledump layout with each subsequent section below the other but it does show exactly the order of my vaults and that is the main thing!


#8

As I said in the patch notes thread:

After applying the changes Niegil pointed out, it’s working again.

Gaflo said this on reddit:

Simply put, rotmg’s interface for sending data now doesn’t send all of the data that it sent before, such as the gift chest contents. One reason for DECA to do this would be to reduce traffic. The interface however can still send all data on request (as it was programmed to).

By adding a parameter you can tell the interface what data you want.

But I think Deca should have been more specific about what they meant by "add &muleDump=true to URL parameters.


#9

its strange. i already replace it but still not showing my vault


#10

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.