unpack root, or if you have already unpacked better.
with notepad + +
open the file:
uiexchange.py
go to line 51.
there should be this thing:
where it says:
dlgPickMoney.SetMax (7)
Change the (7) with what you want..
I think is better to modify it, with (9) ^^
Screen:[Only registered and activated users can see links. Click Here To Register...]
Enjoy :D ... Thanks are accepted =)
with notepad + +
open the file:
uiexchange.py
go to line 51.
there should be this thing:
PHP Code:
## PickMoneyDialog
dlgPickMoney = uiPickMoney.PickMoneyDialog()
dlgPickMoney.LoadDialog()
dlgPickMoney.SetAcceptEvent(ui.__mem_func__(self.OnPickMoney))
dlgPickMoney.SetTitleName(locale.EXCHANGE_MONEY)
dlgPickMoney.SetMax(7)
dlgPickMoney.Hide()
self.dlgPickMoney = dlgPickMoney
where it says:
dlgPickMoney.SetMax (7)
Change the (7) with what you want..
I think is better to modify it, with (9) ^^
Screen:[Only registered and activated users can see links. Click Here To Register...]
Enjoy :D ... Thanks are accepted =)