Actually i think PeTe could do a better job. All those good releases he made before in time. They are really good and he knows how to fix the errors in the projects. So i think he can do it better, but thats my decision.
Debugging is one thing, making a source completely from scratch is another.
I have updated the main page with more details on what were doing now, if nobody likes the direction i'm traveling, feel free to make a new thread about getting a team together to fix up CoEmu and LOTF, i feel it's less work and better overall to use my server and continue with it.
i have also updated the svn to my latest build.
I'm going to start focusing on PvP aspects, as hosting/making a PvP server is the best way to fork out important bugs, leveling content can come after.
Right now melee combat works (with very basic damage calculations), with death, revive and potion usage, with a couple of minor bugs i'm working on now. Once they're done ill get to work on adding important skills, then class trainers to hand out the skills.
Might be able to get a beta up in a few days, when i feel it's right to be able to log on, talk to NPC and get a full geared class set, learn some skills and start killing each other.
Ching do not feel discouraged about this project. There were a lot of posts about a Java source people wanted to make one when Jonquer was public. It was quite sad. Tho I never took an interest in Java I downloaded Jonquer once. I think it was a very unique source and I wish you the best of luck. If you need any help with project management let me know.
yeah i don't feel discouraged one bit, just hate coming across bug after bug. right now i'm working on the class/stat point HP calculations, my server side calculations seem to be wrong from what the maximum HP on the client gives.
yeah i don't feel discouraged one bit, just hate coming across bug after bug. right now i'm working on the class/stat point HP calculations, my server side calculations seem to be wrong from what the maximum HP on the client gives.
Pretty messy, but its correct. HPBonus is the enchanted HP from items, and tro hp bonus is:
Code:
if (this.Class == 12)
TroHPBonus = 1.05F;
else if (this.Class == 12)
TroHPBonus = 1.08F;
else if (this.Class == 13)
TroHPBonus = 1.10F;
else if (this.Class == 14)
TroHPBonus = 1.12F;
else if (this.Class == 15)
TroHPBonus = 1.15F;
yeah i had all those (taken from LOTF), and after i put it all together, trojan's health was fine, the others were not. Ill look into it after, they're only off by 100 or so.
yeah i had all those (taken from LOTF), and after i put it all together, trojan's health was fine, the others were not. Ill look into it after, they're only off by 100 or so.
This one is one that i wrote, in an old source of mine around 5100, works 100%
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 ?