Bank error on hercules server

themon

New member
Messages
517
Points
0
Location
라그나로크
Github
ThemonChan (5468656d6f6e4368616e)
Emulator
after I click bank

[Warning]: clif_parse: Received unsupported packet (packet 0x0000 (0x09ab), 6 by
tes received), disconnecting session #3.

and got disconnected from server.

I using 2013-08-07aRagexe.exe

packets.h

msgstringtable.txt

 

Attachments

Last edited by a moderator:
bank system is not implemented yet, also note your setting:

// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
#define PACKETVER_RE

you need to comment this line out since you are NOT using ragexeRE

 

Attachments

Last edited by a moderator:
yes it can.
default_smile.png


Type @mount2 or use halter lead instead. 

 
Last edited by a moderator:
Let me know if you still have issues here, as you may need to make further changes to fix this if you continue to get these errors randomly.

 
same client,same problem

Code:
[Warning]: clif_parse: Received unsupported packet (packet 0x0000 (0x09ab), 6 bytes received), disconnecting session #3.[Info]: Character 'EriN KillerSoul' logged off.[Info]: 'EriN KillerSoul' logged in. (AID/CID: '2000000/150000', IP: '127.0.0.1', Group '99').[Info]: Character 'EriN KillerSoul' logged off.
 
And same answer. The bank is not implemented yet.

Add this to end of SRC/map/packets.h and recompile.
it will dull out that packet until we manage to get it implemented

Code:
packet(0x09ab,6,clif->pDull,2);
 
Last edited by a moderator:
Thanks yommy. All I have to fix now is some NO MSG in the check box in item menu beside the drop on/off check box. I think this check box is the compair item check box. Cause when I check it I can compair the item and with the one that I equip

 
Back
Top