Can somone help me create or tell me how to make one i have some monsters but they arent from the same icon
any good decent demos for a dbz game?
ID:168832
Aug 22 2005, 1:56 pm
|
|
Aug 22 2005, 2:17 pm
|
|
Zeta seems to be the best "demo" around for DBZ games. ^_^;
|
First, let's fix up your spelling... it's dying not dieing :P
Now I am lazy to explain about Battle Systems so CHECK this out: byond://Konomendragon.BattleSystem Death proc FAQ can be found here: http://bwicki.byond.com/ByondBwicki.dmb?DeathCheck It would be wise using max() and min() procs (check DM's help to see what they do) for when making subtractions... and making "generalized procs" ... eg: mob/verb/attack() Basically this is how min/max procs works: var Please note these are giving to you to understand how to use them and not to directly copy/paste >.> If you do use a lib/demo file, pleae thank the people in credits as good manners (which most people lack these days). Remember to check out Developer FAQ first if you have any questions about anything (or just look their for ideas) As Propylparaben said, Zeta seems to be the "best demo" but I suggest you stay far away from it and poke it with an ugly stick :P in addition, if you are going to call the AI proc of the enemies, you may want to make something as simple as this to call it: mob/enemies I'm not sure if that's effcient though |
In response to GhostAnime
|
|
Zilal wrote an amazing tutorial for this kinda stuff
http://www.zilal.byond.com |