Jump to content

Recommended Posts

Posted

@ragnazorg: The error you are getting is from Harmony (htic: Harmony Thread I? C?; Maybe, wild guess on what is stands for). But that error is directly related to Harmony. You need to make sure the two files on the client side are the ones that came with the client you requested.

Posted

 

Ai4rei to add the pin code must be done something on the client ?

screen18000.jpg

 

 

Ai4rei to add the pin code must be done something on the client ?

nope its server based..all clients 2011 and above support it..

 

Random progress.

~ Prevent Client from Closing ~

Disregarding, that I have no idea where to begin, I need some information on the desired behavior.

  • In-game - Exit to Windows

    Assume that should remain as it always was, quit to windows.

  • Char Select - Cancel

    Used to return to the login window, but since there is not any, it quits.

  • Char Select - Connection Reset

    Used to return to the login window, but since there is not any, it quits.

  • Login - Error

    Used to return to the login window, but since there is not any, it quits.

  • Login - Connection Reset

    Used to return to the login window, but since there is not any, it quits.

  • ...

    Anything I missed?

The situation, of course, changes when restore login window is in effect (not quite sure whether there is still enough code to restore the window in 2012 clients).

 

 

i wait development of this things

 

Login Error

PIN

 

 

and

Cash Shop

 

the item shop sistem is avaible since long ago

i found

nc_cashshop.png

nc_cashshop.bmp

 

i think the problem is packet (server side or client side)

 

/heh

 

Posted

Hi!

I've downloaded this:

https://github.com/greenboxal/sdpplugins/blob/master/PreBuilt/WDGForceClientHashPacket.dll

Because I thought it may solve this error:

[info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x3af5,l:19).

But the problem is that my patcher only shows that diff in 2011 clients, and not in 2012 ones... how can I solve that?

Thanks ^^

(I'm aware of the 2012-04-10 client working perfectly, but I'm not interested in that one, since the party booking system is not working).

Posted

Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation?

+9999
This is set somewhere in the source code..

@Ai4rei: You think Ragexe EXE7's are the same as iRO EXE's?

Posted

 

Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation?

+9999

 

This is set somewhere in the source code..

@Ai4rei: You think Ragexe EXE7's are the same as iRO EXE's?

where?

Posted

Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation?

Maybe.

 

@Ai4rei: You think Ragexe EXE7's are the same as iRO EXE's?

Both use same code base, the feature set might be different.
Posted

is your website dead ?

In process of moving to different hosting services, as mediaon stopped it's business apparently. For the time being replace nn.nachtwolke.com with nn.ai4rei.net in links you intend to use.
Posted

is your website dead ?

In process of moving to different hosting services, as mediaon stopped it's business apparently. For the time being replace nn.nachtwolke.com with nn.ai4rei.net in links you intend to use.

oh ok thank you :D

Posted

Ai4rei it is possible to modify the client to accept creation both male character as a female in the same account ?

 

Thats a server side thing and is impossible to do.

Posted

I've Diff my client, 2012-04-10aRagexeRE.exe

how to set into Offline mode?

 

I've set my clientinfo.xml mmo.h and packet_db.txt

but still "Failed Connect to Server"

 

It always Online mode.

Posted

I've Diff my client, 2012-04-10aRagexeRE.exe

how to set into Offline mode?

 

I've set my clientinfo.xml mmo.h and packet_db.txt

but still "Failed Connect to Server"

 

It always Online mode.

i think you should put this on the proper forum.

Posted

Cash button is enabled by the server at the request of the client. If the client does not ask for the button state, it usually does not implement the button at all.

Posted

Cash button is enabled by the server at the request of the client. If the client does not ask for the button state, it usually does not implement the button at all.

 

Understand, it's about using 2 sex in the same account, remember that iro took this suggestion to the gravity was refused.

Posted

To support mix-gender accounts you have to

  • make the server distribute the information through the char-select (packet modification), which in turn requires the client to be able to read it, which is the first problem. The character-select packet is read right into an array of CHARACTER_INFO structures; there is no space to expand the structure unless you want to edit all character related client functions; something you "do not want". Work-around for this is to recycle an another field, that does not utilize the whole data size. Writing a plug-in for such a thing would probably equal something twice as hard as the pending rain plug-in, it would not be for free either, at least not from me.
  • make the server deal with gender information on per-character basis. This includes data storage and in-memory structures. Probably the easiest part, anyone dealing with eA/rA source should be able to do that.
  • make the client function CSession::GetSex deal with gender information on per-character basis during char-select.
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...