Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
Notes on EnemyHealth scripts and the distribution, and reusablity across zones on different mobs.
I just realized that enemyhealth on every bot should be organized and can be used on mobs throughout the zone.
Mobs < level10 can all use the same enemy health scripts across zones. So the enemyhealth scripts that are already written will be used from zone to zone. Keep track of the HP for each enemyHealth script.
Group the enemyhealth scripts by level EnemyHealth1 - enemyHealth40 will be for 1 - 10th level mobs. I can then use these scripts interchangably on any zone with lowbie mobs.
I can make 4 or 5 zones with mobs below 10th level.
ToDo:
Create 40 enemeyHealthScripts.
BossEnemyHealth script
convert the PlayerBulletscript so that the call to enemyHealth script will be in it's own js script.
Read more about:
BlogsYou May Also Like