Voidwatch Addon |
||
Voidwatch addon
Offline
Posts: 3
how do I use 1 displacer instead of 5? I tried changing item count to trade to 1 and its still doing 5 =/
Change line 138 to 1?
Code local remaining = { cobalt = 1, rubicund = 1, phase = 5, } Offline
Posts: 3
for some reason that didnt work I tried that first
Offline
Posts: 3
I also tried to change it where it says trade amount = 1 and that doesnt work either I think its because of the line "if item index = 1 item.max do" or perhaps I need to reset the whole game after changinging? cause I tried to just unload and reload the lua.
If anyone can get it to work with just trading 1 displacer but everything else the same can someone relink me that version of the lua cause Im a noob to lua's I'm sure Im just missing something obvious Asura.Akaden
Offline
Totally unrelated to this add-on and thread, but maybe somebody might find this interesting. Again, not related to this at all, in fact this message should totally be deleted because it's off-topic entirely.
Incoming packet 0x053 with message id 117 is the "Event Skipped" message. See how unrelated it was? So dumb. Sorry to waste everyone's time. Asura.Chaostaru
Offline
Try this.
Replace section 156 -168 with this. (may need to add or lose a "End") also replace line 138 to 1 Code elseif (remaining.phase > 0) and (inventory[index].id == cells['Phase Displacer']) then trade['Item Index %d':format(idx)] = index trade['Item Count %d':format(idx)] = 1 idx = idx + 1 remaining.phase = 0 n = n + 1 end
Necro Bump Detected!
[42 days between previous and next post]
Offline
Posts: 2
This addon has recently started relinquishing all loot from the box. Anyone know how to prevent this so I'm not throwing HMP's on the ground?
If it's doing that, then your inventory is full I assume
Offline
Posts: 2
32/80 in my inventory
and Treasury is not loaded
Necro Bump Detected!
[40 days between previous and next post]
Lakshmi.Guyledouche
Offline
working fine for me
That time of year again!
@Elidyr
I sent you a PM, idk if messaging works on this site, haven't used it in years. But i'd like to get in touch with you for some help with something lua related. Issue with dropping all items despite inventory not being full is usually related to poor outgoing menu choice selection. Usually just means you have to edit the outgoing to the appropriate choice (the section towards end with choices 9 versus 10); occasionally these are flipped and drop all is selected under inappropriate conditions).
I am no coder and would need help. But it would fantastic if we can get it to stop the fights if we run out of displacers. I’ve died from halfass paying attention from popping with no displacers. Surprised it’s not an option to toggle. On/off
Asura.Baroma said: » I am no coder and would need help. But it would fantastic if we can get it to stop the fights if we run out of displacers. I’ve died from halfass paying attention from popping with no displacers. Surprised it’s not an option to toggle. On/off This add-on doesn't fight at all, only pops, so whatever issue you have is with whatever you use to fight.
Thxs :)
If you're looking to change the amount of displacers in the lua, you need to change lines 142 and 233. This is assuming you're using Mojo's version
Line 142 reads as: phase = 5 x being the number of displacers you wish yo use. Line 233 reads as: p['Option Index'] = 0x51 You'll want to change the 3rd character to match the amount of displacers you entered in line 142. Example: you want to use 4 displacers. Your lines would look like this.... 142 phase = 4 233 p['Option Index'] = 0x41 Save and reload This info was given to me by a friend who wished to be unnamed Offline
Posts: 209
anyone know if there is a way to have it pull displacers and cells from a different bag other than your personal inventory and use them so you don't have your inventory filled with them? like say the mog sack or mog case?
Offline
Posts: 209
trinironnie said: » Asura.Baroma said: » I am no coder and would need help. But it would fantastic if we can get it to stop the fights if we run out of displacers. I’ve died from halfass paying attention from popping with no displacers. Surprised it’s not an option to toggle. On/off Zyla said: » trinironnie said: » Asura.Baroma said: » I am no coder and would need help. But it would fantastic if we can get it to stop the fights if we run out of displacers. I’ve died from halfass paying attention from popping with no displacers. Surprised it’s not an option to toggle. On/off Offline
Posts: 209
Asura.Azzariah said: » Zyla said: » trinironnie said: » Asura.Baroma said: » I am no coder and would need help. But it would fantastic if we can get it to stop the fights if we run out of displacers. I’ve died from halfass paying attention from popping with no displacers. Surprised it’s not an option to toggle. On/off if leader() and (remaining.phase == 0) then coroutine.schedule(poke_rift, 2) do I need to change that 2 to a 0? or is it somewhere else in the lua that I'm just not seeing with what limited understanding of the code I have? TO pop without using any displacers, change these 2 lines to:
line 142 phase = 0 line 233 p['Option Index'] = 0x01 He wants the opposite;
Stop when out Zyla said: » how do you get it to not pop when you don't have displacers? That’s what i want to know. How to code the stop/ where to put it.
Offline
Posts: 3571
Why stop? Obviously you are afk shouldn’t matter if kill speed is slower.
Displacers are for time only now that the mobs are pushovers. |
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|