mdshare Posted April 8, 2007 Posted April 8, 2007 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
~Spooky~ Posted May 9, 2007 Posted May 9, 2007 Re: [mccode] Additional Currency sweet mdshare. I did want other money on game. Im gonna try it. Quote
deathknight90 Posted May 14, 2007 Posted May 14, 2007 Re: [mccode] Additional Currency I do believe thats the easy to do. Too easy for me. I currently have like 5 or 6 currency types on my game. Im adding 8 more too. Quote
hamster01 Posted May 14, 2007 Posted May 14, 2007 Re: [mccode] Additional Currency Armature... You just waste your database capacity, not smart ;) Quote
pspotential Posted May 28, 2007 Posted May 28, 2007 Re: [mccode] Additional Currency could you change all the words gem in that code to say like diamonds and the currency would be called diamonds instead of gems just wondering Quote
ignite Posted May 28, 2007 Posted May 28, 2007 Re: [mccode] Additional Currency ALTER users ADD gems int(11) NOT NULL default '0', Change gems to what ever you want your currency to be called then change the currency name in your header from gems to what ever you named your currency. Quote
deathknight90 Posted May 29, 2007 Posted May 29, 2007 Re: [mccode] Additional Currency its very easy to do and if you want just post here or message me what you want and ill make the code for you to add to it and also what to add to the header.php Quote
hamster01 Posted May 29, 2007 Posted May 29, 2007 Re: [mccode] Additional Currency ALTER users ADD gems int(11) NOT NULL default '0', Change gems to what ever you want your currency to be called then change the currency name in your header from gems to what ever you named your currency. That query is not popper. Use this. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
pspotential Posted June 7, 2007 Posted June 7, 2007 Re: [mccode] Additional Currency yo deathstar i get this error im on v2 btw You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Ghetto Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
pspotential Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency still getting the error :-( :-( Quote
oxidati0n Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency Try this... :-D You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
pspotential Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency yey thnx oxidation Quote
oxidati0n Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency yey thnx oxidation no probs.. :roll: Quote
pspotential Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency +1 the only problem im having now is tht how to credit it to people add it to items and crimes it just comes up with crystals and money figured it out thought i did but sumate went wrong help lol Quote
~Spooky~ Posted June 8, 2007 Posted June 8, 2007 Re: [mccode] Additional Currency add new field. I did gems, and then just added it to everything in files like money. Quote
AshTonka Posted April 28, 2009 Posted April 28, 2009 Re: [mccode] Additional Currency  <table border="0" cellpadding="0" cellspacing="0" width="468px"> <tr><td></td></tr> <tr><td> </td></td> <tr><td>  Additional Currency! [installation Instructions]  Additional Currency! allows you to add a extra curency to your game.   <font color="red">This requires MCCode/DBSCode installed on your server. </font>   Additional Currency! [Files to edit]  The list of files and modifications to do:   header.php  Find: <textarea cols='60' rows='1' wrap='VIRTUAL' name='texlink'>Money: {$fm} </textarea>  After Add: <textarea cols='60' rows='1' wrap='VIRTUAL' name='texlink'>Gems: {$ir['gems']} </textarea>  SQL Query to run  <textarea cols='60' rows='1' wrap='VIRTUAL' name='texlink'>ALTER users ADD gems int(11) NOT NULL default '0',</textarea>   This modification adds a extra currency called gems, you can now have crimes, shops or whatever that pay out in this new currency.   Script information   type: mod / Additional Currency!   license: All code and documentation are property of their posters at Criminal Existence Copyright © 2006-2007 The Plug Network Inc   script: addcurv1   coder: Spellbyte   release: 1.0.0   </p> </td></tr> </table>  Its not working for me i have tryed all the SQL in here i have put everything where it needs to be so yer can you please help me out Quote
Uridium Posted April 28, 2009 Posted April 28, 2009 Re: [mccode] Additional Currency If you are wanting Gems instead of Crystals or if you wanted Gems and Crystals. You will need to edit EVERY file on your FTP that gives out crystals either renaming Crystals to Gems ( for gems only ) or adding an extra Query so users gain Gems + Crystals........ or reduce gems + crystrals. Quote
jonomatt Posted May 4, 2009 Posted May 4, 2009 Re: [mccode] Additional Currency just adding that won't let crimes win you money, you would need to insert a feild into crimes as well. Quote
MDK666 Posted May 4, 2009 Posted May 4, 2009 Re: [mccode] Additional Currency also if your wanting to be able to credit users with gems/crystals or whatever your gonna need to edit the credit user file in the admin section, there are atleast 3 of 4 parts that need to be edited in that if you need help let me know and ill look for exactly what parts that are needed and will help as much as possible. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.