Requesting tutorials
I would like to learn the ways of creating enemy, item, etc behaviors.
(As in, learning to code in C#/AS3)
I don't know any of the C# pserv syntax, and if anyone could redirect me towards a thread or video that could teach me, I would be very grateful.
Just do what I do, look at the existing code, then add more similar stuff, eventually you'll get the hang of it.
I started with commands first, then once I got them figured out enough to make a few decent ones, I moved to behaviors, then I started messing with the packet handlers and doing some fun stuff with those, and now I am starting to do database work, and make my own files and "systems" for my server.
Will actually post a sneak peak of my newest "system" soon, just have to make the sprites for the items at the moment:P
As for items, nothing really to learn about them, just make the sprite using paint and then to make the xml just look at another weapon xml, I doubt anyone even codes item/mob xmls from scratch, they are a struggle to remember, I just copy paste another one, add the necessary stuff and remove the necessary stuff and then change the name and id and etc.