EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Help!?!?!

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-20-2008, 10:24 AM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default Bank window error since GU46

Ok, I have my modded Bank Window that I created. I used the coin buttons from Drumstix42's bank window. I also updated to match the GU46 changes that also has been updated on Drumstix42's bank as well. The buttons on both of ours seem to work pretty well. However, I noticed with my character, when I deposit all coins to either Bank or Shared, it will deposit all but 1 copper. If I click deposit all again, it will deposit the last cp. The same happens on withdraw. This is also happening when I transfer between bank to shared or shared to bank. It appears I have a corrupt copper piece?

Another weird error is that after the initial click of the move all coins from shared to bank or bank to shared, I receive spam messages such as:

[DEVL]Usage: add_trade_item < vpos><destslot><quantity>

Drumstix42's bank does this as well on the same buttons! Any ideas??!

I also noticed that this message is random as far as when it appears. And it happens on all the custom bank buttons. This never happened prior to GU46. And that pesky cp, that problem is only on ONE of my characters. The rest do not have that issue.

Screen shot posted:
Attached Thumbnails
Click image for larger version

Name:	errorbank.JPG
Views:	612
Size:	42.2 KB
ID:	6462  

Last edited by depechenode : 06-20-2008 at 10:38 AM.
Reply With Quote
  #2  
Unread 06-20-2008, 11:20 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

Hmm. It looks like it's the variable name, "ADD". Type /ADD then hit enter. You get the same error.

After further inspection there appear to be other issues with how this is working. I'll play with it a bit and see if I can find a resolution.

This is bizarre.
16p77g77s78c works. 16p77g77s79c fails
16p77g72s40c works. 16p77g72s39c fails

Depending on the value, you get a phantom copper or two or four. :P

So, the solution is to break up the transaction. It does cause extra bank spam, but it works.

For example:
Code:
OnPress="iPLAT=Parent.Plat.LocalText*1000000
iGOLD=Parent.Gold.LocalText*10000
iSILVER=Parent.Silver.LocalText*100
bank_deposit iPLAT
bank_deposit iGOLD
bank_deposit iSILVER
bank_deposit Parent.Copper.LocalText"

Last edited by pooka : 06-20-2008 at 01:08 PM.
Reply With Quote
  #3  
Unread 06-20-2008, 02:27 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Completely strange.

1) I didn't notice the DEVL error before.
2) I've yet to get any copper left behind, no matter what I try
3) I haven't had any trouble with it since I changed it to use one line deposit.

Are you guys on a international server?


*edit* I see the DEVL error now. Before my chat tabs were filtering it to a different tab. It only shows up the 2nd time you use a button. But that's an easy fix. However. I still can't get it to leave ANY money behind....

My fix is just replace all the instances of ADD with TOTAL. Which I'm currently testing and works fine. See if maybe this helps your extra copper problem?
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>

Last edited by Drumstix42 : 06-20-2008 at 02:40 PM.
Reply With Quote
  #4  
Unread 06-20-2008, 04:57 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

The extra copper piece seemed to be only on one of my chars. It and now seems to be gone once I transfered the copper to diff. char. I will try the TOTAL idea in my mod and see if it fixes the spam as well. Thanks Drumstix42 for your coding that I did use in my version of the bank window.
Reply With Quote
  #5  
Unread 06-20-2008, 05:10 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default Thanks Drumstix42!!

That worked using TOTAL instead of ADD. Thanks Drumstix42! And thanks Pooka for looking at it file as well

Updated version of my idea for the Bank Window using Drumstix42's code should be avail. for DL soon, just waiting on verification from Admin.
Reply With Quote
  #6  
Unread 06-23-2008, 07:24 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

The truth revealed!! I can duplicate the phantom copper issue. If you're getting it, it's your own damn fault.

Don't use /loadui

( and I play on Venekor )
Reply With Quote
  #7  
Unread 06-23-2008, 03:34 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

haha.

"sucker!"
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #8  
Unread 06-23-2008, 07:52 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Quote:
Originally Posted by pooka View Post
The truth revealed!! I can duplicate the phantom copper issue. If you're getting it, it's your own damn fault.

Don't use /loadui

( and I play on Venekor )
The phantom copper was from the /ADD in the .xml and not /loadui in game.

I NEVER use /loadui. I know better.
Reply With Quote
  #9  
Unread 06-23-2008, 08:19 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

T'is funny cause I used /loadui all the time (for cosmetic changes), and I still never had the phantom copper problem. Either way, glad it's working all-around.

__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:20 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI