Skip to content

Commit

Permalink
Muledump v9.3.1 - OCL and Slotmap updated for X27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcodex committed Jun 29, 2018
1 parent 7f26a6b commit c99b851
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**2018-06-29** version 9.3.1

- Renders updated to X27.0.0
- One Click Login updated with new URLs
- Item groups / slotmap updated

**2018-06-18** version 9.3.0

- Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions lib/mulelogin.au3
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ FileClose($search)
;;

; run one-click login thru the browser
ShellExecute("https://realmofthemadgodhrd.appspot.com/")
ShellExecute("https://www.realmofthemadgod.com/")

;;
; replace the line above with one of the following if you're using a projector
Expand All @@ -143,7 +143,7 @@ ShellExecute("https://realmofthemadgodhrd.appspot.com/")
; run one-click login thru flash projector
; update the path to your flash projector exe
; https://www.adobe.com/support/flashplayer/debug_downloads.html
;ShellExecute('C:\flashplayer_28_sa.exe', 'https://realmofthemadgodhrd.appspot.com/AssembleeGameClient'&BinaryToString(InetRead("http://realmofthemadgodhrd.appspot.com/version.txt"))&'.swf')
;ShellExecute('C:\flashplayer_28_sa.exe', 'https://www.realmofthemadgod.com/client')

; run one-click login thru totalcmd + swfview
; https://www.ghisler.com/
Expand Down
4 changes: 2 additions & 2 deletions lib/setuptools/src/setuptools.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var setuptools = {
version: {
major: 9,
minor: 3,
patch: 0
patch: 1
},
state: {
error: false,
Expand Down Expand Up @@ -104,7 +104,7 @@ var setuptools = {
// muledump setuptools server configuration
setuptools.config.actoken = 'jcmd';
setuptools.config.appspotProd = 'https://realmofthemadgodhrd.appspot.com/';
setuptools.config.appspotTesting = 'https://rotmgtesting.appspot.com/';
setuptools.config.appspotTesting = 'https://test.realmofthemadgod.com/';
setuptools.config.backupAssistantDelay = 30000;
setuptools.config.defaultSlotOrder = [42010, 42011, 42012, 1, 2, 3, 17, 8, 24, 5, 16, 12, 13, 18, 22, 15, 20, 11, 19, 21, 4, 23, 25, 7, 6, 14, 9, 42013, 42014, 42015, 42016, 42017, 42018, 42019, 42020, 42021, 42022, 42023, 42024, 42025, 42026, 42027, 42028, 42029, 50000, 10, 26, 0];
setuptools.config.devForcePoint = '';
Expand Down
2 changes: 1 addition & 1 deletion lib/slotmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var itemsSlotTypeMap = {
},
petstones: {
sheet: [720, 40],
name: new RegExp(/^(?:.* pet skin|(?:Halloween )?Mystery Pet Stone|Red Nosed Skin|.* Bagston Skin|Christmas Tree Skin)(?: \(.*\))?$/i),
name: new RegExp(/^(?:.* pet skin|(?:Halloween )?Mystery Pet Stone|Red Nosed Skin|.* Bagston Skin|Christmas Tree Skin|.* Skin Unlocker)(?: \(.*\))?$/i),
slotType: 10,
virtualSlotType: 42027,
tier: -1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Muledump",
"version": "9.3.0",
"version": "9.3.1",
"description": "A utility for managing all of your ROTMG mules.",
"homepage": "https://jakcodex.github.io/muledump/",
"dependencies": {
Expand Down

0 comments on commit c99b851

Please sign in to comment.