I tried it out, and got client errors. however once removing the sendMessage ANSWER_OK i managed to get logged in, i think something has changed in that packet?
No, I am not Nadine from lightning, however I did know the original owner of that character, and tend to re-create my favorite characters from lightning
yeah i had fixed it just before you posted that, thanks anyway though.
It seems i won't be moving to 4351, it feels like its the same as 5017 minus potency, which i won't be using anyway. Too many packets need to be reworked and thats too much time, i'm going to stick with 5017.
Have now added fast blade, scent sword and speed gun.
ugh, i use eclipse however you won't need an IDE if you just wanna run it.
get an SVN client (tortoise svn will do) figure out how to download the source package. once you got it, go into the base folder (where you have bin, lib, src etc) make a new text file, name it run.bat, edit it and put this text in there.
If you want an easier way, ill upload a distribution (including source) this is the latest one from my pc. just extract it somewhere and run the 'launch' file. If you get an error, google 'set java environmental variables' and make sure you have java installed.
you will need a 5017 client.
Well thanks for the bat file, didn't knew that you needed batch files to run java programs...
Well thanks for the bat file, didn't knew that you needed batch files to run java programs...
you don't, i could have made it an executable jar file, but that was easier.
i'm in the mood to test out FB/SS with low ping (being australian we never get to get low ping) whoever wants to screw around, grab hamachi and connect to
5.2.100.44 user: jonquer1, pass hello
you don't, i could have made it an executable jar file, but that was easier.
i'm in the mood to test out FB/SS with low ping (being australian we never get to get low ping) whoever wants to screw around, grab hamachi and connect to
5.2.100.44 user: jonquer1, pass hello
and connect to 5.2.100.44 using a 5017 client
Not the biggest fan of Hamachi but, I shall download due to a severe amount of boredom
the whole view area needs to be rewritten, i have changed this so many times now and keep coming into problems. Last night i wrote the view area similar to hybrids "screen" (which is the same design i had in my first view area approach) in his basic server, done everything exactly the same and still come into this problem.
Player A jumps into Player B's view (they both see each other fine)
Player A jumps out of the view (they both don't see each other)
Player B jumps off in some other direction
Player A jumps back to where Player B was (and does see him, even when he's not there)
Player A jumps into Player B's new position (the model of Player B gets removed from the old position on Player A's screen, but not spawned) so now they're both invisible visually, but the collections server-side both have them in, and work 100% fine.
Is there any packet you gotta send to 'remove' an entity from view when jumping away/out of their view range?
e.g
Player A and Player B are in the same area
Player A jumps off somewhere (does he need to send a separate entity removal packet to A (removing B from client) and B (removing A from client) ?
when i looked at coemu & hybrids basic server, the only thing i saw the entity remove packet was for teleporting or disconnecting, i will try out your theory though.
I also noticed, once the screw-up happens, the server receives a data packet with the sub id 102
if you don't mind me asking, (seeing i am lazy and am not very encouraged to search the entire thread for my answer), are you also coding this in java? or c#?
Can a Community Project work out ? 08/03/2009 - Rappelz - 25 Replies I am just thinking about the possibility to setup a community project to develop a Bot for Rappelz.
But I don’t want to upload already compiled full working exe files for this.
Instead I just want to publish the source code and everybody has to compile the final version on his own!
My main motivation is to inspire the people to learn a programming languages. :D
Can this work ?
Are here some people that want to help with this task ?