Jump to content
MakeWebGames

Recommended Posts

  • Replies 68
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: [mccode] Free Starter Pack

Yeh sorry bout that i didnt notice untill i had already posted

this one works :

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Sorry bout first post ;)

  • 2 weeks later...
  • 5 weeks later...
  • 3 weeks later...
  • 4 weeks later...
Posted

Re: [mccode] Free Starter Pack

 

This is a complete waste because you could always configure the register.php to give the user the pack upon first login.

 

Do it then :lol:

  • 3 months later...
Posted

RE: Re: [mccode] Free Starter Pack

 

This is a complete waste because you could always configure the register.php to give the user the pack upon first login.

 

Do it then :lol:

I will, and i will post it on here when im done with the little add-on twinket lol
Posted

a very easy way to make it so a player gets a certain amount of money, crystals, and donator days when they sign up is to do this :

open register and find this query :

$db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')");

replace with the query below AFTER YOU EDIT THE X_MONEY, X_CRYSTALS and X_DONATORDAYS (replace with your desired starting amounts)..

works fine for me...

 

$db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, X_MONEY, X_CRYSTALS, X_DONATORDAYS, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')");

 

EDIT"

I didnt read through this post so if it was posted before...sorry

  • 5 months later...
Posted

if anyone has trouble with starterkit.php and dont know what to do

Hey guys if your having problems ok and you dont know what to do well here you go

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

i may make one of these, but expand it even more. please note its not gona be a recode a completly diffrent mod just it has a similar idea to it

  • 5 years later...
Posted
Need Help

Can Anyone convert this code to Redux

If we convert it you will not learn. In here are some tutorials to help you though. This mod is written in V1 but if you look at the V1 to V2 conversion tut you can get most of it done then go to the V2 to Redux and you will have the rest.

The he only major difference off the top of my head between V2 and Redux is you have to add the file in the array in index.php and change all the links to the gen_url() function

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