Jump to content
MakeWebGames

spazz

Members
  • Posts

    84
  • Joined

  • Last visited

    Never

Everything posted by spazz

  1. Re: [ADDON] V2 Refill A Specific User Aswell as Refill All Users   Personally I use it on my test site. Makes it easier than going in and editing the database...IMO Thanks for the add-on +1
  2. Re: can any one help change mass mail to mass item give out   yes it is, here: http://criminalexistence.com/ceforums/index.php?topic=7385.0
  3. Re: {Any Version} Staff Members cannot be attacked.   It is. Here is what I use with a little spice kicked in, I was tired of logging in with a test account to test something and people hospitalizing me....it clearly says test_account...lol :-P   else if ($odata['userid'] == 72) { print "<font color=red>[b]Bully!!![/b]</font> [url='index.php']> Back[/url]"; $h->endpage(); $_SESSION['attacking']=0; $ir['attacking']=0; $db->query("UPDATE users SET attacking=0 WHERE userid=$userid"); $db->query("UPDATE users SET hospital=hospital+20, hospreason='Beating up a defenseless account!!' WHERE userid=$userid"); exit; }
  4. Re: {Any Version} Staff Members cannot be attacked.   That is what I use ($odata). if you want just a specific user to not be able to be attacked change else if ($r['userid'] < 1) to else if ($odata['userid'] == 1) obviously "1" is generally admin but you can put whoever you want
  5. Re: [mccode v2] Slots   Mikrows posted them in reply #27 of this thread. http://criminalexistence.com/ceforums/http://makewebgames.io/phpBB3/viewtopic.php?p=94687#p94687
  6. Re: [mccode v2] Slots   I never stated I didn't like it, I actually love it and many of the mods you give us. I also wasn't asking for help. I was simply pointing out an observation to which I am looking to try to fix myself. I only come for help if I truly cannot find the answer. I just stumbled across the issue 5 minutes before posting.. Sorry
  7. Re: [mccode v2] Slots if they keep hitting f5 they can keep playing without tokens
  8. Re: Getting logged out yup :-D Still logged me out.
  9. Re: Getting logged out did that, just waiting for a reply...figured I would pick the brains here in the meantime
  10. Re: Getting logged out I hope not, it is rather annoying
  11. I seem to be having a strange issue. I moved my site from a VPS to a shared server plan due to drop in activity. Since the move, it seems when the 5 minute cron runs, all users get logged out :? I have not changed any settings. My validation was always set to 15 minutes and worked fine on the vps. Is there something I am missing or could it be something on the hosts end?
  12. Re: EXP% Cap Floydians way works the way I like it too. BTW Thank you I don't want random amounts given.... I still want it calculated based on level except that if if it calculates that you will get more than 20%....you only get 20%
  13. Re: Bank Cap (Not Remove The Cap) that seems to work, thanks. Theoretically the interest should not go in...correct? We will see once the cron runs
  14. Re: Bank Cap (Not Remove The Cap) Thanks for the response killah. if($_POST['deposit'] is what you were looking for.   I reread my post, I think I worded it wrong. My OP gave the impression of a max deposit of 2 Million :| I actually meant to say I would like the bank to hold a maximum of 2 Million, not sure if that is something you can help with?
  15. I am trying to limit the amount a player can add to the bank. I know the default setting allows the cap of $2147483647. I want to set the cap to $2,000,000, mind you I am not trying to increase the capacity. I have been playing with this for a week or so and have seen some posts on the forum but they do not work. Can someone push me in the right direction please? Any help would be helpful, thanks
  16. Re: EXP% Cap I am referring to how much of a percentage your exp bar in the header goes up by, do not want it to exceed a 20% increase no matter how much someone should have gotten. I don't want players to beat someone and gain 1000's of exp and jump dozens of levels. For instance I don't want this: You beat ***** and gained 3776% EXP! That happened after I placed the above code in the attacktake.php
  17. Re: EXP% Cap That didn't work. I am looking for it to give a player a maximum of 20% exp when they choose Leave Them
  18. I have been trying to figure out how to limit the amount of experience you get from a successful attack to a maximum of 20% I believe this is the code I need to midify. Any insight would be helpful   $qe=$r['level']*$r['level']*$r['level']; $expgain=rand($qe/2,$qe); $expperc=(int) ($expgain/$ir['exp_needed']*100); print "and gained $expperc% EXP!
  19. I am just wondering what you ladies/gentlemen set your weapon power and armour defense to on your weapons and armour
  20. Re: Simple Trades [V2] how hard would it be to add quantities to this.... for example.... instead of trading one bandage at a time, can put in a certain amount just throwing it out there
  21. Re: Simple Trades [V2] I have to agree...
  22. Re: Simple Trades [V2] This would be a great addition but I can't figure it out either :|
  23. Re: Advanced Burn House [$15] This is a big hit on my game also. Everyone loves it. Zero, great customer service....he was right there to help if needed
  24. Re: [$20] Hide & Seek I have been using this for a week now and I like it and has been a big hit with the members... I found a real good spot and was their for a day and a half so I decide to offer a prize to the first person that finds me. Good job as always ISO
  25. Re: Updated Personal Details [V2]   I thought that way at first but I have some real mature 14 - 16 year olds that act more mature than the 25 + members. I still keep a short leash on the younger members. The mods run a pretty tight ship so they cannot get away with much. We allow a little adult content so as long as it don't get out of hand. Seems to work well for my site and my member base. It will be different from site to site though. I have noticed some members that play on other sites say well I can do this over there.....:lol: Well this is "there" they are told...
×
×
  • Create New...