Jump to content
MakeWebGames

Recommended Posts

Posted

I know that comiting crimes makes the Exp go up dependant on the value of money taken from that crime however I have it set so that no money is given but a random array car is given which means that the exp won't climb. Is this something anyone could fix for me?

Posted

Re: [v2] Commiting Crimes (Exp Help)

I thought crime Exp gain was set in the staff panel?

docrime.php

UPDATE users SET money={$ir['money']}, crystals={$ir['crystals']}, cexp={$ir['cexp']},crimexp=crimexp+{$r['crimeXP']} WHERE userid=$userid",$c)

 

I believe this says exp is updated to the crime EXP you set in the staff panel.

Posted

Re: [v2] Commiting Crimes (Exp Help)

Set it up via staff panel. I have some crimes that pay out items and no cash what so ever...but still pay out great exp.

The reason why your probably not noticing the exp change is because of the level the player is.

If your giving a random item...then you might not be able to set up a specific exp for the crime

Posted

Re: [v2] Commiting Crimes (Exp Help)

CrimeXP aint the same Exp though or do i have that wrong? It seems that the the only thing that you can set up on Staff Panel is the CrimeXP which does not make the EXP bar climb.

Posted

Re: [v2] Commiting Crimes (Exp Help)

I might be wrong here but,

Crime EXP is what you get from succeeding with a crime

EXP is the TOTAL amount that you have

Posted

Re: [v2] Commiting Crimes (Exp Help)

open you phpmyadmin.

find you accounts name.

find on the users table where it says EXP.

do a crime or 2.

Check your stats on the users table.

Did the exp go up at all?

if it only goes up a tiny amount it may be because you have a high level.

Or you have set the CrimeXP too low.(low XP crimes for Low levels, so higher levels have to either do alot more crimes or ones worth more XP

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...