PDA

View Full Version : TReflectionInternals.WithdrawBankItem is broken



MariusK
06-10-2015, 08:14 PM
Hi,

I noticed that the function gets stuck, if the script is trying to "Withdraw-X".

In order to fix this you need to change:
while (not AmountWidget.IsValid(548, 119)) do
to
while (not AmountWidget.IsValid(162, 32)) do.

Fitta
06-10-2015, 08:27 PM
https://villavu.com/forum/showthread.php?t=113370&p=1345494#post1345494

Nice find, but it's already sorted, we're just waiting on confirmation from elfyyy :)
I really appreciate the help!

MariusK
06-10-2015, 08:59 PM
Oops... Didn't notice that. :)