Page 3 of 17

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Wed Oct 23, 2019 11:32 pm
by Rydian
Ah I'm not interested in doing things like that.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Thu Oct 24, 2019 5:11 am
by BBC
Rydian wrote:
Wed Oct 23, 2019 11:32 pm
Ah I'm not interested in doing things like that.
Ok i understand thanks anyway.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Sun Oct 27, 2019 9:11 pm
by sh00ter999
Hi, thanks for sharing your awesome script Rydian!

I have a tiny request. Do you think you could figure out a way to do a 'teleport to waypoint' kind of script? :o

Not the mission way point because that might be to complicated, but the one you can set manually yourself. Could speed up precise traveling quite a bit.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Mon Oct 28, 2019 12:23 am
by Rydian
I know in theory to just save the coordinates out and then copy them back, but I'm not sure how to make stuff like that happen with a keypress in CE (I know like no Lua).

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 01, 2019 1:28 am
by vitaeexmorte
Great table!

One problem though, skill timer and multiplier only seem to work for Amara and none of the others. For Zane it shows the remaining time of the Drone it seems.

Think you could find a fix for that or is it only on my end?

Cheers.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Sun Nov 03, 2019 6:47 pm
by itsmushu
What values should I change the loot modifier to to get more Assault rifles and legendary class mods? I'm not too familiar with what to put in the modifier.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Tue Nov 05, 2019 7:13 am
by Rydian
vitaeexmorte wrote:
Fri Nov 01, 2019 1:28 am
Great table!

One problem though, skill timer and multiplier only seem to work for Amara and none of the others. For Zane it shows the remaining time of the Drone it seems.

Think you could find a fix for that or is it only on my end?

Cheers.
I only played through Amara, the other character skills might be in different slots or something.
itsmushu wrote:
Sun Nov 03, 2019 6:47 pm
What values should I change the loot modifier to to get more Assault rifles and legendary class mods? I'm not too familiar with what to put in the modifier.
If only modifies rarity, it's not intended for drop types. If you remove the additional check/jump in the script it'll revert to the broken behavior where it'll only drop some item types in some values, but it's not all, only a limited subset (which is why it's not useful and I coded in a check/fix for that).

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Thu Nov 21, 2019 11:10 pm
by Rydian
Big patch hit today.

- Updated the coordinate script.
- Updated the currency script, should be more stable now too.
- Removed the bank script 'cause we have up to 300 slots without it now.

Loot drops appear to have been reprogrammed. Today's patch added specific loot pools to bosses and such, most likely the reason for that... but it means no working script. I might work on it when I have time later but classes are busy lately.
Fiddled with the sig and found it, added more comments to it as well, updated table.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 22, 2019 1:10 pm
by Djigallag
Thanks for this awesome table and fast updates. May I ask about a small request?
Since bank slots is not a problem anymore, can you add the same scriprt for the inventory?
It makes me really sad seeing all the guns lying on the ground I would like to pick up, and if not use, sell them.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 22, 2019 1:51 pm
by KhaoManGai
Thanks for the loot table.
It makes for great fun after completing the game fully to be able to see and review a range of legendaries!

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 22, 2019 8:24 pm
by Rydian
Djigallag wrote:
Fri Nov 22, 2019 1:10 pm
Thanks for this awesome table and fast updates. May I ask about a small request?
Since bank slots is not a problem anymore, can you add the same scriprt for the inventory?
It makes me really sad seeing all the guns lying on the ground I would like to pick up, and if not use, sell them.
Done, seems to work the same way, saved up 103 items and restarted the game and was at 103/40, but the items were still there. Updating first post in a sec.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 22, 2019 11:04 pm
by MoralyInept
It seems that everytime I activate the "Find Skill Points" pointer and tab out of the skills area it crashes the game. Wasn't doing that before, maybe the update borked something?

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Fri Nov 22, 2019 11:14 pm
by MoralyInept
MoralyInept wrote:
Fri Nov 22, 2019 11:04 pm
It seems that everytime I activate the "Find Skill Points" pointer and tab out of the skills area it crashes the game. Wasn't doing that before, maybe the update borked something?
Also crashes when trying to put a point into a skill while having the "Max skills to 99" pointer active.

Re: Borderlands 3 - Bank, Drops, Stats, & More

Posted: Sat Nov 23, 2019 4:35 am
by Rydian
Both scripts remade on the latest patch with the hotfixes applied, see if it works. Make sure to let hotfixes apply on the title screen just in case.

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Sat Nov 23, 2019 8:41 pm
by MoralyInept
I found the problem I think. The script does not like DirectX 12 at all. Switching it back to DirectX 11 brings it back to normal. Wonder why they made D12 the default if its still in beta..? Oh well, hopefully this helps anyone else having problems.