Treasury Addon Autodrop Function

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Treasury addon autodrop function
Treasury addon autodrop function
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2018-12-26 17:28:58
Link | Quote | Reply
 
Treasury does not say anything when it drops an item, it just drops it. (verbose is off)

Never had treasury drop the wrong thing, and the file looks fine... aside from the excessive amount of things it's dropping lol.
Offline
Server: Asura
Game: FFXI
Posts: 36
By Asura.Jugsofholyness 2018-12-28 05:00:09
Link | Quote | Reply
 
Happened again right now. Logged onto a level 99 mule and it tossed two Bead Pouches.



Here's my Treasury Settings LUA again


This time though, no SP Gobbie Key or Login Points reward cuz I received it earlier so I think we can rule those two things out as the culprit.
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2018-12-28 05:23:33
Link | Quote | Reply
 
Clearly you should stop logging out.

Turn on verbose, verify that it's treasury.

Delete the file and take about 90% of that ***out of it if it is.
 Asura.Meliorah
Offline
Server: Asura
Game: FFXI
user: DatGoose
Posts: 576
By Asura.Meliorah 2018-12-28 07:05:33
Link | Quote | Reply
 
If these items were manually entered in, it looks like there is an error whenever an apostrophe is shown.

Example, in my settings it shows Yaskomo's Pole and no error text is generated.
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2018-12-28 07:11:37
Link | Quote | Reply
 
Indeed, that may be the issue getting things confused, that's why I said delete like 90% of that ***lol.
Code
<Pass>H. Kindred Crest,Beastmen&apos;s Seal,Kindred&apos;s Crest,S. Kindred Crest,Kindred&apos;s Seal</Pass>


Is what they should look like with that &apos;
Offline
Posts: 42635
By Jetackuu 2018-12-28 11:25:11
Link | Quote | Reply
 
Yeah you need to redo your file, good rule of thumb: don't manually add things to the XML unless you know what you're doing.
Offline
Posts: 1731
By geigei 2018-12-28 11:28:02
Link | Quote | Reply
 
Asura.Eiryl said: »
excessive amount of things
I'm near 4k items, all manually added.
 Asura.Eiryl
Online
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2018-12-28 11:48:42
Link | Quote | Reply
 
There aren't even 4,000 unique items you should be coming across in a yearly basis. There's really no need to add an item every time you randomly get one and will never see another one.

but if it makes you happy.
necroskull Necro Bump Detected! [45 days between previous and next post]
Offline
Posts: 256
By Brynach 2019-02-11 21:33:19
Link | Quote | Reply
 
Ive removed and reloaded a few times now, but every time I add all of my characters to the settings xml. I get a lua runtime error: table index is nil.
Im obviously screwing something up, but im not sure what. Does anyone know?
Offline
Posts: 42635
By Jetackuu 2019-02-11 21:56:47
Link | Quote | Reply
 
Without you posting your settings.xml nobody would have any idea what the problem is.
Offline
Posts: 256
By Brynach 2019-02-11 23:08:50
Link | Quote | Reply
 
I worked out the problem. Reloading the lua wasnt working, but logging out and restarting did the trick.
necroskull Necro Bump Detected! [94 days between previous and next post]
 Ragnarok.Gunit
Offline
Server: Ragnarok
Game: FFXI
user: Gunit
Posts: 370
By Ragnarok.Gunit 2019-05-16 14:05:12
Link | Quote | Reply
 
Anyone have rules I can take for Dynamis D lotting? Want it set to lot everything but Volte gear.
necroskull Necro Bump Detected! [877 days between previous and next post]
 Odin.Dessii
Offline
Server: Odin
Game: FFXI
Posts: 4
By Odin.Dessii 2021-10-09 14:04:46
Link | Quote | Reply
 
Can treasury store items in certain bags if your inventory if full? If not is there a addon for that function?
Offline
Posts: 42635
By Jetackuu 2021-10-09 15:21:01
Link | Quote | Reply
 
Odin.Dessii said: »
Can treasury store items in certain bags if your inventory if full? If not is there a addon for that function?
organizer would probably be close
 Odin.Dessii
Offline
Server: Odin
Game: FFXI
Posts: 4
By Odin.Dessii 2021-10-10 01:04:13
Link | Quote | Reply
 
Does this look right? I tried adding this to my thf.lua to exec a script if I try to steal but my inventory is full but its not working.

if spell.english=="Steal" and inventory == 0 then
send_command('input /con exec fi')
end
Log in to post.