Hi All, I hope you are all doing fine. Has anyone solved OpenNos p-server login issue with the recent Gforge new login packet? Appreciate if you can share your solution here.
Or you can wait for some *Developer* with a discord channel where source is free, get a real Developer to fix it and then ignorantly change your source.
I doubt anybody still working on opennos and sharing things here can add Nos0577 support.
I also doubt that even if their was a solution you would be able to create a launcher for this by yourself.
Just fix the old packet Nos0575 and stick with it. (There are plenty of explanation on this packet. It is really easy to fix and also easy to packet logger it if needed)
BTW it seems like gameforge is still using it for their tests as they still update it instead of removing it from the client (if they were doing it it would be the end of 95% of the pservers)
OpenNos "The project 'OpenNos.Login' failed to build." 06/19/2019 - Nostale - 11 Replies Hello! When I put in update-database in Visual Studio I get the 'The project 'OpenNos.Login' failed to build.' error. I already did what was on the troubleshoot before I put it in. I've been at this for hours and I can't figure it out. Can someone help me please?
[OpenNos] The project 'OpenNos.Login' failed to build. 04/09/2019 - Nostale - 5 Replies Can someone please help me with this? I do everything in the guide but when I put update-database tells me that, I tried everything I saw in the forum to do and nothing works for me.
[opennos]The project 'OpenNos.Login' failed to build. 08/03/2017 - Nostale - 9 Replies Hello I have a problem with the package manager console to run the update- database command to opennos soon as I executes the command, he said: The project ' opennos.login ' failed to build
What to do? I made the updates to Microsoft Visual Studio thank you ..
[C#] About packet injection (login packet) 07/24/2013 - SRO Coding Corner - 3 Replies hello
im developing a new bot called Silkroad Fusion and i did some research and i found about Drew's Silkroad security so i used it and i made my own proxy
and i needed a little help with the login packet
here is my code
Packet login = new Packet((ushort)0x6102);
login.WriteUInt8(Proxy.SRLocal);//isro locale
login.WriteAscii(ID.Text);
login.WriteAscii(PW.Text);
login.WriteAscii("");//mobile vertification code
...