Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2010, 01:48 AM
Grimshad
Fire Beetle
 
Join Date: Apr 2010
Posts: 26
Default Guild bank bug

the guild bank says you can have a max of 40 deposited items(waiting for review).

When it says "Free Slots: 20" it will give you the message "The guild bank is full!" when you try to deposit any more items.

Either the displaying number in the UI is off, or some code is
Reply With Quote
  #2  
Old 04-20-2010, 04:20 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

It's not a bug. Titanium only allows 20 items in the deposit area, so that is all the server will allow.
Reply With Quote
  #3  
Old 04-20-2010, 07:21 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

When I click the guild bank in the guild lobby the client crashes! I had to remove it as I thought it wasn't implemented - does this mean it does work?
Reply With Quote
  #4  
Old 04-20-2010, 07:25 AM
Grimshad
Fire Beetle
 
Join Date: Apr 2010
Posts: 26
Default

Quote:
Originally Posted by mixxit View Post
When I click the guild bank in the guild lobby the client crashes! I had to remove it as I thought it wasn't implemented - does this mean it does work?
It does indeed work with the latest database/eqemu.


Quote:
It's not a bug. Titanium only allows 20 items in the deposit area, so that is all the server will allow.
ah, is there a way to increase the cap of the guild bank storage and submission storage?
Reply With Quote
  #5  
Old 04-20-2010, 07:47 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

i'm on the latest svn release and I have the guild_bank table is there anything else i'm missing? pretty sure i sourced all the 1000+ sql entries on svn too
Reply With Quote
  #6  
Old 04-20-2010, 07:57 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

what is the class for the guild banker?
Reply With Quote
  #7  
Old 04-20-2010, 08:27 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by mixxit View Post
what is the class for the guild banker?
I believe it is class 66 (at work and can't check right now, but the PEQ Editor lists the Guild Treasurer in the Guild Hall as class Unknown66).

As for Grimshad's question, there is currently no way to change those limits, unless you can compile the source code yourself.

The limits are hardcoded as #defines at the top of:

http://code.google.com/p/projecteqem...ne/guild_mgr.h
Reply With Quote
  #8  
Old 04-20-2010, 08:29 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

Thanks Derision, just checked and the existing guy I have there is definately class 66 although I don't see that in classes.h?

I tried this in titanium and sof (but i use sof) both crash my client when I right click the treasurer in the guild hall instance (zone 345) which is defined my rules. Any ideas on how to debug this?

Thanks!
Reply With Quote
  #9  
Old 04-20-2010, 08:30 AM
Grimshad
Fire Beetle
 
Join Date: Apr 2010
Posts: 26
Default

Quote:
Originally Posted by mixxit View Post
what is the class for the guild banker?
Unfortunately I can't help you there, I havn't delved into the source yet, yesterday was my first time compiling it.

All I did was:
source the guild bank table
compiled and deployed the latest server build
linked the guild lobby door to the guild hall in the database
created a new guild

now the guild bank is fully functional

P.S. I ended up corrupting my database when sourcing the guild bank table, I was stupid and didn't back it up before hand so I ended up having to move all player info over by hand(it sucked).

EDIT: Oops I didn't refresh the page ^ thats late
Reply With Quote
  #10  
Old 04-20-2010, 08:36 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

Any changes to the guild table for banking perhaps?
Reply With Quote
  #11  
Old 04-20-2010, 08:40 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

Here's my DBG:

Code:
[Tue Apr 20 13:38:43 2010]00722:Zone Connect -- Received MSG_READY_ENTER_WORLD
[Tue Apr 20 13:38:43 2010]00723:Item done, MSG_WEATHER_EVENT received.

[Tue Apr 20 13:39:00 2010]00724:fatal error in main thread Code = c0000005  ADDR=0x00659cbb

[Tue Apr 20 13:39:00 2010]00725:EAX=3e22a290  EBX=00000001  ECX=00000000  EDX=777864f4

[Tue Apr 20 13:39:00 2010]00726:ESI=00000000  EDI=03ea6958  EBP=0012e1b0  ESP=0012d9a0

[Tue Apr 20 13:39:00 2010]00727:Raw Stack

[Tue Apr 20 13:39:00 2010]00728:0012d9a0 00 00 00 00 01 00 00 00  00 00 00 00 4c 15 51 00   ........ ....L.Q. 

[Tue Apr 20 13:39:00 2010]00729:0012d9b0 00 00 00 00 03 00 00 00  11 15 57 00 01 00 00 00   ........ ..W..... 

[Tue Apr 20 13:39:00 2010]00730:0012d9c0 01 00 00 00 60 00 22 3e  61 20 67 75 69 6c 64 20   ....`."> a guild  

[Tue Apr 20 13:39:00 2010]00731:0012d9d0 74 72 65 61 73 75 72 65  72 20 74 65 6c 6c 73 20   treasure r tells  

[Tue Apr 20 13:39:00 2010]00732:0012d9e0 79 6f 75 2c 20 27 57 65  6c 63 6f 6d 65 20 74 6f   you, 'We lcome to 

[Tue Apr 20 13:39:00 2010]00733:0012d9f0 20 6d 79 20 62 61 6e 6b  21 27 00 00 58 b9 87 08    my bank !'..X... 

[Tue Apr 20 13:39:00 2010]00734:0012da00 6e 79 41 00 58 69 ea 03  08 1c f9 03 4f 5a 63 00   nyA.Xi.. ....OZc. 

[Tue Apr 20 13:39:00 2010]00735:0012da10 01 00 00 00 73 a0 4d 00  58 69 ea 03 01 00 00 00   ....s.M. Xi...... 

[Tue Apr 20 13:39:00 2010]00736:0012da20 00 00 00 00 49 00 8d 3d  7c f9 ab 40 4a d8 37 c0   ....I..= |..@J.7. 

[Tue Apr 20 13:39:00 2010]00737:0012da30 49 00 8d 3d 0a 28 b4 40  2d 3f 15 c0 49 00 8d 3d   I..=.(.@ -?..I..= 

[Tue Apr 20 13:39:00 2010]00738:0012da40 72 9a ba 40 20 6c e2 bf  49 00 8d 3d c9 40 bf 40   r..@ l.. I..=.@.@ 

[Tue Apr 20 13:39:00 2010]00739:0012da50 c3 2b 98 bf 49 00 8d 3d  9c 0f c2 40 48 e8 18 bf   .+..I..= ...@H... 

[Tue Apr 20 13:39:00 2010]00740:0012da60 49 00 8d 3d fd ff c2 40  4c df 7b b6 49 00 8d 3d   I..=...@ L.{.I..= 

[Tue Apr 20 13:39:00 2010]00741:0012da70 9d 0f c2 40 cb e7 18 3f  49 00 8d 3d cd 40 bf 40   ...@...? I..=.@.@ 

[Tue Apr 20 13:39:00 2010]00742:0012da80 6e 2b 98 3f 49 00 8d 3d  76 9a ba 40 e3 6b e2 3f   n+.?I..= v..@.k.? 

[Tue Apr 20 13:39:00 2010]00743:0012da90 49 00 8d 3d 11 28 b4 40  10 3f 15 40 49 00 8d 3d   I..=.(.@ .?.@I..= 

[Tue Apr 20 13:39:00 2010]00744:0012daa0 87 f9 ab 40 24 d8 37 40  49 00 8d 3d fa 22 a2 40   ...@$.7@ I..=.".@ 

[Tue Apr 20 13:39:00 2010]00745:0012dab0 0c ac 58 40 49 00 8d 3d  b1 bc 96 40 c4 69 77 40   ..X@I..= ...@.iw@ 

[Tue Apr 20 13:39:00 2010]00746:0012dac0 49 00 8d 3d cf e2 89 40  b8 e2 89 40 49 00 8d 3d   I..=...@ ...@I..= 

[Tue Apr 20 13:39:00 2010]00747:0012dad0 e2 69 77 40 a5 bc 96 40  49 00 8d 3d 2d ac 58 40   .iw@...@ I..=-.X@ 

[Tue Apr 20 13:39:00 2010]00748:0012dae0 ef 22 a2 40 49 00 8d 3d  5c d8 37 40 77 f9 ab 40   .".@I..= \.7@w..@ 

[Tue Apr 20 13:39:00 2010]00749:0012daf0 49 00 8d 3d 34 3f 15 40  09 28 b4 40 49 00 8d 3d   I..=4?.@ .(.@I..= 

[Tue Apr 20 13:39:00 2010]00750:0012db00 2f 6c e2 3f 70 9a ba 40  49 00 8d 3d bb 2b 98 3f   /l.?p..@ I..=.+.? 

[Tue Apr 20 13:39:00 2010]00751:0012db10 c9 40 bf 40 49 00 8d 3d  99 e8 18 3f 34 db 12 00   .@.@I..= ...?4... 

[Tue Apr 20 13:39:00 2010]00752:0012db20 5f 5a 76 77 ee 31 6a 73  00 00 00 00 02 00 00 00   _Zvw.1js ........ 

[Tue Apr 20 13:39:00 2010]00753:0012db30 80 79 b3 72 94 db 12 00  8c 5b 76 77 90 79 b3 72   .y.r.... .[vw.y.r 

[Tue Apr 20 13:39:00 2010]00754:0012db40 78 db 12 00 22 00 00 00  02 00 00 00 00 00 00 00   x..."... ........ 

[Tue Apr 20 13:39:00 2010]00755:0012db50 94 db 12 00 00 00 00 00  94 db 12 00 9b 5b 76 77   ........ .....[vw 

[Tue Apr 20 13:39:00 2010]00756:0012db60 6c fa 3c 77 20 00 00 00  02 00 00 00 80 79 b3 72   l.<w ... .....y.r 

[Tue Apr 20 13:39:00 2010]00757:0012db70 94 db 12 00 94 db 12 00  06 00 00 00 60 db 12 00   ........ ....`... 

[Tue Apr 20 13:39:00 2010]00758:0012db80 00 00 3d 00 5c dc 12 00  4d d7 75 77 11 00 00 00   ..=.\... M.uw.... 

[Tue Apr 20 13:39:00 2010]00759:0012db90 0c df d5 0a 10 df d5 0a  02 5b 76 77 80 79 b3 72   ........ .[vw.y.r 

[Tue Apr 20 13:39:00 2010]00760:0012dba0 22 00 00 00 00 00 13 00  78 79 b3 72 0c 0e 98 72   "....... xy.r...r 

[Tue Apr 20 13:39:00 2010]00761:0012dbb0 c8 db 12 00 5f 5a 76 77  ac f1 d8 76 00 00 00 00   ...._Zvw ...v.... 

[Tue Apr 20 13:39:00 2010]00762:0012dbc0 02 00 00 00 08 7a b3 72  28 dc 12 00 e4 db 12 00   .....z.r (....... 

[Tue Apr 20 13:39:00 2010]00763:0012dbd0 5f 5a 76 77 ee 31 6a 73  00 00 00 00 02 00 00 00   _Zvw.1js ........ 

[Tue Apr 20 13:39:00 2010]00764:0012dbe0 90 7a b3 72 44 dc 12 00  8c 5b 76 77 a0 7a b3 72   .z.rD... .[vw.z.r 

[Tue Apr 20 13:39:00 2010]00765:0012dbf0 28 dc 12 00 22 00 00 00  02 00 00 00 00 00 00 00   (..."... ........ 

[Tue Apr 20 13:39:00 2010]00766:0012dc00 44 dc 12 00 00 00 00 00  44 dc 12 00 9b 5b 76 77   D....... D....[vw 

[Tue Apr 20 13:39:00 2010]00767:0012dc10 bc fd 3c 77 20 00 00 00  02 00 00 00 90 7a b3 72   ..<w ... .....z.r 

[Tue Apr 20 13:39:00 2010]00768:0012dc20 44 dc 12 00 44 dc 12 00  06 00 00 00 10 dc 12 00   D...D... ........ 

[Tue Apr 20 13:39:00 2010]00769:0012dc30 00 00 3d 00 0c dd 12 00  00 00 00 00 5c dc 12 00   ..=..... ....\... 

[Tue Apr 20 13:39:00 2010]00770:0012dc40 39 9c 8c 77 80 dc 12 00  00 01 00 00 90 7a b3 72   9..w.... .....z.r 

[Tue Apr 20 13:39:00 2010]00771:0012dc50 4c 00 00 00 80 dd 12 00  05 40 00 80 d0 dd 12 00   L....... .@...... 

[Tue Apr 20 13:39:00 2010]00772:0012dc60 7d 59 97 66 05 5f 45 77  95 5a 97 66 7c dc 12 00   }Y.f._Ew .Z.f|... 

[Tue Apr 20 13:39:00 2010]00773:0012dc70 05 40 00 80 08 b5 dd 08  08 b5 dd 08 c0 20 00 40   .@...... ..... .@ 

[Tue Apr 20 13:39:00 2010]00774:0012dc80 00 00 00 00 80 84 00 00  2d 00 00 00 a9 01 00 00   ........ -....... 

[Tue Apr 20 13:39:00 2010]00775:0012dc90 00 00 0c 02 00 00 01 00  00 00 0d 02 00 02 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00776:0012dca0 19 5f 45 77 e5 77 97 66  00 38 cc 03 08 b5 dd 08   ._Ew.w.f .8...... 

[Tue Apr 20 13:39:00 2010]00777:0012dcb0 a4 15 e6 08 a0 fc e1 09  c8 dc 12 00 fb 38 6a 73   ........ .....8js 

[Tue Apr 20 13:39:00 2010]00778:0012dcc0 40 37 cc 03 e0 dc 12 00  50 df 12 00 2e 7a b7 65   @7...... P....z.e 

[Tue Apr 20 13:39:00 2010]00779:0012dcd0 e0 58 23 01 e0 dc 12 00  e8 bc e1 08 08 b5 dd 08   .X#..... ........ 

[Tue Apr 20 13:39:00 2010]00780:0012dce0 40 21 00 40 00 23 00 40  10 aa cc 03 00 00 00 00   @!.@.#.@ ........ 

[Tue Apr 20 13:39:00 2010]00781:0012dcf0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00782:0012dd00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00783:0012dd10 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00784:0012dd20 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00785:0012dd30 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00786:0012dd40 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00787:0012dd50 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00788:0012dd60 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00789:0012dd70 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00790:0012dd80 00 00 00 00 dd c3 45 00  ef d7 b0 42 84 c4 45 00   ......E. ...B..E. 

[Tue Apr 20 13:39:00 2010]00791:0012dd90 00 00 00 00 00 00 00 00  4a 9f 69 40 0f 2c 56 40   ........ J.i@.,V@ 

[Tue Apr 20 13:39:00 2010]00792:0012dda0 aa 83 0c c1 98 af 55 40  00 00 80 3f 60 00 22 3e   ......U@ ...?`."> 

[Tue Apr 20 13:39:00 2010]00793:0012ddb0 0f 2c 56 40 4a 9f 69 40  00 00 00 00 00 00 00 00   .,V@J.i@ ........ 

[Tue Apr 20 13:39:00 2010]00794:0012ddc0 4b 78 4d 00 98 af 55 40  68 78 4d 00 60 00 22 3e   KxM...U@ hxM.`."> 

[Tue Apr 20 13:39:00 2010]00795:0012ddd0 85 02 00 00 4e 01 00 00  00 00 00 00 50 df 12 00   ....N... ....P... 

[Tue Apr 20 13:39:00 2010]00796:0012dde0 08 b5 dd 08 e8 dd 12 00  e8 bc e1 08 08 02 e2 09   ........ ........ 

[Tue Apr 20 13:39:00 2010]00797:0012ddf0 50 df 12 00 08 b5 dd 08  b4 83 b7 65 08 b5 dd 08   P....... ...e.... 

[Tue Apr 20 13:39:00 2010]00798:0012de00 80 df 12 00 e8 bc e1 08  e0 58 23 01 01 00 00 00   ........ .X#..... 

[Tue Apr 20 13:39:00 2010]00799:0012de10 80 84 00 00 00 00 00 00  08 02 e2 09 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00800:0012de20 00 00 00 00 00 00 01 00  00 00 0d 02 00 02 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00801:0012de30 00 00 0e 02 00 06 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00802:0012de40 00 00 00 00 a0 fc e1 09  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00803:0012de50 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00804:0012de60 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00805:0012de70 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00806:0012de80 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00807:0012de90 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00808:0012dea0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00809:0012deb0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00810:0012dec0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00811:0012ded0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00812:0012dee0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00813:0012def0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00814:0012df00 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00815:0012df10 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00816:0012df20 00 00 00 00 bc 15 e6 08  28 0e de 08 78 df 12 00   ........ (...x... 

[Tue Apr 20 13:39:00 2010]00817:0012df30 48 09 bb 65 28 0e de 08  bc 15 e6 08 08 00 00 00   H..e(... ........ 

[Tue Apr 20 13:39:00 2010]00818:0012df40 e8 bc e1 08 08 b5 dd 08  a4 15 e6 08 25 11 bb 65   ........ ....%..e 

[Tue Apr 20 13:39:00 2010]00819:0012df50 98 df 12 00 ea 48 b7 65  e8 bc e1 08 80 df 12 00   .....H.e ........ 

[Tue Apr 20 13:39:00 2010]00820:0012df60 98 df 12 00 8a 67 4c 00  01 00 00 00 00 00 00 00   .....gL. ........ 

[Tue Apr 20 13:39:00 2010]00821:0012df70 80 df 12 00 80 d1 db 02  40 37 cc 03 40 37 cc 03   ........ @7..@7.. 

[Tue Apr 20 13:39:00 2010]00822:0012df80 48 af e3 09 00 00 00 00  88 11 e2 09 8a 24 79 77   H....... .....$yw 

[Tue Apr 20 13:39:00 2010]00823:0012df90 40 37 cc 03 a4 15 e6 08  a4 15 e6 08 e0 e0 12 00   @7...... ........ 

[Tue Apr 20 13:39:00 2010]00824:0012dfa0 75 7d 97 66 20 46 cc 03  00 64 d0 03 c0 cf db 02   u}.f F.. .d...... 

[Tue Apr 20 13:39:00 2010]00825:0012dfb0 01 00 00 00 00 9a 00 40  2b 01 b4 02 50 e0 12 00   .......@ +...P... 

[Tue Apr 20 13:39:00 2010]00826:0012dfc0 00 9a 00 40 3c 00 00 00  7e 01 00 00 8c 00 4e 17   ...@<... ......N. 

[Tue Apr 20 13:39:00 2010]00827:0012dfd0 00 00 00 00 b4 3d ac 02  fc e0 12 00 e8 31 b9 02   .....=.. .....1.. 

[Tue Apr 20 13:39:00 2010]00828:0012dfe0 2d 00 00 00 00 00 00 00  8e 07 7a c2 5f 7a ae 02   -....... ..z._z.. 

[Tue Apr 20 13:39:00 2010]00829:0012dff0 e0 43 ed 02 50 e0 12 00  98 9e bb 02 a4 9e bb 02   .C..P... ........ 

[Tue Apr 20 13:39:00 2010]00830:0012e000 6f 26 b3 02 08 e0 12 00  44 7f b9 02 df d5 b3 02   o&...... D....... 

[Tue Apr 20 13:39:00 2010]00831:0012e010 99 16 b4 02 02 00 00 00  2d 5b 43 bf 48 95 1b 42   ........ -[C.H..B 

[Tue Apr 20 13:39:00 2010]00832:0012e020 83 67 f5 c0 02 00 00 00  f4 83 9e 43 8c 68 f5 c0   .g...... ...C.h.. 

[Tue Apr 20 13:39:00 2010]00833:0012e030 d9 7d ae 02 44 e0 12 00  18 af 05 06 00 00 00 00   .}..D... ........ 

[Tue Apr 20 13:39:00 2010]00834:0012e040 a0 18 ef 00 00 ce d6 3d  80 82 94 3e a3 27 8e 40   .......= ...>.'.@ 

[Tue Apr 20 13:39:00 2010]00835:0012e050 a0 30 b9 02 fc aa 3b 42  43 6c 1a c2 93 c7 41 41   .0....;B Cl....AA 

[Tue Apr 20 13:39:00 2010]00836:0012e060 a8 51 a7 c3 6c 36 8b 43  aa 95 49 c2 07 c7 be c3   .Q..l6.C ..I..... 

[Tue Apr 20 13:39:00 2010]00837:0012e070 f4 83 9e 43 8e 07 7a c2  2c 5b 43 bf e0 51 22 3f   ...C..z. ,[C..Q"? 

[Tue Apr 20 13:39:00 2010]00838:0012e080 df 03 00 be 70 12 03 3b  bf 44 fb 3d 5c df fa 3d   ....p..; .D.=\..= 

[Tue Apr 20 13:39:00 2010]00839:0012e090 3a 1e af 3e 07 82 6e 3f  00 00 00 00 00 00 00 00   :..>..n? ........ 

[Tue Apr 20 13:39:00 2010]00840:0012e0a0 00 00 00 00 00 00 00 00  01 00 e3 09 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00841:0012e0b0 00 01 01 09 ff ff ff ff  01 00 00 00 b4 1f 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00842:0012e0c0 ff ff ff ff fc aa 3b 42  43 6c 1a c2 93 c7 41 41   ......;B Cl....AA 

[Tue Apr 20 13:39:00 2010]00843:0012e0d0 08 c7 be c3 f5 83 9e 43  8f 07 7a c2 00 cf db 02   .......C ..z..... 

[Tue Apr 20 13:39:00 2010]00844:0012e0e0 02 00 00 00 bf 44 fb 3d  00 b0 4b 3e 10 64 ab 2b   .....D.= ..K>.d.+ 

[Tue Apr 20 13:39:00 2010]00845:0012e0f0 00 00 00 00 00 00 00 00  00 00 00 00 fc aa 3b 42   ........ ......;B 

[Tue Apr 20 13:39:00 2010]00846:0012e100 43 6c 1a c2 93 c7 41 41  08 c7 be c3 f5 83 9e 43   Cl....AA .......C 

[Tue Apr 20 13:39:00 2010]00847:0012e110 8f 07 7a c2 a4 e7 12 00  ab 97 b8 02 00 00 00 00   ..z..... ........ 

[Tue Apr 20 13:39:00 2010]00848:0012e120 45 bd 45 00 98 96 4c 0a  00 00 00 00 00 00 00 00   E.E...L. ........ 

[Tue Apr 20 13:39:00 2010]00849:0012e130 85 02 00 00 4e 01 00 00  02 00 00 00 5c e1 12 00   ....N... ....\... 

[Tue Apr 20 13:39:00 2010]00850:0012e140 a4 e1 12 00 98 e1 12 00  58 69 ea 03 18 af 05 06   ........ Xi...... 

[Tue Apr 20 13:39:00 2010]00851:0012e150 4e 01 00 00 00 00 00 00  00 00 00 00 10 64 ab 2b   N....... .....d.+ 

[Tue Apr 20 13:39:00 2010]00852:0012e160 81 bd 45 00 85 02 00 00  4e 01 00 00 02 00 00 00   ..E..... N....... 

[Tue Apr 20 13:39:00 2010]00853:0012e170 a4 e1 12 00 8e bd 45 00  85 02 00 00 4e 01 00 00   ......E. ....N... 

[Tue Apr 20 13:39:00 2010]00854:0012e180 33 f9 4b 00 88 30 50 00  cc cf 4f 00 4e 01 00 00   3.K..0P. ..O.N... 

[Tue Apr 20 13:39:00 2010]00855:0012e190 43 f9 4b 00 10 64 ab 2b  5c df fa 3d 3a 1e af 3e   C.K..d.+ \..=:..> 

[Tue Apr 20 13:39:00 2010]00856:0012e1a0 07 82 6e 3f 00 ce d6 3d  80 82 94 3e a3 27 8e 40   ..n?...= ...>.'.@ 

[Tue Apr 20 13:39:00 2010]00857:0012e1b0 58 69 ea 03 8a 8b 4d 00  60 00 22 3e 31 cd 07 00   Xi....M. `.">1... 

[Tue Apr 20 13:39:00 2010]00858:0012e1c0 08 97 34 06 08 e2 12 00  00 00 00 00 85 02 00 00   ..4..... ........ 

[Tue Apr 20 13:39:00 2010]00859:0012e1d0 4e 01 00 00 22 9f 4d 00  85 02 00 00 4e 01 00 00   N...".M. ....N... 

[Tue Apr 20 13:39:00 2010]00860:0012e1e0 58 69 ea 03 01 00 00 00  00 00 00 00 00 00 00 00   Xi...... ........ 

[Tue Apr 20 13:39:00 2010]00861:0012e1f0 85 02 00 00 4e 01 00 00  00 00 00 00 a4 e7 12 00   ....N... ........ 

[Tue Apr 20 13:39:00 2010]00862:0012e200 59 9f 4d 00 90 a2 22 3e  00 00 00 00 25 d9 4d 00   Y.M..."> ....%.M. 

[Tue Apr 20 13:39:00 2010]00863:0012e210 66 ef d8 76 01 00 00 00  b4 e7 12 00 58 69 ea 03   f..v.... ....Xi.. 

[Tue Apr 20 13:39:00 2010]00864:0012e220 01 00 00 00 34 14 1d 17  00 00 00 00 58 69 ea 03   ....4... ....Xi.. 

[Tue Apr 20 13:39:00 2010]00865:0012e230 00 00 00 00 05 00 e8 05  e3 17 66 00 00 00 00 00   ........ ..f..... 

[Tue Apr 20 13:39:00 2010]00866:0012e240 aa 83 0c c1 00 00 40 16  0f 2c 56 40 00 00 00 00   ......@. .,V@.... 

[Tue Apr 20 13:39:00 2010]00867:0012e250 3c 93 4d 16 00 00 00 00  98 af 55 40 85 02 00 00   <.M..... ..U@.... 

[Tue Apr 20 13:39:00 2010]00868:0012e260 4e 01 00 00 0f 2c 56 40  aa 83 0c c1 98 af 55 40   N....,V@ ......U@ 

[Tue Apr 20 13:39:00 2010]00869:0012e270 2a 4e 55 4c 4c 2a 00 00  00 00 00 00 00 00 00 00   *NULL*.. ........ 

[Tue Apr 20 13:39:00 2010]00870:0012e280 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00871:0012e290 0e 80 07 00 7f 2c 06 00  75 83 08 00 9c 31 0c 00   .....,.. u....1.. 

[Tue Apr 20 13:39:00 2010]00872:0012e2a0 61 d8 ea 13 5a 91 26 17  b8 0e e1 03 77 00 00 00   a...Z.&. ....w... 

[Tue Apr 20 13:39:00 2010]00873:0012e2b0 26 d9 ea 13 77 e3 12 00  b8 0e e1 03 30 00 00 00   &...w... ....0... 

[Tue Apr 20 13:39:00 2010]00874:0012e2c0 e8 e2 12 00 aa dc 6b 00  b8 0e e1 03 00 00 00 00   ......k. ........ 

[Tue Apr 20 13:39:00 2010]00875:0012e2d0 b8 0e e1 03 00 00 00 00  64 e3 12 00 34 0d c6 16   ........ d...4... 

[Tue Apr 20 13:39:00 2010]00876:0012e2e0 64 e3 12 00 00 00 00 00  b8 6b 6e 00 09 93 64 00   d....... .kn...d. 

[Tue Apr 20 13:39:00 2010]00877:0012e2f0 59 6f 75 20 68 61 76 65  20 65 6e 74 65 72 65 64   You have  entered 

[Tue Apr 20 13:39:00 2010]00878:0012e300 20 47 75 69 6c 64 20 48  61 6c 6c 2e 00 95 4d 16    Guild H all...M. 

[Tue Apr 20 13:39:00 2010]00879:0012e310 18 27 94 08 4c 91 26 17  18 27 94 08 a4 e7 12 00   .'..L.&. .'...... 

[Tue Apr 20 13:39:00 2010]00880:0012e320 41 50 6d 00 ff ff ff ff  47 a6 64 00 4c 91 26 17   APm..... G.d.L.&. 

[Tue Apr 20 13:39:00 2010]00881:0012e330 64 e3 12 00 b8 6b 6e 00  1a 04 00 00 90 06 00 00   d....kn. ........ 

[Tue Apr 20 13:39:00 2010]00882:0012e340 d1 17 66 00 64 e3 12 00  b8 6b 6e 00 4c 91 26 17   ..f.d... .kn.L.&. 

[Tue Apr 20 13:39:00 2010]00883:0012e350 9e d0 65 00 4c 91 26 17  64 e3 12 00 b8 6b 6e 00   ..e.L.&. d....kn. 

[Tue Apr 20 13:39:00 2010]00884:0012e360 b8 95 4d 16 4d 69 6e 69  6d 69 7a 65 64 31 36 38   ..M.Mini mized168 

[Tue Apr 20 13:39:00 2010]00885:0012e370 30 78 31 30 35 30 00 17  e0 05 91 02 94 e3 12 00   0x1050.. ........ 

[Tue Apr 20 13:39:00 2010]00886:0012e380 5f 5a 76 77 61 85 6a 00  00 00 00 00 02 00 00 00   _Zvwa.j. ........ 

[Tue Apr 20 13:39:00 2010]00887:0012e390 08 ad b3 72 f4 e3 12 00  8c 5b 76 77 18 ad b3 72   ...r.... .[vw...r 

[Tue Apr 20 13:39:00 2010]00888:0012e3a0 d8 e3 12 00 22 00 00 00  ae 22 79 77 c8 c5 3c 77   ...."... ."yw..<w 

[Tue Apr 20 13:39:00 2010]00889:0012e3b0 61 d8 ea 13 5a 91 26 17  b8 0e e1 03 77 00 00 00   a...Z.&. ....w... 

[Tue Apr 20 13:39:00 2010]00890:0012e3c0 fa e0 ea 13 4f 80 71 00  b8 0e e1 03 64 00 00 00   ....O.q. ....d... 

[Tue Apr 20 13:39:00 2010]00891:0012e3d0 f8 e3 12 00 aa dc 6b 00  b8 0e e1 03 00 00 00 00   ......k. ........ 

[Tue Apr 20 13:39:00 2010]00892:0012e3e0 b8 0e e1 03 00 00 00 00  48 80 71 00 ac 0d c6 16   ........ H.q..... 

[Tue Apr 20 13:39:00 2010]00893:0012e3f0 48 80 71 00 00 00 00 00  90 e4 12 00 09 93 64 00   H.q..... ......d. 

[Tue Apr 20 13:39:00 2010]00894:0012e400 48 80 71 00 f4 e0 ea 13  80 9b d3 07 00 00 00 00   H.q..... ........ 

[Tue Apr 20 13:39:00 2010]00895:0012e410 90 e4 12 00 c2 a3 64 00  20 97 4d 16 b8 95 4d 16   ......d.  .M...M. 

[Tue Apr 20 13:39:00 2010]00896:0012e420 18 27 94 08 4c 91 26 17  18 27 94 08 a4 e7 12 00   .'..L.&. .'...... 

[Tue Apr 20 13:39:00 2010]00897:0012e430 41 50 6d 00 ff ff ff ff  47 a6 64 00 4c 91 26 17   APm..... G.d.L.&. 

[Tue Apr 20 13:39:00 2010]00898:0012e440 48 80 71 00 90 e4 12 00  1a 04 00 00 ff 06 00 00   H.q..... ........ 

[Tue Apr 20 13:39:00 2010]00899:0012e450 d1 17 66 00 48 80 71 00  90 e4 12 00 4c 91 26 17   ..f.H.q. ....L.&. 

[Tue Apr 20 13:39:00 2010]00900:0012e460 0d e9 65 00 4c 91 26 17  48 80 71 00 90 e4 12 00   ..e.L.&. H.q..... 

[Tue Apr 20 13:39:00 2010]00901:0012e470 76 ef d8 76 40 04 00 00  01 00 00 00 b8 95 4d 16   v..v@... ......M. 

[Tue Apr 20 13:39:00 2010]00902:0012e480 0c e6 12 ff 90 06 00 00  00 df 5b 70 1a 04 00 00   ........ ..[p.... 

[Tue Apr 20 13:39:00 2010]00903:0012e490 66 61 6c 73 65 00 12 00  1c e6 12 00 00 00 00 00   false... ........ 

[Tue Apr 20 13:39:00 2010]00904:0012e4a0 84 e5 12 00 b0 4b 5e 70  d4 e4 12 00 00 02 00 00   .....K^p ........ 

[Tue Apr 20 13:39:00 2010]00905:0012e4b0 1c e6 12 00 01 00 00 00  0c e6 12 00 01 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00906:0012e4c0 1c df 5b 70 00 00 00 00  00 00 00 00 01 00 00 00   ..[p.... ........ 

[Tue Apr 20 13:39:00 2010]00907:0012e4d0 bc 4b 5e 70 65 00 6e 00  2d 00 55 00 53 00 00 00   .K^pe.n. -.U.S... 

[Tue Apr 20 13:39:00 2010]00908:0012e4e0 40 00 00 00 20 e5 12 00  61 85 6a 00 00 00 a8 02   @... ... a.j..... 

[Tue Apr 20 13:39:00 2010]00909:0012e4f0 00 00 00 00 66 85 6a 00  03 00 00 00 34 c4 23 3e   ....f.j. ....4.#> 

[Tue Apr 20 13:39:00 2010]00910:0012e500 9c 3f 93 02 c9 87 6e 00  b8 0e e1 03 73 00 00 00   .?....n. ....s... 

[Tue Apr 20 13:39:00 2010]00911:0012e510 73 5b 95 02 7c 7d 6f 00  b8 0e e1 03 77 00 00 00   s[..|}o. ....w... 

[Tue Apr 20 13:39:00 2010]00912:0012e520 48 e5 12 00 aa dc 6b 00  b8 0e e1 03 00 00 00 00   H.....k. ........ 

[Tue Apr 20 13:39:00 2010]00913:0012e530 b8 0e e1 03 00 00 00 00  6c 7d 6f 00 74 98 94 02   ........ l}o.t... 

[Tue Apr 20 13:39:00 2010]00914:0012e540 00 00 00 00 00 00 00 00  20 00 00 00 00 00 00 00   ........  ....... 

[Tue Apr 20 13:39:00 2010]00915:0012e550 b4 e5 12 00 d4 e5 12 00  ea 94 64 00 b4 e5 12 00   ........ ..d..... 

[Tue Apr 20 13:39:00 2010]00916:0012e560 c4 5b 95 02 20 00 00 00  00 00 00 00 b4 e5 12 00   .[.. ... ........ 

[Tue Apr 20 13:39:00 2010]00917:0012e570 b4 e7 12 00 00 00 00 00  1e 17 66 00 c0 87 6e 00   ........ ..f...n. 

[Tue Apr 20 13:39:00 2010]00918:0012e580 6c 7d 6f 00 20 94 6e 00  b4 e5 12 00 20 00 00 00   l}o. .n. .... ... 

[Tue Apr 20 13:39:00 2010]00919:0012e590 38 18 7d 16 02 d0 52 00  c0 87 6e 00 6c 7d 6f 00   8.}...R. ..n.l}o. 

[Tue Apr 20 13:39:00 2010]00920:0012e5a0 20 94 6e 00 b4 e5 12 00  20 00 00 00 f4 88 6e 00    .n.....  .....n. 

[Tue Apr 20 13:39:00 2010]00921:0012e5b0 01 00 00 00 66 61 6c 73  65 00 00 00 00 00 00 00   ....fals e....... 

[Tue Apr 20 13:39:00 2010]00922:0012e5c0 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00923:0012e5d0 00 00 00 00 00 00 00 00  02 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00924:0012e5e0 01 00 00 00 00 00 00 00  b8 27 48 17 b8 27 48 17   ........ .'H..'H. 

[Tue Apr 20 13:39:00 2010]00925:0012e5f0 b8 27 48 17 01 00 00 00  54 e6 12 00 60 e6 12 00   .'H..... T...`... 

[Tue Apr 20 13:39:00 2010]00926:0012e600 60 e6 12 00 60 e6 12 00  01 00 00 00 44 e1 2a 17   `...`... ....D.*. 

[Tue Apr 20 13:39:00 2010]00927:0012e610 70 03 00 00 82 6b 64 00  a8 35 9b 02 60 e6 12 00   p....kd. .5..`... 

[Tue Apr 20 13:39:00 2010]00928:0012e620 a8 35 9b 02 01 00 00 00  60 e6 12 00 70 03 00 00   .5...... `...p... 

[Tue Apr 20 13:39:00 2010]00929:0012e630 82 6b 64 00 f0 44 9a 00  90 9c f5 03 01 00 00 00   .kd..D.. ........ 

[Tue Apr 20 13:39:00 2010]00930:0012e640 0c 97 34 06 b8 95 4d 16  bf 3c 67 00 5e 09 00 00   ..4...M. .<g.^... 

[Tue Apr 20 13:39:00 2010]00931:0012e650 5d 09 00 00 0c 97 34 06  95 43 67 00 f5 08 00 00   ].....4. .Cg..... 

[Tue Apr 20 13:39:00 2010]00932:0012e660 78 e6 12 00 b8 95 4d 16  40 96 4f 17 5e 09 00 00   x.....M. @.O.^... 

[Tue Apr 20 13:39:00 2010]00933:0012e670 08 97 34 06 ce 59 67 00  d8 59 67 00 b8 95 4d 16   ..4..Yg. .Yg...M. 

[Tue Apr 20 13:39:00 2010]00934:0012e680 40 04 00 00 b8 95 4d 16  01 00 00 00 18 9e 65 00   @.....M. ......e. 

[Tue Apr 20 13:39:00 2010]00935:0012e690 d8 cb 65 00 65 9e 65 00  a0 0a 46 00 b8 95 4d 16   ..e.e.e. ..F...M. 

[Tue Apr 20 13:39:00 2010]00936:0012e6a0 44 00 00 00 66 04 00 00  14 03 00 00 00 00 00 00   D...f... ........ 

[Tue Apr 20 13:39:00 2010]00937:0012e6b0 18 00 00 00 da 9c 65 00  00 00 00 00 18 af 05 06   ......e. ........ 

[Tue Apr 20 13:39:00 2010]00938:0012e6c0 00 00 00 00 00 00 00 00  18 af 05 06 b4 e7 12 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00939:0012e6d0 00 00 00 00 bc 8a 65 00  01 00 00 00 88 30 50 00   ......e. .....0P. 

[Tue Apr 20 13:39:00 2010]00940:0012e6e0 60 e7 45 00 66 ef d8 76  00 00 00 00 8a 56 64 00   `.E.f..v .....Vd. 

[Tue Apr 20 13:39:00 2010]00941:0012e6f0 cb f5 4d 00 74 09 0a 00  90 34 99 00 ff ff ff ff   ..M.t... .4...... 

[Tue Apr 20 13:39:00 2010]00942:0012e700 00 00 00 00 d8 0d 98 72  58 69 ea 03 5b f1 d8 76   .......r Xi..[..v 

[Tue Apr 20 13:39:00 2010]00943:0012e710 90 ad e8 03 14 e7 12 00  14 e7 12 00 90 ad e8 03   ........ ........ 

[Tue Apr 20 13:39:00 2010]00944:0012e720 00 00 00 00 05 00 00 00  3c 09 a8 02 00 00 00 00   ........ <....... 

[Tue Apr 20 13:39:00 2010]00945:0012e730 05 00 00 00 b8 2c 3a 00  1c 49 78 77 c4 6a 91 75   .....,:. .Ixw.j.u 

[Tue Apr 20 13:39:00 2010]00946:0012e740 7c 04 00 00 7c 04 00 00  58 e7 12 00 df 05 d9 76   |...|... X......v 

[Tue Apr 20 13:39:00 2010]00947:0012e750 60 5b 9a 00 05 00 00 00  42 6f 6c 6c 79 00 00 00   `[...... Bolly... 

[Tue Apr 20 13:39:00 2010]00948:0012e760 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00949:0012e770 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00950:0012e780 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00951:0012e790 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00   ........ ........ 

[Tue Apr 20 13:39:00 2010]00952:0012e7a0 a6 2e 2d 00 44 fc 12 00  aa 3c 6c 00 ff ff ff ff   ..-.D... .<l..... 

[Tue Apr 20 13:39:00 2010]00953:0012e7b0 85 e0 ca 01 54 fc 12 00  a6 c1 51 00 74 09 0a 00   ....T... ..Q.t... 

[Tue Apr 20 13:39:00 2010]00954:0012e7c0 00 00 40 00 a9 e9 51 00  01 00 00 00 ff ff ff ff   ..@...Q. ........ 

[Tue Apr 20 13:39:00 2010]00955:0012e7d0 00 00 00 00 ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00956:0012e7e0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00957:0012e7f0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00958:0012e800 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00959:0012e810 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00960:0012e820 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00961:0012e830 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00962:0012e840 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00963:0012e850 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00964:0012e860 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00965:0012e870 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00966:0012e880 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00967:0012e890 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00968:0012e8a0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00969:0012e8b0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00970:0012e8c0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00971:0012e8d0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00972:0012e8e0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00973:0012e8f0 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00974:0012e900 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00975:0012e910 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00976:0012e920 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00977:0012e930 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00978:0012e940 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00979:0012e950 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00980:0012e960 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00981:0012e970 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00982:0012e980 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00983:0012e990 ce ce ce ce ce ce ce ce  ce ce ce ce ce ce ce ce   ........ ........ 

[Tue Apr 20 13:39:00 2010]00984:Call Stack

[Tue Apr 20 13:39:00 2010]00985:ADDR=0x004d8b8a  (stack frame size = 64456612)

[Tue Apr 20 13:39:00 2010]00986:ADDR=0x006f1708  (stack frame size = -58413580)

[Tue Apr 20 13:39:00 2010]00987:ADDR=0x004bfed0  (stack frame size = -2278932)

[Tue Apr 20 13:39:00 2010]00988:Stack Scan

[Tue Apr 20 13:39:00 2010]00989:0x0012d9ac: ADDR=0x0051154c 

[Tue Apr 20 13:39:00 2010]00990:0x0012d9b8: ADDR=0x00571511 

[Tue Apr 20 13:39:00 2010]00991:0x0012da00: ADDR=0x0041796e 

[Tue Apr 20 13:39:00 2010]00992:0x0012da0c: ADDR=0x00635a4f 

[Tue Apr 20 13:39:00 2010]00993:0x0012da14: ADDR=0x004da073 

[Tue Apr 20 13:39:00 2010]00994:0x0012dd84: ADDR=0x0045c3dd 

[Tue Apr 20 13:39:00 2010]00995:0x0012dd8c: ADDR=0x0045c484 

[Tue Apr 20 13:39:00 2010]00996:0x0012ddc0: ADDR=0x004d784b 

[Tue Apr 20 13:39:00 2010]00997:0x0012ddc8: ADDR=0x004d7868 

[Tue Apr 20 13:39:00 2010]00998:0x0012df64: ADDR=0x004c678a 

[Tue Apr 20 13:39:00 2010]00999:0x0012e040: ADDR=0x00ef18a0 

[Tue Apr 20 13:39:00 2010]01000:0x0012e120: ADDR=0x0045bd45 

[Tue Apr 20 13:39:00 2010]01001:0x0012e160: ADDR=0x0045bd81 

[Tue Apr 20 13:39:00 2010]01002:0x0012e174: ADDR=0x0045bd8e 

[Tue Apr 20 13:39:00 2010]01003:0x0012e180: ADDR=0x004bf933 

[Tue Apr 20 13:39:00 2010]01004:0x0012e184: ADDR=0x00503088 

[Tue Apr 20 13:39:00 2010]01005:0x0012e188: ADDR=0x004fcfcc 

[Tue Apr 20 13:39:00 2010]01006:0x0012e190: ADDR=0x004bf943 

[Tue Apr 20 13:39:00 2010]01007:0x0012e1b4: ADDR=0x004d8b8a 

[Tue Apr 20 13:39:00 2010]01008:0x0012e1d4: ADDR=0x004d9f22 

[Tue Apr 20 13:39:00 2010]01009:0x0012e200: ADDR=0x004d9f59 

[Tue Apr 20 13:39:00 2010]01010:0x0012e20c: ADDR=0x004dd925 

[Tue Apr 20 13:39:00 2010]01011:0x0012e238: ADDR=0x006617e3 

[Tue Apr 20 13:39:00 2010]01012:0x0012e2c4: ADDR=0x006bdcaa 

[Tue Apr 20 13:39:00 2010]01013:0x0012e2e8: ADDR=0x006e6bb8 

[Tue Apr 20 13:39:00 2010]01014:0x0012e2ec: ADDR=0x00649309 

[Tue Apr 20 13:39:00 2010]01015:0x0012e320: ADDR=0x006d5041 

[Tue Apr 20 13:39:00 2010]01016:0x0012e328: ADDR=0x0064a647 

[Tue Apr 20 13:39:00 2010]01017:0x0012e334: ADDR=0x006e6bb8 

[Tue Apr 20 13:39:00 2010]01018:0x0012e340: ADDR=0x006617d1 

[Tue Apr 20 13:39:00 2010]01019:0x0012e348: ADDR=0x006e6bb8 

[Tue Apr 20 13:39:00 2010]01020:0x0012e350: ADDR=0x0065d09e 

[Tue Apr 20 13:39:00 2010]01021:0x0012e35c: ADDR=0x006e6bb8 

[Tue Apr 20 13:39:00 2010]01022:0x0012e384: ADDR=0x006a8561 

[Tue Apr 20 13:39:00 2010]01023:0x0012e3c4: ADDR=0x0071804f 

[Tue Apr 20 13:39:00 2010]01024:0x0012e3d4: ADDR=0x006bdcaa 

[Tue Apr 20 13:39:00 2010]01025:0x0012e3e8: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01026:0x0012e3f0: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01027:0x0012e3fc: ADDR=0x00649309 

[Tue Apr 20 13:39:00 2010]01028:0x0012e400: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01029:0x0012e414: ADDR=0x0064a3c2 

[Tue Apr 20 13:39:00 2010]01030:0x0012e430: ADDR=0x006d5041 

[Tue Apr 20 13:39:00 2010]01031:0x0012e438: ADDR=0x0064a647 

[Tue Apr 20 13:39:00 2010]01032:0x0012e440: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01033:0x0012e450: ADDR=0x006617d1 

[Tue Apr 20 13:39:00 2010]01034:0x0012e454: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01035:0x0012e460: ADDR=0x0065e90d 

[Tue Apr 20 13:39:00 2010]01036:0x0012e468: ADDR=0x00718048 

[Tue Apr 20 13:39:00 2010]01037:0x0012e4d4: ADDR=0x006e0065 

[Tue Apr 20 13:39:00 2010]01038:0x0012e4d8: ADDR=0x0055002d 

[Tue Apr 20 13:39:00 2010]01039:0x0012e4e8: ADDR=0x006a8561 

[Tue Apr 20 13:39:00 2010]01040:0x0012e4f4: ADDR=0x006a8566 

[Tue Apr 20 13:39:00 2010]01041:0x0012e504: ADDR=0x006e87c9 

[Tue Apr 20 13:39:00 2010]01042:0x0012e514: ADDR=0x006f7d7c 

[Tue Apr 20 13:39:00 2010]01043:0x0012e524: ADDR=0x006bdcaa 

[Tue Apr 20 13:39:00 2010]01044:0x0012e538: ADDR=0x006f7d6c 

[Tue Apr 20 13:39:00 2010]01045:0x0012e558: ADDR=0x006494ea 

[Tue Apr 20 13:39:00 2010]01046:0x0012e578: ADDR=0x0066171e 

[Tue Apr 20 13:39:00 2010]01047:0x0012e57c: ADDR=0x006e87c0 

[Tue Apr 20 13:39:00 2010]01048:0x0012e580: ADDR=0x006f7d6c 

[Tue Apr 20 13:39:00 2010]01049:0x0012e584: ADDR=0x006e9420 

[Tue Apr 20 13:39:00 2010]01050:0x0012e594: ADDR=0x0052d002 

[Tue Apr 20 13:39:00 2010]01051:0x0012e598: ADDR=0x006e87c0 

[Tue Apr 20 13:39:00 2010]01052:0x0012e59c: ADDR=0x006f7d6c 

[Tue Apr 20 13:39:00 2010]01053:0x0012e5a0: ADDR=0x006e9420 

[Tue Apr 20 13:39:00 2010]01054:0x0012e5ac: ADDR=0x006e88f4 

[Tue Apr 20 13:39:00 2010]01055:0x0012e614: ADDR=0x00646b82 

[Tue Apr 20 13:39:00 2010]01056:0x0012e630: ADDR=0x00646b82 

[Tue Apr 20 13:39:00 2010]01057:0x0012e634: ADDR=0x009a44f0 

[Tue Apr 20 13:39:00 2010]01058:0x0012e648: ADDR=0x00673cbf 

[Tue Apr 20 13:39:00 2010]01059:0x0012e658: ADDR=0x00674395 

[Tue Apr 20 13:39:00 2010]01060:0x0012e674: ADDR=0x006759ce 

[Tue Apr 20 13:39:00 2010]01061:0x0012e678: ADDR=0x006759d8 

[Tue Apr 20 13:39:00 2010]01062:0x0012e68c: ADDR=0x00659e18 

[Tue Apr 20 13:39:00 2010]01063:0x0012e690: ADDR=0x0065cbd8 

[Tue Apr 20 13:39:00 2010]01064:0x0012e694: ADDR=0x00659e65 

[Tue Apr 20 13:39:00 2010]01065:0x0012e698: ADDR=0x00460aa0 

[Tue Apr 20 13:39:00 2010]01066:0x0012e6b4: ADDR=0x00659cda 

[Tue Apr 20 13:39:00 2010]01067:0x0012e6d4: ADDR=0x00658abc 

[Tue Apr 20 13:39:00 2010]01068:0x0012e6dc: ADDR=0x00503088 

[Tue Apr 20 13:39:00 2010]01069:0x0012e6e0: ADDR=0x0045e760 

[Tue Apr 20 13:39:00 2010]01070:0x0012e6ec: ADDR=0x0064568a 

[Tue Apr 20 13:39:00 2010]01071:0x0012e6f0: ADDR=0x004df5cb 

[Tue Apr 20 13:39:00 2010]01072:0x0012e6f8: ADDR=0x00993490 

[Tue Apr 20 13:39:00 2010]01073:0x0012e750: ADDR=0x009a5b60 

[Tue Apr 20 13:39:00 2010]01074:0x0012e7a8: ADDR=0x006c3caa 

[Tue Apr 20 13:39:00 2010]01075:0x0012e7b8: ADDR=0x0051c1a6 

[Tue Apr 20 13:39:00 2010]01076:0x0012e7c4: ADDR=0x0051e9a9 

[Tue Apr 20 13:39:00 2010]01077:fatal error in main thread Code = c0000005  ADDR=0x00659cbb

[Tue Apr 20 13:39:00 2010]01078:EAX=3e22a290  EBX=00000001  ECX=00000000  EDX=777864f4

[Tue Apr 20 13:39:00 2010]01079:ESI=00000000  EDI=03ea6958  EBP=0012e1b0  ESP=0012d9a0

[Tue Apr 20 13:39:00 2010]01080:Process was trying to READ invalid data.

[Tue Apr 20 13:39:00 2010]01081:Invalid access occurred at virtual address 0x0000008d.

[Tue Apr 20 13:39:00 2010]01082:Fatal error occurred in mainthread! (Release Client #630)

[Tue Apr 20 13:39:00 2010]01083:Client Version: Sep  7 2007 09:11:49
[Tue Apr 20 13:39:00 2010]01084:Skin Directory: UIFiles\Default\

[Tue Apr 20 13:39:00 2010]01085:Graphics DLL Loaded: Graphics DLL Version 2.00.31776
[Tue Apr 20 13:39:00 2010]01086:Graphics Build Date: Sep  4 2007 15:49:57
[Tue Apr 20 13:39:00 2010]01087:Video Card: ATI Radeon HD 3800 Series, 8.14.1.6095

[Tue Apr 20 13:39:00 2010]01088:Crash (char = Bolly, zone = guildhall)

[Tue Apr 20 13:39:00 2010]01089:Local Player's World location at time of crash: 3.346439, -8.782145, 3.338842.

[Tue Apr 20 13:39:00 2010]01090:Gamestate at crash = 5
Reply With Quote
  #12  
Old 04-20-2010, 08:47 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Do you have values for OP_GuildBank in patches_SoF.conf and patches_Titanium.conf ?

Are you using the standard UI ?

Is your guild_bank table completely empty.

Is the character you are trying to interact with the guild_treasurer NPC in a guild and either the guild leader or guild banker ?
Reply With Quote
  #13  
Old 04-20-2010, 09:03 AM
Grimshad
Fire Beetle
 
Join Date: Apr 2010
Posts: 26
Default

Quote:
Originally Posted by Derision View Post
As for Grimshad's question, there is currently no way to change those limits, unless you can compile the source code yourself.

The limits are hardcoded as #defines at the top of:

http://code.google.com/p/projecteqem...ne/guild_mgr.h
I changed these values and recompiled, the deposit can now go up to 40, but no further. It still stops as the visually displayed number, instead of the number I set in the definition(1000 for bank, and 500 for deposit)

Anything else I'de have to change? I'll be gone all day so You'll probably respond before I find it tonight.
Reply With Quote
  #14  
Old 04-20-2010, 09:27 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You won't be able to specify a bigger area than the maximum the client is designed to accept, i.e. you will be able to change the deposit area size from 20 to 40 if you are using SoF/SoD, as SoF/SoD are designed to cope with that many items, however as you found, you can't make it any higher than that.
Reply With Quote
  #15  
Old 04-20-2010, 09:30 AM
mixxit
Hill Giant
 
Join Date: Sep 2006
Posts: 155
Default

Quote:
Originally Posted by Derision View Post
Do you have values for OP_GuildBank in patches_SoF.conf and patches_Titanium.conf ?
yeah, here are my values:
patch_Sof: OP_GuildBank=0x43ff
patch_Titanium: OP_GuildBank=0xb4ab


Are you using the standard UI ?
I am, I even reinstalled a completely fresh version of SoF to try this and only changed my eqhost.txt. Same result!

Is your guild_bank table completely empty.
It is, should it be? I tried creating a new guild just incase.

Is the character you are trying to interact with the guild_treasurer NPC in a guild and either the guild leader or guild banker ?
I tried it as a guild leader and I also tried flagging myself as guild banker (which took effect, i had the little B next to my name)
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:39 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3