The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bank Problem
Author Message
UltimaGo
Apprentice
*

Posts: 22
Likes Given: 5
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0



Post: #1
Bank Problem
Hello to all!

I have a problem with the bank of all players..

When they drag the gold coin (one or a pile) into the bank.. it says "x amount of gold was deposited into your bank account" but the money disapear..

When i sell something, the money apears in the bank and if i drag some amount into that pile the gold DONT disapear..

I dont know where to look if something its wrong.
People cant deposit money in their bank because it disapear..

Can anyone help me please?

Thanks for all! and sorry about my english its not my first languaje.
03-30-2017 06:00 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Bank Problem
Are you using a custom bank script? The message "x amount of gold was deposited into your bank account" shouldn't appear by default
03-30-2017 06:11 AM
Find all posts by this user Like Post Quote this message in a reply
UltimaGo
Apprentice
*

Posts: 22
Likes Given: 5
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0



Post: #3
RE: Bank Problem
(03-30-2017 06:11 AM)darksun84 Wrote:  Are you using a custom bank script? The message "x amount of gold was deposited into your bank account" shouldn't appear by default

No.. all my custom scripts i have it in a "custom" folder, i delete that folder, restart the server without the folder and i keep with that problem..

That message i translate to spanish in the sphere_msg thats the only i change..

Edit: I have the 56C last update
Edit2: this is the banker script
[CHARDEF c_banker]
ID=c_man
NAME=banker
DESIRES=i_gold,t_gem
AVERSIONS=t_trap
TSPEECH=spk_human_prime
TSPEECH=spk_human_default
TSPEECH=spk_shopkeep
TSPEECH=spk_rehello
//TSPEECH=spk_needs
TSPEECH=jobBanker
//TSPEECH=spk_needs
TSPEECH=spk_rehello
TSPEECH=spk_human_default
TEVENTS=e_Human_HearUnk
TEVENTS=e_Human_ConvInit
TEVENTS=e_Human_Needs
TEVENTS=e_Human_Greet
TEVENTS=e_Human_Space
TEVENTS=e_Human_Refuse
TEVENTS=e_Human_Environ
TEVENTS=e_npc_vendor
TEVENTS=e_trainer
(This post was last modified: 03-30-2017 06:17 AM by UltimaGo.)
03-30-2017 06:14 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: Bank Problem
Check in JobBanker.scp.

Anyway, when the money is placed in the bank, the gold in status window decrease?
03-30-2017 06:22 AM
Find all posts by this user Like Post Quote this message in a reply
UltimaGo
Apprentice
*

Posts: 22
Likes Given: 5
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0



Post: #5
RE: Bank Problem
(03-30-2017 06:22 AM)darksun84 Wrote:  Check in JobBanker.scp.

Anyway, when the money is placed in the bank, the gold in status window decrease?

Yes the status window decrease.

I checked the jobbanker.scp and i dont see nothing wrong there.. and the "x amount of gold..." doesnt appear.
(This post was last modified: 03-30-2017 06:26 AM by UltimaGo.)
03-30-2017 06:26 AM
Find all posts by this user Like Post Quote this message in a reply
UltimaGo
Apprentice
*

Posts: 22
Likes Given: 5
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0



Post: #6
RE: Bank Problem
darksun84 Thanks for all..

I just change de ini for the default one and it fixed.. i dont know in what line its the error, but when i get it i will post it so people know Big Grin..

Other question, maybe you can help me with this? its fucking killing me the meditation.. i changed the pasive one.. i need the medit when i use the skill...
https://forum.spherecommunity.net/Thread...With-Medit

Thanks anyway Big Grin
03-30-2017 08:11 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #7
RE: Bank Problem
if you want use physical gold instead TOL virtual gold, you must make sure that FEATURE_TOL_VIRTUALGOLD setting is disabled on sphere.ini, because if you enable this setting sphere will automatically convert the gold piles to virtual gold (<VIRTUALGOLD> property on chars) when you drop the gold pile on bankbox. Vendors will also consume virtual gold instead physical gold, etc
03-30-2017 10:32 AM
Find all posts by this user Like Post Quote this message in a reply
UltimaGo
Apprentice
*

Posts: 22
Likes Given: 5
Likes Received: 0 in 0 posts
Joined: Mar 2017
Reputation: 0



Post: #8
RE: Bank Problem
(03-30-2017 10:32 AM)Coruja Wrote:  if you want use physical gold instead TOL virtual gold, you must make sure that FEATURE_TOL_VIRTUALGOLD setting is disabled on sphere.ini, because if you enable this setting sphere will automatically convert the gold piles to virtual gold (<VIRTUALGOLD> property on chars) when you drop the gold pile on bankbox. Vendors will also consume virtual gold instead physical gold, etc

Thanks you very much Coruja.. now i know what was my problem!

Thanks again and sorry for my errors Sad im new in this..
i know js but this its new for me Tongue
03-30-2017 10:35 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)