Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Random Boss Spawns

Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
Question:

If I wanted dungeon bosses appear somewhere in the world with X amount of respawn, without me having to manually summon them. What is the best approach to fullfill this?

Example:

Nightmare Argog(939 3001) spawning in Tuwangi Wire (5) in a designed position of X Y Z.

Does this need hardcoding and adjusting each AIData, Territory etc etc? Or perhaps there is away to execute this in other manner?


 
Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
If I am placing a mob/boss into not his area, I always end up with workId errors.

2022-05-08 03:27:52 [GDataSheetManager->GetActiveMoveTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=150
2022-05-08 03:27:52 [GDataSheetManager->GetActiveMoveTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=150
2022-05-08 03:27:52 [GDataSheetManager->GetActiveRotateTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=215
2022-05-08 03:27:52 [GDataSheetManager->GetActiveRotateTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=215

That is after I place monster's data to:

TerritoryData_x.xml
NpcData_x.xml
NpcSkillData_x.xml
AIData_x.xml

Still looking for ideas or suggestions

smashking - Random Boss Spawns - RaGEZONE Forums
 
Upvote 0
Newbie Spellweaver
Joined
Oct 31, 2022
Messages
31
Reaction score
4
If I am placing a mob/boss into not his area, I always end up with workId errors.

2022-05-08 03:27:52 [GDataSheetManager->GetActiveMoveTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=150
2022-05-08 03:27:52 [GDataSheetManager->GetActiveMoveTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=150
2022-05-08 03:27:52 [GDataSheetManager->GetActiveRotateTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=215
2022-05-08 03:27:52 [GDataSheetManager->GetActiveRotateTemplate(behaviorId)] [AI] hzid=5, aiid=1, workid=215

That is after I place monster's data to:

TerritoryData_x.xml
NpcData_x.xml
NpcSkillData_x.xml
AIData_x.xml

Still looking for ideas or suggestions

smashking - Random Boss Spawns - RaGEZONE Forums

Did you make it?
 
Upvote 0
Back
Top