Page 2 of 3
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 3:43 pm
by MaxHayman
Currently public quests ish work. You can do the objectives and progress through stages on some of them, however the packet which informs the client about the PQ objectives is currently not working/we cant find it correctly.
I have the packet which displays the PQ loot result. So we could do PQ loot.
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 4:16 pm
by timberwoff
MaxHayman wrote:Currently public quests ish work. You can do the objectives and progress through stages on some of them, however the packet which informs the client about the PQ objectives is currently not working/we cant find it correctly.
I have the packet which displays the PQ loot result. So we could do PQ loot.
So all you have from the official game is the client and some packet traffic data from which you reverse engineer what tables the database needs to have and how the server should behave, correct?
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 4:20 pm
by MaxHayman
Yeap. Once we decode the structure, Things like items or quests, I have a packet parser which goes through the gigs of sniffs and gets all the data and gives me a sql query for the database. Nalgol also has his own one for spawns.
Then we have to decide how the server deals with this information.
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 4:30 pm
by timberwoff
Damn... Do you think you have enough packet data to piece the thing together? What about server side logic that doesn't generate internet traffic? That would have to be rewritten from scratch, no?
What do you do for a living if I may ask?
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 5:01 pm
by Biotrol
It would be nice to be able to contact any of the older developers and get a little help for this project...
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 5:32 pm
by Elven
I believe the packets sniffed will cover the majority of the world. Essentially it's isolating the packet/s that trigger certain actions. Whether it's interacting with world object, item casting, and ability casts etc.
Once identified, it can then be reproduced to other objects, models and skills. It still requires scripting from scratch, but almost half the battle is finished when you've identified what packet triggers what action. Then the server/client can communicate.
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 5:43 pm
by NoMastaButPro
Dont u try to contact former mythics? May be they could help somehow, as it said on wiki, they dont want wh:o to close..
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 5:46 pm
by Elven
Nope. As all former Mythic employees will be under none disclosure of GM intellectual property.
As much as I'm sure they would love to see the game. I'm sure they've got jobs working elsewhere, and won't have time to spare. Given the state of the coding on official server, I think they would be thankful to escape it now 
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 6:53 pm
by Potajito
And how can we help if we don't have the coding skills or the time to test? I'd like to help, like, monetarily, but I don't know if that's possible.
Re: What does it take to code this monster?
Posted: Sat Jan 10, 2015 6:55 pm
by Elven
We can't take money. All we ask is that people are patient and don't bitch 