djredman99
Initiate
Ok, so I am becoming more familiar with the code base and the owner capabilities in game. I’ve been spending time with spawners, looking at how quests work, etc.
So, here is something I’d love to figure out how to do, and if not implemented, what code would need to be written to make it possible. Let’s say I have a mobile, and I want to programmatically make them interact with the world for a few minutes. Walk to “that” spot, say something, run in that direction to another specific location, attack another mobile, etc?
For instance, to make a quest more interactive than just a static mobile with a quest gump, you could have an npc mobile ask a playermobile to follow them a short distance and maybe say a few things along the way. You could take the capability of programmatically moving a mobile a long way. Imagine taking a Peerless quest and making it much more of experience than just a small area where a boss spawns.
Something that can be done? I could do what I want through scripting a client, but as I said, I want it to be ordinary mobiles and not players. I’ve started digging into the mobile class and I did not see anything promising.
All comments welcome!
So, here is something I’d love to figure out how to do, and if not implemented, what code would need to be written to make it possible. Let’s say I have a mobile, and I want to programmatically make them interact with the world for a few minutes. Walk to “that” spot, say something, run in that direction to another specific location, attack another mobile, etc?
For instance, to make a quest more interactive than just a static mobile with a quest gump, you could have an npc mobile ask a playermobile to follow them a short distance and maybe say a few things along the way. You could take the capability of programmatically moving a mobile a long way. Imagine taking a Peerless quest and making it much more of experience than just a small area where a boss spawns.
Something that can be done? I could do what I want through scripting a client, but as I said, I want it to be ordinary mobiles and not players. I’ve started digging into the mobile class and I did not see anything promising.
All comments welcome!
Post automatically merged: