grnydrowave
Member
I've fiddled with this thing for a while now, and searched around these forums, but this script just isn't doing what I want it to do. Perhaps I have misunderstood it's intended function.
In another thread, I saw Seph suggest inputting the following:
Stats[5] = {}
Stats[5]['hp'] = [0, 1, 99, 500, 150]
Stats[5]['sp'] = [0, 1, 99, 200, 75]
Stats[5]['str'] = [0, 1, 99, 50, 10]
Stats[5]['dex'] = [0, 1, 99, 50, 10]
Stats[5]['agi'] = [0, 1, 99, 50, 10]
Stats[5]['int'] = [0, 1, 99, 50, 10]
To test it out, I've set my character's initial level at 60 and put him in a map where he randomly encounters basilisks, a default enemy in RXMP. I want the basilisks to match up with my character, but my character is killing them all in one hit while the enemies do a measly 64 damage each time.
Is this script supposed to make enemies scale, or does it only randomize it's base stats within a small range? Perhaps I've modified Seph's code incorrectly for the basilisks, but even then shouldn't that be covered by default level ranges?
Sorry if this question seems stupid, or posted in the wrong place, or formatted incorrectly. I'm new to scripting and these boards.
In another thread, I saw Seph suggest inputting the following:
Stats[5] = {}
Stats[5]['hp'] = [0, 1, 99, 500, 150]
Stats[5]['sp'] = [0, 1, 99, 200, 75]
Stats[5]['str'] = [0, 1, 99, 50, 10]
Stats[5]['dex'] = [0, 1, 99, 50, 10]
Stats[5]['agi'] = [0, 1, 99, 50, 10]
Stats[5]['int'] = [0, 1, 99, 50, 10]
To test it out, I've set my character's initial level at 60 and put him in a map where he randomly encounters basilisks, a default enemy in RXMP. I want the basilisks to match up with my character, but my character is killing them all in one hit while the enemies do a measly 64 damage each time.
Is this script supposed to make enemies scale, or does it only randomize it's base stats within a small range? Perhaps I've modified Seph's code incorrectly for the basilisks, but even then shouldn't that be covered by default level ranges?
Sorry if this question seems stupid, or posted in the wrong place, or formatted incorrectly. I'm new to scripting and these boards.