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, April 25th 2012, 5:08am

Lootomatic Crash

Is anyone else experiencing an issue with lootomatic? If I add anything to the drop filter, I crash out when exiting the game. This then loses all changes made to the UI during that game session. Any ideas what may be wrong? Should I just reinstall Lootomatic?

2

Wednesday, April 25th 2012, 5:15am

This mainly has to do with the SaveVariables.lua file not being saved if you crash. It holds most of your addon settings among other things. It would be a good idea to back this file up after to change things and have logged out normally. It's usually a hidden runes of magic folder in your mydocuments. As far as making changes causing crashes, I don't think i've experienced that problem.
Quaffy - 87 Mage/ 85 Priest/ 70 Scout (formerly one of the much hated P/S in PvP :()
Heavensfury, Govinda
KilledbyBorella February 15, 2012

3

Wednesday, April 25th 2012, 7:23am

Thank you Quaffy. I know about the save file and have a copy made. My issue is that if I ad to lootomatic, then when I try to log out, I get a critical error...every time.Thus, the save to the variable file does not go through.

4

Tuesday, June 5th 2012, 11:45am

open only one client, do your updates and then log-out.

if you're opening more then one client at a time, for some reason it generates a crash when you try editing the lootomatic filter list.

--==edit==--

another thought i just had, and did so myself, add manually values to the lootomatic addon, you can use Notepadd++ to edit the lua file rather easily, just collapse all and then open the lootomatic addon values, looks like this:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
Lootomatic_Settings = {
    ['RollFrameD'] = -64,
    ['ItemFilterY'] = 300,
    ['DropQuest'] = true,
    ['DropAmmo'] = 50,
    ['LootMaster'] = false,
    ['DropBugFix'] = false,
    ['AutoPass'] = 1,
    ['ItemFilter'] = {
        [1] = {
            ['Roll'] = 2,
            ['Name'] = "Ancient Iguana Tail",
            ['Loot'] = 4,
        },
        [2] = {
            ['Roll'] = 2,
            ['Name'] = "Balanced Throwing Knife",
            ['Loot'] = 4,
        },
        [3] = {
            ['Roll'] = 2,
            ['Name'] = "Blend Rune",
            ['Loot'] = 4,
        },
        [4] = {
            ['Roll'] = 2,
            ['Name'] = "Card - Rune Guardian",
            ['Loot'] = 4,
        },
        [5] = {
            ['Roll'] = 2,
            ['Name'] = "Copper arrow",
            ['Loot'] = 4,
        },
        [6] = {
            ['Roll'] = 2,
            ['Name'] = "Defense III",
            ['Loot'] = 4,
        },
        [7] = {
            ['Roll'] = 2,
            ['Name'] = "Harm III",
            ['Loot'] = 4,
        },
        [8] = {
            ['Roll'] = 2,
            ['Name'] = "Link Rune",
            ['Loot'] = 4,
        },
        [9] = {
            ['Roll'] = 2,
            ['Name'] = "Military Regeneration Formula",
            ['Loot'] = 4,
        },
        [10] = {
            ['Roll'] = 2,
            ['Name'] = "Mind III",
            ['Loot'] = 4,
        },
        [11] = {
            ['Roll'] = 2,
            ['Name'] = "Potent Regeneration Formula",
            ['Loot'] = 4,
        },
        [12] = {
            ['Roll'] = 2,
            ['Name'] = "Purify Rune",
            ['Loot'] = 4,
        },
        [13] = {
            ['Roll'] = 2,
            ['Name'] = "Refined Crystal Mana Medicine",
            ['Loot'] = 4,
        },
        [14] = {
            ['Roll'] = 2,
            ['Name'] = "Strike III",
            ['Loot'] = 4,
        },
        [15] = {
            ['Roll'] = 2,
            ['Name'] = "Valley Rock Scorpion Armor",
            ['Loot'] = 4,
        },
        [16] = {
            ['Roll'] = 2,
            ['Name'] = "Vigor II",
            ['Loot'] = 4,
        },
        [17] = {
            ['Roll'] = 2,
            ['Name'] = "Vigor III",
            ['Loot'] = 4,
        },
        [18] = {
            ['Roll'] = 2,
            ['Name'] = "Vitality II",
            ['Loot'] = 4,
        },
    },
    ['RollDelay'] = 2,
    ['Roll'] = 3,
    ['AM'] = true,
    ['ChatColor'] = {
        ['b'] = 0.5,
        ['g'] = 1,
        ['r'] = 1,
    },
    ['LootMove'] = false,
    ['DropAuto'] = true,
    ['ChatFrames'] = {
        [7] = true,
        [1] = true,
        [2] = true,
        [4] = true,
        [8] = true,
        [9] = true,
        [5] = true,
        [10] = true,
        [3] = true,
        [6] = true,
    },
    ['Enabled'] = true,
    ['RollQuest'] = true,
    ['DropTime'] = 2,
    ['ItemFilterX'] = 450,
    ['AutoLootBoss'] = false,
    ['RollFrameX'] = 0,
    ['Chatfilter'] = {
        [6] = true,
        [2] = true,
        [3] = true,
        [1] = true,
        [4] = true,
        [5] = true,
    },
    ['LootQuest'] = true,
    ['Version'] = "v0.6b",
    ['DropItems'] = 5,
    ['AutoLoot'] = 4,
    ['AutoGreed'] = 1,
    ['ChatOutput'] = false,
    ['RollTooltip'] = true,
    ['LootClose'] = false,
    ['RollFrameY'] = -60,
}


you can see inside the item filter list the items i choose to filter, just add them manually by name (i did it one time and saved another file with the list, so every time it gets erased or whatever, i just copy the list again

5

Sunday, June 10th 2012, 3:50am

I've never opened more than one client and any changes to lootomatic causes a crit error when changing characters or exiting the game.

suprra

Professional

Posts: 932

Location: New Zealand

Occupation: Mechanic

Mood: Cursing

  • Send private message

6

Sunday, June 10th 2012, 4:08am

Same for me, modifying lootomatic list is a recipe for crash so generally if I want to make a change I open client, make change, return to char select, exit game start another client.