Jump to content
MakeWebGames

Godhand

Members
  • Posts

    448
  • Joined

  • Last visited

    Never

Everything posted by Godhand

  1. Re: Gym Help You changed the leveling formula as well then? I know I've made a sort of custom gym before. The easiest way to limit it to get 10 trains is to require it to be the post count *10 and detect if post count*10>energy. Just update your query after that to match it all.
  2. Re: Code for capped EXP?   Yes there is a way, just stop being lazy and actually read the code for it. It isn't THAT hard. I've been away from coding for quite some time and I still have the thought process how to cap max or min exp gains for attacking.
  3. Re: *special* McCodes v3 BETA Release Then it truly isn't Mccodes being that you don't know what Dab. or C.B. altered in v3 yet.
  4. Re: Free (v2) money market banking sorry I don't have it available... I decided to shut down the site I had it on.. but it looked (big surprise) like bank.php
  5. Re: Whorehouse for V.2   Yes it is free. I distinctly remember it. I remember I expanded upon it; never posted it on here.
  6. Re: Count Users Clicks Well.. it is free but also it is true that it is very easy to be exploited SOLO. Also Killah my my my... loosing your temper once more time. Interesting I thought you were supposed to actually keep your cool. So you want to start a flame war have fun with it as I'm not about to waste my time. If you flame me for this post you have proven Scarlets point.
  7. Re: Any one got tips for a new mccode game creator? (v2) If they loose more then 50% of the time it would be labeled as high risk. So you could make it be able to boom from the value of the stock to 80% of the stock (or a set value range). Or make it loose $500 whenever it looses, just make sure stock prices never go above $500 ;). Theres ways to make stocks not create mass inflation as I'm pointing out. be something like (following my formula) if($whatever<10) {$increasevalue=rand(1,500); then running the update if($stockvalue>500) {$stockvalue==500;}} else if ($whatever>10) {loss=rand(100,500) run the stock update if($stockvalue<=0) {$stocksold==0;}} Apparently you just don't want to deal with working the math out to set it so it is highly unlikely they make large amounts of money from this. If they didn't have a vault they could loose their money overnight ;) I'm not singling you out its just theres ways you can code it so it sets up so they almost always won't make money from it.
  8. Re: Code takes longer than 30 sec to run. lmao no wonder you are tired it is about 5:20 a.m your time. I figure you are just waking up. Thats still too early for my taste... yuck.
  9. Re: [Free Mod]Rent A Spy[v2] Heres an unoriginal thought- make it factor both so a level 1 won't spy on the best player on the game for cheap. That shouldn't be complicated.
  10. Re: Any one got tips for a new mccode game creator? (v2)   The stocks is a bad idea it puts massive inflation into games. Here are my tips: - Take off cyber bank. - Take off the interest on bank's. - Add the investment bank mod. - Make hard crimes with low cash. - Make little will but high priced houses. - Make your gym $gain according to your house. - Make your bank account only hold 2,000,000,000 and thats it. - Make a vault that will cost then 1,000,000,000 and they can store as much money in there as they want. - Remove all interest on bank's as said befor, thats why you make a investment bank, Make them wait the 7 days for interest. - Make your game more realistic on the price of items.   That stops massive inflation in my game. Oh really... you can make the stocks mod go either way. You can make the odds for the money to go down A LOT more then it would to go up. That wouldn't be too hard to do. All you'd have to do is do $whatever=rand(1,100); if($whatever<10) {some code to make stocks go higher here} else {some code to make stocks go lower}then if($stockprice<0) {stockshares==0;}. I haven't bought nor made a stocks mod but that is the general thought I was meaning allowing stocks to go negative to automatically delete. Besides you could run it like.. once a month or once every 3 months (quarterly) if you really wanted. You would just have to make the amounts correspond to reflect a stock change. And honestly 1,000,000 for a vault? I mean come on I could get one made a HECK of a lot cheaper then that in real life. Obviously you could add a money market account that limits times you go to the bank and also gives random interest.
  11. Re: Tables ID Did you make any changes within your DB other then you setting them back in order?
  12. Re: Any one got tips for a new mccode game creator? (v2) You might consider making a vault for characters if you set a limit for the banks. This would provide them a safe place to put the money. You might consider making a stock market that they can loose it all in to. What better way to stop inflation but to make them loose money in stocks. Yes this has a chance to backfire but it will stop some. Also should consider setting a personal trainer as the main source of income much similar to the personal trainer in monocountry.
  13. Re: Any one got tips for a new mccode game creator? (v2) Heres a few tips -make sure that you make your gym doesn't give too much stats either - crimes not giving too much money - setting up a limit for what your banks can hold -setting banking interest rates - adding taxes for housing -be willing to loose money for a while on hosting -add some mine mods or several other incentives for players to stay active/ become donators (check CE for several free mods) -try to get another forum running on your site since it helps build community -be willing to learn
  14. Re: [Free Mod]Rent A Spy[v2] Lets see... here... um... google... heaven forbid you can't look. And secondly it has looked a lot similar to the code for spy.... It isn't hard to jip the coding... I mean seriously not that hard of course you can have a concept and just do the general idea.. I haven't done it but I know ideas I thought about before...
  15. Re: [Free Mod]Rent A Spy[v2] so all you seemed to do based on the hire spy's I've seen is ADD CRIMEEXP. omg that makes it 'yours' lmao... thats lame. Like it is that hard. Its a copy and paste job basically... And honestly yes I have had experience with hiring a spy page. So yes I would happen to know that.
  16. Re: Enhance course for V2 Well done... It almost looked like you screwed up the tests... but I read on a little bit further. Not too shabby.
  17. Re: Ruby Trader Mod FREE!!! V2 Try it maybe it will work... heh... come on you should think about it...
  18. Re: [mccode] Steal Crystals when you Mug someone... Yes there is. It isn't that hard to get work. Just basically take out make big int. haha. db and mysql.... Personally I have it customized to fit my game... then again... thats different though...
  19. Re: LEARNING TO CODE! If you are serious about coding search google for "php","myql" , etc
  20. Re: Setting up games A) Some of the mods posted are $20 ALONE B) Some of these mods are ACTUALLY POSTED on CE FOR FREE. C) I highly doubt any of those who made the mods would give you a reseller license. D) Mccodes v1 costs $75 once more proving you couldn't install this for your price giving reasoning behind all of this.
  21. Re: only list the crimes the users can do FREE suit yourself I just was wondering you a side effect that you might not consider
  22. Re: only list the crimes the users can do FREE you might not want to use it.. being that they could tell if they could do a crime or not. Which means they might use this to create inflation. So you'd have to keep your crime cash reward limited.
  23. Re: Setting up games heres his message to me
  24. Re: Setting up games And what exactly are the mods? I may or may not be interested. Edit: DO NOT BUY THESE MODS AS THEY ARE ILLEGAL
  25. Re: $10 Discount for CE Members Alright and wow.. yea... there should be a setting for all that information with paypal address.
×
×
  • Create New...