Aleos Posted February 18, 2013 Posted February 18, 2013 @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. Quote
Kichi Posted February 25, 2013 Posted February 25, 2013 Ai4rei to add the pin code must be done something on the client ? 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 WindowsAssume that should remain as it always was, quit to windows. Char Select - CancelUsed to return to the login window, but since there is not any, it quits. Char Select - Connection ResetUsed to return to the login window, but since there is not any, it quits. Login - ErrorUsed to return to the login window, but since there is not any, it quits. Login - Connection ResetUsed 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.bmp i think the problem is packet (server side or client side) Quote
Leeg Posted February 25, 2013 Posted February 25, 2013 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). Quote
cashman543 Posted February 28, 2013 Posted February 28, 2013 hello everyone.. is it possible to make the /w or /who command works again? Quote
Haziel Posted March 2, 2013 Posted March 2, 2013 Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation? Quote
cashman543 Posted March 4, 2013 Posted March 4, 2013 this is a TW ragexe.exe,and i dun know if this is possible to make this ragexe read DATA.ini... if it can be done.. i will be very very happy... can give it a try?http://www.mediafire.com/download.php?x329de8q0qoymsm Quote
nndsl Posted March 4, 2013 Posted March 4, 2013 Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation? +9999 Quote
Relzz Posted March 5, 2013 Posted March 5, 2013 Is possible a Diff for setting the number of Hairstyles and Hair Palettes on Character Creation?+9999This is set somewhere in the source code.. @Ai4rei: You think Ragexe EXE7's are the same as iRO EXE's? Quote
Haziel Posted March 5, 2013 Posted March 5, 2013 @M45T3R:Nay, you can set which of them will be accept but not how many will appears. Quote
nndsl Posted March 5, 2013 Posted March 5, 2013 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? Quote
Ai4rei Posted March 5, 2013 Posted March 5, 2013 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. Quote
Ai4rei Posted March 9, 2013 Posted March 9, 2013 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. Quote
hemagx Posted March 9, 2013 Posted March 9, 2013 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 Quote
Beret Posted March 9, 2013 Posted March 9, 2013 Ai4rei it is possible to modify the client to accept creation both male character as a female in the same account ? Quote
Rytech Posted March 9, 2013 Posted March 9, 2013 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. Quote
DJFUNK Posted March 10, 2013 Posted March 10, 2013 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. Quote
Brynner Posted March 10, 2013 Posted March 10, 2013 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. Quote
Beret Posted March 10, 2013 Posted March 10, 2013 Ai4rei could not create a diff to enable cash button? Have some people trying to work harder it seems that the client is not supported. Quote
Ai4rei Posted March 10, 2013 Posted March 10, 2013 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. Quote
Beret Posted March 10, 2013 Posted March 10, 2013 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. Quote
Ai4rei Posted March 10, 2013 Posted March 10, 2013 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. 1 Quote
Beret Posted March 12, 2013 Posted March 12, 2013 Ai4rei it would be possible to use a client Ragexe instead of RagexeRE ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.