Hey guys I will showing scripts of how I have done the Stats and Battle system. (Sorry wont be showing the buff skills' scripts... as I dont really like it and I am trying to find a new way.)
Lets start with the Stats Scripts:
Key:
???_num = The numerator of the "???"
???_den = The denominator of the "???"
???_per = The percentage of the "???"
I think we know the rest, if you dont ask =]
Now the Battle scripts:
This is when you are touching the monster...
This is when you attack the monster...
This is how the damage is generated.
Hope you guys like how I did my scripts... If you see any problems... talk to me about them!
Thanks, Simniel
Offline
Changes have actually been changes to the stats script... as Evasion is overpowered when an archer is Full DEX and is lvl 60+ gets 300% evasion... which is bad...
and a crit rate of 200% for full spr mages...
SORRY NURF LOL
Offline
SImniel wrote:
Changes have actually been changes to the stats script... as Evasion is overpowered when an archer is Full DEX and is lvl 60+ gets 300% evasion... which is bad...
and a crit rate of 200% for full spr mages...
SORRY NURF LOL
I could imagine playing the archer will full dex... lol It would be easy sailing past the monsters
Offline
Tempany wrote:
SImniel wrote:
Changes have actually been changes to the stats script... as Evasion is overpowered when an archer is Full DEX and is lvl 60+ gets 300% evasion... which is bad...
and a crit rate of 200% for full spr mages...
SORRY NURF LOLI could imagine playing the archer will full dex... lol It would be easy sailing past the monsters
If You Make It So The Arrow Moves Fast Well its har to explain:
[blocks]
<when[ Space ]key pressed>
<repeat( Untill What ever )>
<move( 1 )steps>
<end>
[/blocks]
Instead Of:
[blocks]
<when[ Space ]key pressed>
<repeat( Untill What ever )>
<move( 25 )steps>
<end>
[/blocks]
and that way the game is more smooth and it moves fast and that way it won't miss creatures or enemies.
Last edited by Magnie (2009-01-20 10:57:59)
Offline
but at least it doesn't miss the monster
Offline
Ok guys never use the when (key) pressed blocks. Forever if (key pressed) is way better.
Offline
Magnie wrote:
but at least it doesn't miss the monster
![]()
Lol, dont worry my evasion script is down pat now.
And also my critical... so if you go full SPR as a Mage your crit wont go over 99.99999% XD
it will just go up to ~97% Still over powered... but hey thats how you wanted to play :S And also it ain;t an online game... and this RPG has to go very fast because there is a total of 65 lvls I have figured out. And to get a lvl 6- weapon you have to kill bosses for the loot...
Offline
There have been major changing in scripts so all Percentage sats (Crit, evasion) cannot reach over 50 by implementing a (STAT) / (LEVEL) script so as you level the stats weaken as in per point, but you will ahve plenty of poitns with 8 every level and 5 extra to choose.
Offline