Jump to content
MakeWebGames

Crime Success % Formula


bennybwoi

Recommended Posts

Hey everyone,

I Havent been on in a while due to my exams which im glad to say are over :).

I am now getting back into the swing of things but im having some trouble, can someone please explain to me how the formula for crimes work on mccodes v2 and whats the best way to set it up (how to make them progress).

thanks

Benny Bwoi.

Link to comment
Share on other sites

On the stock MCv2 Script; the formula is: ((WILL*0.8 )/2.5)+(LEVEL/4). If a user has 100 Will and is Level then the equation will equal to: 32+12.5 = 44.5% chance of a successful outcome. Where did I get the 32 and the 12.5 from? Well the 32 is from doing 100 (the users Will) multiplied by 0.8 = 80. Then you have to divide that 80 by 2.5 meaning you get 32. And the 12.5 is from 50 divided by 4.

If I was to write the equation out without the "algebra" and substitute the WILL as 100 and the LEVEL as 50; it'd look like:

1st part: 100*0.8 = 80/2.5 = 32

2nd part: 50/4 = 12.5

Addition of the 2: 32+12.5 = 44.5

Hope this has helped how to work out the % of a successful crime? If you need any questions answering, PM me :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...