2013 Ragexe Area

@Ryuuzaki ah thanks for the info
default_smile.png


Diff file has been updated
default_smile.png


 
Last edited by a moderator:
just bumping, any clues about the vending issue?

 
anyone know what the heck this is? When I use mounting reins

screenr_Athena004.jpg

 

 
ah thanks =)

 
Last edited by a moderator:
anyone having problem with inviting someone to a party?
Possibly, I'm not too sure if I confirmed packets for add friend/inviting player, so there could be a problem. Though its a minor one. If it spits something out in the console, just post it here.

 
The cart problem might be related to one of these

Code:
HEADER_ZC_CART_ITEMLIST_NORMAL = 0x902,HEADER_ZC_CART_ITEMLIST_EQUIP = 0x903,HEADER_ZC_SELECTCART = 0x97f,
but I can't tell without seeing the structures (if any of you have it please do share :3) -- I guess the first 2 are related to filling the cart data.
 
anyone having problem with inviting someone to a party?
Possibly, I'm not too sure if I confirmed packets for add friend/inviting player, so there could be a problem. Though its a minor one. If it spits something out in the console, just post it here.
With the party inviting error, there's no error that is shown in the console. Nor a warning. So I thought there's something about the diff. If anyone has a working client with working party invite then I think the only problem is what I diffed.

 
Someone has the fixed for making character for this client?
making character is a langtype issue, change it and you can create characters
 what lang type can be used here? Also, what diff did you apply? I'm having problem with it.
I'm using langtype 0 atm, i didn't diff it myself -- I've downloaded the one already diffed from the first post.
Is what judas posted about having the .bat file?

 
anyone having problem with inviting someone to a party?
Possibly, I'm not too sure if I confirmed packets for add friend/inviting player, so there could be a problem. Though its a minor one. If it spits something out in the console, just post it here.
With the party inviting error, there's no error that is shown in the console. Nor a warning. So I thought there's something about the diff. If anyone has a working client with working party invite then I think the only problem is what I diffed.
It's not with diff

 
Found the bug

0x086F,26,partyinvite2,2to0x086F,26,friendslistadd,20x086D,26,friendslistadd,2to0x086D,26,partyinvite2,2 

Anyone know how to write ASCII char ?

Edit : Ok langtype 9 works fine

Edit 2 :

Judas, are you sure about your packet :

0x0897,5,hommenu,2:4

It's changedir no ?

Should be :

Code:
0x093F,5,hommenu,2:40x0897,5,changedir,2:4
 
Last edited by a moderator:
Found the bug

0x086F,26,partyinvite2,2to0x086F,26,friendslistadd,20x086D,26,friendslistadd,2to0x086D,26,partyinvite2,2 

Anyone know how to write ASCII char ?
Now it works. The problem is the lang now which I cannot create new character via in the character selection also the mount
default_smile.png


 
anyone know what the heck this is? When I use mounting reins

screenr_Athena004.jpg
This is a new class like Christmas, the name is Hanbok.

I added in brathena, see.

http://dev.brathena.org/projects/brathena/repository/revisions/1707

http://dev.brathena.org/projects/brathena/repository/revisions/1709
Cannot allocate memory - 'svn' diff -r 1708:1709 'http://svn.brathena.org/brAthena/testes/src/map/battle.h'@1709 --no-auth-cache --non-interactive

For all diff

Edit : Oh and i tested to snif packet from the 2013 client on rathena when opening the cart, and the client sent nothing, so it's a server-side issue as we thank

 
Last edited by a moderator:
Back
Top