Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

login character set

Experienced Elementalist
Joined
Sep 15, 2006
Messages
235
Reaction score
8
what is not compatible file in my server based on my SS?

baliw53 - login character set - RaGEZONE Forums


everytime i created a character, there is no set or weapon. and if i log in, there is no set. but i check the .charset in glogic :
//PutOnItems [HEAD] [0, 0] [0] [0,0] [0,0,0,0,0]
PutOnItems [HAND] [323, 9] [0] [10,10] [10,10,10,10,10]
PutOnItems [UPPER] [323, 1] [0] [10,10] [10,10,10,10,10]
PutOnItems [LOWER] [323, 5] [0] [10,10] [10,10,10,10,10]
PutOnItems [FOOT] [323, 13] [0] [10,10] [10,10,10,10,10]
PutOnItems [RHAND] [243, 2] [0] [10,10] [10,10,10,10,10]
//PutOnItems [LHAND] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [NECK] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [WRIST] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [RFINGER] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [LFINGER] [0, 0] [0] [0,0] [0,0,0,0,0]
//
//
cInventory [211,4] [1] [10,10] [10,10,10,10,10]
cInventory [323,9] [1] [10,10] [10,10,10,10,10]
cInventory [323,1] [1] [10,10] [10,10,10,10,10]
cInventory [323,5] [1] [10,10] [10,10,10,10,10]
cInventory [323,13] [1] [10,10] [10,10,10,10,10]
cInventory [243,2] [1] [10,10] [10,10,10,10,10]

any idea?

(note: im using ep6s2 server + ranevilz client)
 
Last edited:
Experienced Elementalist
Joined
Sep 15, 2006
Messages
235
Reaction score
8
what problem u got?seen not have any error..

everytime i created a character, there is no set or weapon. and if i log in, there is no set. but i check the .charset in glogic :
//PutOnItems [HEAD] [0, 0] [0] [0,0] [0,0,0,0,0]
PutOnItems [HAND] [323, 9] [0] [10,10] [10,10,10,10,10]
PutOnItems [UPPER] [323, 1] [0] [10,10] [10,10,10,10,10]
PutOnItems [LOWER] [323, 5] [0] [10,10] [10,10,10,10,10]
PutOnItems [FOOT] [323, 13] [0] [10,10] [10,10,10,10,10]
PutOnItems [RHAND] [243, 2] [0] [10,10] [10,10,10,10,10]
//PutOnItems [LHAND] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [NECK] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [WRIST] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [RFINGER] [0, 0] [0] [0,0] [0,0,0,0,0]
//PutOnItems [LFINGER] [0, 0] [0] [0,0] [0,0,0,0,0]
//
//
cInventory [211,4] [1] [10,10] [10,10,10,10,10]
cInventory [323,9] [1] [10,10] [10,10,10,10,10]
cInventory [323,1] [1] [10,10] [10,10,10,10,10]
cInventory [323,5] [1] [10,10] [10,10,10,10,10]
cInventory [323,13] [1] [10,10] [10,10,10,10,10]
cInventory [243,2] [1] [10,10] [10,10,10,10,10]

any idea?
 
Upvote 0
Junior Spellweaver
Joined
Sep 21, 2008
Messages
104
Reaction score
1
it is because your item.isf does not have the files that the class.charset have... try to check if the put on items have the items existed in your item.isf.. use item edit to find out if it is existed..
 
Upvote 0
Experienced Elementalist
Joined
Sep 15, 2006
Messages
235
Reaction score
8
it is because your item.isf does not have the files that the class.charset have... try to check if the put on items have the items existed in your item.isf.. use item edit to find out if it is existed..

my problem is, i don't have item editor.
i have downloaded several but all failed to load.
you have an item editor compatible at ep6s2 server? or anyone can share their working item editor?
 
Upvote 0
Joined
Sep 16, 2007
Messages
1,206
Reaction score
541
^^ then maybe its because you just editing the charset on the client,, how about on server??

always remember, MAKE SURE YOU ARE USING SAME DATA ON SERVER AND CLIENT
 
Upvote 0
Experienced Elementalist
Joined
Sep 15, 2006
Messages
235
Reaction score
8
^^ then maybe its because you just editing the charset on the client,, how about on server??

always remember, MAKE SURE YOU ARE USING SAME DATA ON SERVER AND CLIENT

yes im editing both side...
 
Upvote 0
Experienced Elementalist
Joined
Sep 15, 2006
Messages
235
Reaction score
8
Note: just re-up my problem.. still no idea... anyone can help me? any suggestion?
 
Upvote 0
Back
Top