Jump to content
MakeWebGames

[MCCODES V2] Money, Crystal and stats cap help...


Recommended Posts

Posted

Re: [MCCODES V2] Money, Crystal and stats cap help...

 

Hey all,

I was wondering if anyone could help me and explain how to change the cap that is on the money, crystals and stats.

Cheers,

dmkmonkey

If you use the search bar you will find it :D

Posted

Re: [MCCODES V2] Money, Crystal and stats cap help...

Depends on what you want to do, remove the cap, or change it? As for the answer firstly consider the files you will need to alter, they are the ones that are associated and directly related to money editing, such as the bank and cyberbank files you would need to find the int and change it to float. Then there is the matter of going through and editing the database tables, so in the table "users" you would change the money, bank money and crystals to bigint (20) as this will allow all of them to go above 2 billion.

 

/// An example for to remove the money cap

ALTER TABLE `users` ADD `money` BIGINT( 50 ) UNSIGNED NOT NULL ;

If you have more queries and actually be specific on what you need doing then PM me and I am more than happy to help you out, but your question is pretty vague. Also the search function is working fine. :lol:

Posted

Re: [MCCODES V2] Money, Crystal and stats cap help...

Thank you all for your help.

But i have now done it, took me a few hours to find every right line to change, but i've done it.

Cheers

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