Jump to content
MakeWebGames

[mccode] Reset your users without deleating them


Recommended Posts

Posted

Re: [v1 & v2]Reset your users without deleating them

well on my games i have dp's and my basic settings top part lbocked so i added this there

my bas settings here

Reset All Users

that simple

 

but if ur adding it below ur add announcement you might wanna do this

add announcement here

Reset Users

";

so that is hy best for noobs( no offense) dont add to the last add in middle of links some people get confused on "; adding xD

Posted

Re: [v1 & v2]Reset your users without deleating them

I don't get this. Why rest people and leave their accounts, unless its just game thats in some phase of testing? Maybe I'm way off here but why leave accounts if you wanna reset, its not like to many people are going to hang after that. It seems to me that most games that feel the need to reset simply have economy issues and I have been there and know the feeling. Rather than just screw the people 150% by reseting them and wasting time making some code to do it, why not code to fix it?

This might not be for everyone but I think some trust with your players should be a big key. After all some people that actually spend money to play a game might not spend again if they think the fix to everything is to screw them. One option to keep in mind should be a simple square root of all problem areas. Its simple, fast, and effective. I have done it and sure I did take some heat over it but I also have had a 25$ increase in members online and overall activity.

Moral of this tale, you can leave the rich as they are in realitive relationship to all others, fix your issues and still retain a degree of your users affections for the game they have come to enjoy playing. So here you go take all those, I'm killing my members and my own name tidbits and think.................Square Root.

  • 2 weeks later...
Posted

Re: [v1 & v2]Reset your users without deleating them

is there anyway to rest single players without deleting them???

i mean i get people with 229487649 money and when you try to take it out of there banks because they have been cheating etc it just does not go keeps refreshing and its still there :roll:

so could there be a way?

  • 1 month later...
Posted

Re: [v1 & v2]Reset your users without deleating them

hi im wanting to reset my game but when i last used this mod it reset everything but wot the members have in there inventory can anyone help me with this plz

  • 2 weeks later...
Posted

Re: [v1 & v2]Reset your users without deleating them

<?php

include "globals.php";

if($ir['userid'] != 1)

{

die ("Coo Off!");

}

global $db;

$db->query("UPDATE users SET course=0,cdays=0") or die(mysql_error());

print "Clearing done!";

$h->endpage();

?>

I try to reset users-courses, but doesn't work. I try to edit from phpMyAdmin course & cdays (i put 0), but in the game, it's appear i allready make some courses. What can i do to reset it good?

  • 1 month later...
Posted

Re: [mccode] Reset your users without deleating them

im looking for a rest code that when done it also resets wots in ur inventory like : items , and wots weapons , armor u have eqipped can anyone help me with this

  • 3 weeks later...
  • 8 months later...

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