EnglishGermanFrenchRussianPolishItalianSpanish
Log inRegister
 
[AL Plugin] Universal Banking "The Financial Revolution Continues" v502 26-01-11
Post new topic Reply to topic Goto page Previous  1, 2, 3, 4 ... 10, 11, 12  Next
View previous topic :: View next topic
Author Message
Samuel Creshal



MEDAL

Joined: 06 Mar 2004
Posts: 4318 on topic
Location: Graz, Austria
Thank you for registering your game
modified
PostPosted: Thu, 11. Nov 10, 18:01    Post subject: Reply with quote Print

Is this script known to be incompatible with Sector Takeover? Else I've found a weird bug. The script is essentially doing nothing, I can't open accounts and station management isn't doing anything (and I get one "Play account is low on credits"-message followed by three "Player account is overflowing"-messages every few minutes).
Using the zip version (401), no other scripts except STO and bonus package installed.

Edit: Debug code removed to improve thread readability.


_________________
Microsoft is not the answer. Microsoft is the question. NO is the answer.
Devchat UI | YakiMinecraftServer


Last edited by Samuel Creshal on Wed, 17. Nov 10, 02:10; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
mark_a_condren





Joined: 03 Aug 2005
Posts: 1384 on topic
Location: Newcastle - Australia
Thank you for registering your game
PostPosted: Fri, 12. Nov 10, 03:22    Post subject: Reply with quote Print

Samuel Creshal

It's not incompatable with STO as far as i know, and it shouldn't be.

What the debug is telling me (thanks for that btw) is the script that handles all the initial array setups for all the account types has failed misserably. No arrays have been created or they can't be found thus nothing can work. AFAIK no one else has had this prob so it may be a bad DL or faulty install. Can i get you to start by re DLing the script and reinstalling it from that DL if you havn't tried that as yet. (prob the first thing you tried though)

It is a bit strange though, the AL script is running every 1 minute as it's supposed to, however, if the array sizes are 'zero' it should auto shutdown (no point it running if it's doing nothing) but it's still running. Confused Very strange !!!

Did the AL plugin auto start, or did you start it from the Game play / AL menu?

The AL plugin shouldn't start until an account has been created, if no arrays, 'Account Name Array Not Found, Going to Exit : ' there are no accounts so the AL plugin should not have even started.

The more i look at the debug and run through how things are supposed to work the stranger this gets.

[Joke]
You broke it! and don't come the "Wasn't me, i didn't do it" line Wink
[/Joke]

I'll look into it further and see what i can come up with.

MarCon


_________________
MarCon Ind - S.O.C.S.I : | Game Start Sector Reveal : | Asteroid Fusion : | TC Stock Exchange | MarCon Utilities / Demos | Universal Banking | Ingame DevChat GUI
Back to top
View user's profile Send private message Send e-mail
russbo





Joined: 12 Nov 2005
Posts: 824 on topic
Location: Las Vegas
Thank you for registering your game
PostPosted: Fri, 12. Nov 10, 11:05    Post subject: Reply with quote Print

Seems to be working fine for me; I've used STO for quite a while, have many sectors that belong to me, and this banking script seems to be doing what it is supposed to be doing.

Installed using Cycrow's latest beta plug in manager, and spk file. Maybe an issue with the zip file contents?


_________________
www.russbo.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Samuel Creshal



MEDAL

Joined: 06 Mar 2004
Posts: 4318 on topic
Location: Graz, Austria
Thank you for registering your game
PostPosted: Fri, 12. Nov 10, 11:46    Post subject: Reply with quote Print

mark_a_condren wrote:
It is a bit strange though, the AL script is running every 1 minute as it's supposed to, however, if the array sizes are 'zero' it should auto shutdown (no point it running if it's doing nothing) but it's still running. Confused

It gives a shutdown message via subtitle every minute, but restarts anyway.

Reinstalled, btw, even checked the file checksum, no change.

Edit 2: Alright, figured it out. You can't link the player account into the station manager, plugin.mc.bank.stn.cr.updater.xml won't find it in the account array.

Edit 3: If you delete a linked account via the main menu, it shows up as undeleteable "null" account in the linked account list, spawning error messages again.


_________________
Microsoft is not the answer. Microsoft is the question. NO is the answer.
Devchat UI | YakiMinecraftServer
Back to top
View user's profile Send private message Visit poster's website
mark_a_condren





Joined: 03 Aug 2005
Posts: 1384 on topic
Location: Newcastle - Australia
Thank you for registering your game
PostPosted: Fri, 12. Nov 10, 12:35    Post subject: Reply with quote Print

Thanks Samuel Creshal

Quote:
Edit 2: Alright, figured it out. You can't link the player account into the station manager, plugin.mc.bank.stn.cr.updater.xml won't find it in the account array.

Edit 3: If you delete a linked account via the main menu, it shows up as undeleteable "null" account in the linked account list, spawning error messages again.

Will fix this to prevent from happening again.

Going to work on script tonight (as in now), will post new version when i get these and some other niggles sorted out.

Thanks for the bug reports, time to go make it compatable with 'linux' users, not the OS, just the 'users'. Very Happy

MarCon


_________________
MarCon Ind - S.O.C.S.I : | Game Start Sector Reveal : | Asteroid Fusion : | TC Stock Exchange | MarCon Utilities / Demos | Universal Banking | Ingame DevChat GUI
Back to top
View user's profile Send private message Send e-mail
Samuel Creshal



MEDAL

Joined: 06 Mar 2004
Posts: 4318 on topic
Location: Graz, Austria
Thank you for registering your game
PostPosted: Fri, 12. Nov 10, 20:46    Post subject: Reply with quote Print

It has nothing to do with Linux, I just love breaking stuff. Very Happy

Some random improvement notes:
1. Withdrawals count as deposits in the balance and account closures aren't listed at all, messing up the total balance.
2. Add an option to wipe only one type of transaction (deposit/withdraw/...).
3. Transaction time(?) is currently a ReadText


_________________
Microsoft is not the answer. Microsoft is the question. NO is the answer.
Devchat UI | YakiMinecraftServer
Back to top
View user's profile Send private message Visit poster's website
mark_a_condren





Joined: 03 Aug 2005
Posts: 1384 on topic
Location: Newcastle - Australia
Thank you for registering your game
PostPosted: Sat, 13. Nov 10, 05:06    Post subject: Reply with quote Print

Quote:
1. Withdrawals count as deposits in the balance and account closures aren't listed at all, messing up the total balance.

Yep, noticed that, working on fixing it.

Quote:
2. Add an option to wipe only one type of transaction (deposit/withdraw/...).

Will look into how i can do this with the current code structure.

Quote:
3. Transaction time(?) is currently a ReadText

Yep spotted it and fixed it last night Embarassed .


Thanks for the feedback.

Also working on,
Player account does work with station cr management.
Can define station credit managemant accounts before selecting stations to add. (done)
Fixing accounts showing as 'null' in stn cr man acc select screen when they have been deleted or closed. (done)


MarCon


_________________
MarCon Ind - S.O.C.S.I : | Game Start Sector Reveal : | Asteroid Fusion : | TC Stock Exchange | MarCon Utilities / Demos | Universal Banking | Ingame DevChat GUI
Back to top
View user's profile Send private message Send e-mail
Idea





Joined: 24 Oct 2008
Posts: 516 on topic
Location: North Star Intergalactic Corporation(NSIC) in sector 'Memorial of Light'
Thank you for registering your game
PostPosted: Tue, 16. Nov 10, 18:19    Post subject: Reply with quote Print

Hey, hey banks are here.

It's good to see you up and runing mark Very Happy

I have been under the radar for some time.RL you know Wink

I have one word for you 'downloading' Very Happy


_________________
Back to top
View user's profile Send private message Visit poster's website
Taowulf





Joined: 15 Apr 2009
Posts: 34 on topic

Thank you for registering your game
PostPosted: Wed, 17. Nov 10, 00:57    Post subject: Reply with quote Print

I noticed that if you empty an account and do not close the account, interest on the average account balance continues to deposit.

I wish my credit union worked that way!


_________________
***modified*** means more options
Back to top
View user's profile Send private message
Samuel Creshal



MEDAL

Joined: 06 Mar 2004
Posts: 4318 on topic
Location: Graz, Austria
Thank you for registering your game
PostPosted: Wed, 17. Nov 10, 01:32    Post subject: Reply with quote Print

Taowulf wrote:
I noticed that if you empty an account and do not close the account, interest on the average account balance continues to deposit.

Ohh, sweet. Now that solves all my credit problems. Very Happy


_________________
Microsoft is not the answer. Microsoft is the question. NO is the answer.
Devchat UI | YakiMinecraftServer
Back to top
View user's profile Send private message Visit poster's website
mark_a_condren





Joined: 03 Aug 2005
Posts: 1384 on topic
Location: Newcastle - Australia
Thank you for registering your game
modified
PostPosted: Wed, 17. Nov 10, 04:43    Post subject: Reply with quote Print

Idea wrote:
Hey, hey banks are here.

It's good to see you up and runing mark Very Happy

I have been under the radar for some time.RL you know Wink

I have one word for you 'downloading' Very Happy

Hey, i know you .... been a while my friend.

Yep, i know what RL can do to you! Been working on another project that has been using most of my free time, but i finally got this released (took some time off other project to do it).

I have one word for you 'feedback' Very Happy

I'll be uploading a new version in the next day or so with quite a few bugs ... um ... 'taken care of' so to speak. So if you find anything, give a yell as usual.

Taowulf wrote:
I noticed that if you empty an account and do not close the account, interest on the average account balance continues to deposit.

I wish my credit union worked that way!

This may not be a bug, when you empty an account the next interest payment period should still pay you interest on the average amount you had in the account for that period, even if only for a couple of minutes. The next period should give no interest if the account was still open but with zero funds for the period. If it pays you interest on zero funds, then there is a problem. Then yes, i wish my bank account was like that too !!!

Samuel Creshal wrote:
Ohh, sweet. Now that solves all my credit problems. Very Happy

What, running low on finances for your next bout of distruction? Razz


Update on progress;

  • Player account does work with station cr management. (done)
  • Can define station credit managemant accounts before selecting stations to add. (done)
  • Fixing accounts showing as 'null' in stn cr man acc select screen when they have been deleted or closed. (done)
  • Withdrawals count as deposits in the balance and account closures aren't listed at all, messing up the total balance. (done)
  • Transaction time(?) is currently a ReadText, should be 'Playing Time :'. (done)
  • Add an option to wipe only one type of transaction (deposit/withdraw/...), via updated 'Delete Options' menu. (done)
  • Corrected and 'Reduced' the number of message you recieve re accounts have to much money or not enough. (but it will still pester you to fix it Razz ) (done)

  • And there was a few minor 'cosmetic' fixed or changes to menus.

    EDIT:
  • Now will 'Auto Create' a bank account to deposit funds into if a station manager account will be 'over filled' by a deposit.



MarCon


_________________
MarCon Ind - S.O.C.S.I : | Game Start Sector Reveal : | Asteroid Fusion : | TC Stock Exchange | MarCon Utilities / Demos | Universal Banking | Ingame DevChat GUI


Last edited by mark_a_condren on Wed, 17. Nov 10, 11:13; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Samuel Creshal



MEDAL

Joined: 06 Mar 2004
Posts: 4318 on topic
Location: Graz, Austria
Thank you for registering your game
PostPosted: Wed, 17. Nov 10, 10:21    Post subject: Reply with quote Print

mark_a_condren wrote:
Samuel Creshal wrote:
Ohh, sweet. Now that solves all my credit problems. Very Happy

What, running low on finances for your next bout of distruction? Razz

Conquering the universe is expensive. Wink

Looking forward to the new release. Smile


_________________
Microsoft is not the answer. Microsoft is the question. NO is the answer.
Devchat UI | YakiMinecraftServer
Back to top
View user's profile Send private message Visit poster's website
mark_a_condren





Joined: 03 Aug 2005
Posts: 1384 on topic
Location: Newcastle - Australia
Thank you for registering your game
PostPosted: Sun, 21. Nov 10, 16:51    Post subject: Reply with quote Print

Update - Version 5 Released

Download links in OP updated .

Version Info :
V5 - 22-Nov-10
  • Player account does work with station cr management.
  • You can define station credit managemant accounts before selecting stations to add.
  • Fixing accounts showing as 'null' in stn cr man acc select screen when they have been deleted or closed.
  • Withdrawals show correctly in 'Report' menu.
  • ReadText in 'Report' menu, should have been 'Playing Time :'.
  • Added a 'Reporting' option to wipe only one type of transaction (deposit/withdraw/...), via updated 'Delete Options' menu.
  • Corrected and 'Reduced' the number of message you recieve re accounts have to much money or not enough. (but it will still pester you to fix it )
  • Now will 'Auto Create' a bank account to deposit funds into if a station manager account will be 'over filled' by a deposit.
  • Now will 'Auto Create' a bank account to deposit funds into if an account will be 'over filled' by an 'Interest Payment'.
  • When setting credit levels in 'Station Credit Manager', all stations of a 'Class' or 'Type' can be set at the same time to the same values.
  • And there was a few minor 'cosmetic' fixed or changes to menus.


As usual, bug reports and feedback welcome.

MarCon


_________________
MarCon Ind - S.O.C.S.I : | Game Start Sector Reveal : | Asteroid Fusion : | TC Stock Exchange | MarCon Utilities / Demos | Universal Banking | Ingame DevChat GUI
Back to top
View user's profile Send private message Send e-mail
vukica





Joined: 10 Aug 2008
Posts: 501 on topic
Location: Croatia
Thank you for registering your game
PostPosted: Sun, 21. Nov 10, 17:20    Post subject: Reply with quote Print

Great! Will test imediately Smile


_________________
Lost Colony Expansion - new sectors
Back to top
View user's profile Send private message
vukica





Joined: 10 Aug 2008
Posts: 501 on topic
Location: Croatia
Thank you for registering your game
modified
PostPosted: Sun, 21. Nov 10, 17:30    Post subject: Reply with quote Print

vukica wrote:
When you select close account you can't back out anymore. It asks to proceed or not, but it proceeds anyway or another no matter what you select.

I checked the code, and you have something like

proceed=get user input boolean/var etc..

that shoud go right behind close.account label... like this

close.account:

proceed=get user input
if proceed=true
closeAccountCode
end
return whatever

i can c/p if needed Smile

p.s. I really like this script, been trying to find/ a station selling script for ages but always something messed with my evil plan.


did you by any chance forget about this? Smile

here's a fix that i think works http://cylon33.googlecode.com/files/plugin.mc.bank.CreateAcc.xml


_________________
Lost Colony Expansion - new sectors


Last edited by vukica on Sun, 21. Nov 10, 17:36; edited 1 time in total
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic Reply to topic Goto page Previous  1, 2, 3, 4 ... 10, 11, 12  Next
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
Control Panel
Login Data
The time now is Wed, 22. May 13, 01:18

All times are GMT + 2 Hours


Board Security

Copyright © EGOSOFT 1989-2009
Powered by phpBB © 2001, 2005 phpBB Group
Template created by Avatar & BurnIt!
Debug: page generation = 0.36625 seconds, sql queries = 74