Okay, for speed and agility, I have a Stat known as Agility Points or (ap) for short. And for Accuracy I have a stat known as Dexterity or (dp) for short.
I was wondering if there was some type of proc that I could create that comes up with an Accuracy and Dodging Rate?
ID:162192
![]() Feb 14 2008, 1:45 pm
|
|
Wait, so basically I have to use Probabilities? That makes everything much simpler.
Are prob() allowed within Proc's? Also, do you know how to load images from your desktop to the Dream Maker? |
Yes, and you can upload them at imageshack.us and use html format to impliment them, or if you ment as a icon,
icon='image.format' |
Uh, okay, you'll have to explain that to me more later, but back on topic.
Here's my attack verb coding WITH the Prob info you gave me, think it'll work? Attack() To tell the truth, I'm not too sure about this code, infact, it doesn't work at all. Is there another way to revise it? But perhaps, if I can do a code with Math like this(dodge= ap/stp), is it possible that it could work? |
Attack() |
Yes, that code might work, however, I want someone's dodging and accuracy to be based off of their Agility and Dexterity. For instance, based off of your code, how would I be able to implement this into mine. Here's a shortly revised version of mine.
Attack() Somethign more of the lines of that. Not exactly that but that's just a rough draft. Think you can lend a hand? |
Attack() Looks good try it out. |
Heres how i would do it
Attack() </dm> |
Curzon wrote:
> Attack() Looks good try it out.It actually wont work that one, because unfortunately the damage is dealt before the dodge check is done. The end result would be You attack Bob for 100 damage! Bob dodges your attack See thats an issue :) |
Masterdan wrote:
Heres how i would do it > Attack() </dm> Wow, this one here worked out perfectly. Thanks alot Masterdan and well, I've seen your work as a programmer and I was wondering if I can be mentored under you? Here's my MSN: [email protected] And my email: [email protected] |
Jamora1124 wrote:
Masterdan wrote: > > Attack() </dm> I prefer to use my msn for IRL personal contacts, bounce coding questions off me whenever you want at [email protected] though :) |
pick(Val1,Val2,...)
Returns:
One of the given values randomly chosen.
To make a particular value more or less likely to be chosen, a relative probability may be specified like this:
A value for P of 200 makes it twice as likely as the norm, 50 half as likely, and so on.
Example: