Jump to content
MakeWebGames

snaketooth22

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by snaketooth22

  1. So lets say i wanted to cut the leveling speed down by 75%,. what numbers would i replace the 3 and the 2.2 with ??
  2. Is there anyway you can slow down the rate that people level up ?????? ,. ,. ??
  3. Is there anyway you can slow down the rate that people level up ??????
  4. oh okay,. right i have dayo's mod installed,. my colleague must have installed it,. now only the first crime is working for EXP,. does it take some time to configure or is this an error ??
  5. should there be an 'exp_needed' query in the database ??
  6. and far as i know dayo's mod is not in use,.
  7. i am using a level 1,. and also i do not have an exp_needed query in my database ,.. should i insert 1,. ??,. and wat should its features include,. can someone send me the injection code if there is one ??
  8. how can i change it so it has to reach 100% till it goes up to the next level ??
  9. it was going on until i got to 17EXP,. then it didnt work,. and nothing was changed to the coding in that time,.. can anyone give any instructions to carry out and ill see if it solves the problem.,. I appreciate the help so far :)
  10. ((WILL*0.7)/1.4)+(LEVEL/4) Crime XP Given = 1 dont think its anything to do with the formula
  11. im lost here,. can yuh make this a little bit easier for me to understand,. so what exactly should i be doing to solve this issue,. ??
  12. QUERY ERROR: Unknown column '$expu' in 'field list' Query was UPDATE `users` SET `level`=level+1, `exp`=$expu, `energy`=energy+2, `brave`=brave+2, `maxenergy`=maxenergy+2, `maxbrave`=maxbrave+2, `hp`=hp+50, `maxhp`=maxhp+50 WHERE (`userid`=2) I now get this error if i enter that script
  13. riight ill give this a try,. this does look familiar as it goes
  14. function check_level() { global $ir; $ir['exp_needed']=(int) (($ir['level']+1)*($ir['level']+1)*($ir['level']+1)*2.2); } ^^This ?? then theres a modification function that i have below this
  15. what code would you need to see ?? criminal.php or header.php,.. or something else
  16. mc v2 code engine,. but it has had a number of modification added to the game,.
  17. I've created a list of crimes,. and when ive tested them on a demo user,. the EXP goes up to 17 then wont go no further,. does anybody know how i would be able to solve this ??,. ive tried doing the crimes 20 times over and the EXP just wont go up no further,...
×
×
  • Create New...