Can someone point me to guide (not required) (and) newest server files posted out here.
Also would be cool if files would have sources :)
Thanks
Can someone point me to guide (not required) (and) newest server files posted out here.
Also would be cool if files would have sources :)
Thanks
Go wild.
http://forum.dev-osrose.com/
I will try to re-create a guide I will start tomorrow ;)
Now I'm to bzzy with checking every forum :P
rev 81 (dev rev) is infinitely better than rev 80 (osrose)
why?
rev 80 loads all its data from CSV files that have to be converted from STBs into the right format then placed into the server.
Rev 80 also has manually written code for pretty much every quest. If a nerw quest comes along, you have to code it specifically from start to finish to make it work
Rev 80 has no monster AI system. Monsters do not use skills and all follow exactly the same code when deciding whether to attack you or not.
Monsters also do not have special drops or summons (take guardian tree for example) based on AI
Rev 80 has no AI system for NPCs so there is no way you can program the NPCs to do things at specific times or on specific dates. (Burtland opening clan fields then closing again)
Rev 80 cannot run with the newest client either since the packet structures have changed. You have to use an older client in order to use rev 80
The dev rev uses the latest client files and has all these things coded such that all you need to do is copy the STB, AIP and QSD files from the client of your choice then put them directly into your server. No messing about with CSVs or putting stuff into the database. The server will load them from their native format and use them for any quest and for all the NPC and monster AI systems.
the most complete and up to date guide for setting up a server from scratch is this
http://forum.dev-osrose.com/viewtopic.php?f=18&t=2189
Last edited by Purpleyouko; 19-10-09 at 03:21 PM.