Were is a good equipment tutarail?
Also I need a battle system were the whole window turns black and you can put a single monster in the middle and you right in front of the monster and when the monster dies you go back to the world map is there a tutarail or does someone got the code for any thing simaler to this?
Copyright © 2024 BYOND Software.
All rights reserved.
Nadrew's weapon system is a good place to start. The code is quite simple, and you should be able to modify it from there to do whatever you want.
There are a few battle system demos and libraries out there, though I'm not sure if there's one for a DWO-style battle. You should check out what's out there, then if you don't find anything, start working through the problem on your own. If it comes to that, I suggest the following approach:
Once you have a working battle system for one player, you can make it multiplayer (this has been discussed at length on other forums), then add touches like setting up turfs to match the right area, etc.
Lummox JR