Jump to content
MakeWebGames

UCC

Members
  • Posts

    444
  • Joined

  • Last visited

    Never

Everything posted by UCC

  1. I have a version of miniNEAB for sale. It was legally purchased for $200 and is for sale at $150. The game engine is great, I have simply found I do not have the time or creativity to build a game worthy of this wonderful engine. I will of course, coordinate with a_bertrand so that he is aware that I am transfering the license. Please send me a PM if you are interested.
  2. Re: NEAB Demo Site IMO, anyone who doesnt understand what a_bertrand is saying should simply not buy the game. If I were him, I wouldnt even sell it to you as you just dont get it. This game is HUGE and yes there is going to be a bug here or there. The shear size of the code allows for this. If you want a game of this nature, and want it 100% bug free, you're going to be payinf $1000+. Two more things. 1. In my experience, any bug that is discovered will be patched with 24 hours. 2. On a side note, this isn't Mc Codes. It will take a lot of time to setup a full game. Be prepared to work for success or you're going to be disappointed.
  3. Re: Gang Managers I've been tooo lazy to do this but my players want it. Is this 2.0 code per chance?
  4. Re: Day Cron Help   It doesnt get any more clear than that
  5. Re: Mod Theives :O Read For Your Own Protection!! I disagree. I'm glad to be notified of such situations so I can avoid being a victim myself.
  6. Re: Phaos Game Engine Sounds like someone needs to learn how to use FTP. hehehe
  7. Re: Problem regarding Hour_Cron IN Mccode V2 I'm unclear on the details, but most crons dont seem to access global_func in 2.0. There is likely a reason for that. *shrug* I haven't bothered to figure it out. Anyway, I usually copy the event_add function from global_func and add it to any cron I want to use it
  8. Re: I am having a huge problem with my fed jail Maybe there is a line of code somewhere that has fedjail in the query instead of jail.
  9. Re: Item Market Problem   I dont know, what does the code look like where you're calling the item_add function? It appears you are not passing in the item id.
  10. Re: Best Sites To Advertise On   Not Likely Pageviews per day : Over 230 Unique users per day : Over 10
  11. Re: The perfect formula.   Yes. :mrgreen: They're kinda proprietary. Just consider using more than 1 formula.
  12. Re: The perfect formula. I was unable to find the perfect forumula. My crimes calculate off Will, Level, and IQ. If I found a formula I liked for a 10 brave crime, it would shift too much for say a 40 brave crime. In the end, I developed four different formulas. One for the low level crimes, One for the high level crimes, and two for the middle.
  13. Re: Item Market Problem It's been 7 months since I had to do it. Definately do not take it out of global_func, it's needed there for a number of pages. I think you can just remove it from whatever code is givin that error bcause it is already in global_func
  14. Re: Number format   I object. I think the money formatter is great. What if you want to change currency? What if you want to make a copy of your current game, all mods included, in order to start a new one? Maybe your theme changes and you need a new currency. I for one dread having to go through my code removing all my ASCII currency marks as I create my 2nd game.
  15. Re: Item Market Problem There is an item_remove function being declared in the item market code which was already declared in global_func. Remove it.
  16. Re: [Free v1] Close page system Seems complicated. I just open the page and add this at the top if ($ir['user_level']) != 2) { print "This Page is Closed while some bugs are worked out."; exit; }
  17. Re: Where to get DBS code?!? mccodes.com
  18. Re: Free Multiple Event Deleter - FREE!   Lacey is hardly a judge. She has no clue what she is doing. And the fact is, you are missing an important query (For 2.0 at least, which is what she is using. I'm not sure about other versions). There's no way around that. $db->query("UPDATE events SET evREAD=1 WHERE evUSER={$ir['userid']}",$c);
  19. Re: Free Multiple Event Deleter - FREE!   Whatever you say hoss. But there is in fact a missing query. Maybe once you get users on your v2 game, you'll understand. LOL :roll:
  20. Re: Free Multiple Event Deleter - FREE! #1. Showing 10000 events is going to be horrible for your game's bandwidth. #2. That code is missing the evREAD query.
  21. Re: [FREE] for any version copyright code   Hence nobody buying your overpriced mods because they can't be modified to suit a particular game.
  22. Re: Free Multiple Event Deleter - FREE! He's going to tell you the same thing I did. mysql_query("UPDATE users SET new_events=0 WHERE userid={$ir['userid']}");
  23. Re: Help with header.php   Use If statements such as If ($ir['hospital'] > 0){} You might consider picking up a book on PHP if you're starting from scratch
  24. Re: Free Multiple Event Deleter - FREE!   They've already been stated.
  25. Re: miniNEAB engine 2.0 I thought it should be posted here that the engine does not come with the donator items you find on nowhere-else.org. If you want cool donator items like those, you're going to have to program them yourself. Just an FYI
×
×
  • Create New...