Hello! I'll try to get straight to the point, but I highly appreciate the time and effort people put into this community, so thanks in advance regardless of the outcome in this post!
I'm trying to make a "Fake Population" system with mob_avail.yml, but I think in order to make this have a much more realistic behavior, I wanted to be able to spawn my mobs / fake players "randomly".
For example, looking at the monster spawning command that I have in hands:
prontera,0,0 monster PlayerTest 3000,150,5000,4000,0,0,1
I wish I could something like:
prontera,0,0 monster PlayerTest rand(3000,3100),rand(50,200),5000,4000,0,0,1
So I want to be able to pick a random MobID from that range (3000 to 3100) and a random quantity as well.
I believe another option that would make this more reliable is to be able to make mob_avail support the option for random HairStyles, HairColors and HelmTop/Mid/Down through some randomization as well.
I would appreciate if I could get my hands on such script (not a programmer myself) and or if someone could guide me through the steps to make mob_avail to support such a feature through changing the SRC files.
Thank you!