Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. There are 2 sets of queries “ != $userid “ then “ = $userid “ So well they are right in helping him in the way he has done it, the mod itself does work as he has stated... :whistling: /// set 1 everyone else $db->query("UPDATE users SET brave=maxbrave WHERE userid!=$userid"); $db->query("UPDATE users SET will=maxwill WHERE userid!=$userid"); $db->query("UPDATE users SET hp=maxhp WHERE userid!=$userid"); $db->query("UPDATE users SET energy=maxenergy WHERE userid!=$userid"); $db->query("UPDATE users SET hospital=0 WHERE userid!=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid!=$userid"); // The user $db->query("UPDATE users SET brave=maxbrave WHERE userid=$userid"); $db->query("UPDATE users SET will=maxwill WHERE userid=$userid"); $db->query("UPDATE users SET hp=maxhp WHERE userid=$userid"); $db->query("UPDATE users SET energy=maxenergy WHERE userid=$userid"); $db->query("UPDATE users SET hospital=0 WHERE userid=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid=$userid"); $db->query("UPDATE users SET power=10 WHERE userid=$userid");
  2. True, but for the people who are able, but have never posted work a simple review system could be put in place.
  3. With an ipn? https://www.paypal.com/ipn Examples on site.
  4. Yes, true. Then again some could not e.g. the class event_add. ;) Btw - I like the mod, sorry for going off topic.
  5. Dominion

    Public Vote

    It's better - no errors - but I am, at times, still getting a little lag. :S
  6. Mccodes is full of pointless things like there being an event_log insert in the class file, ummm what's the point? Anyway I assume most pointless stuff is now gone. :|
  7. Dominion

    iMakePlay

    Well one thing I do recommend from the off is the ability for people using the creator to buy a domain, and play the game from a .com domain name, if you get what I mean by that... Most people won't enjoy a game ½ as much simply due to it being on a site like that. Also allow some way for the game owner/manger to add mods to such their game. ;)
  8. Dominion

    iMakePlay

    Is this going use your RPG-creator or is it using a new system?
  9. V2 has no user_level as the owner – unless it's in the new patch – so user_level 7 does not exist. They made a small mistake, not a big deal. At least they are helping you improve in the long run by pointing out a better way to do it... :)
  10. From staff_special.php print "<h3>User Level Adjust</h3> <form action='staff_special.php' method='get'> <input type='hidden' name='action' value='userlevel'> User: ".user_dropdown($c,'ID')." User Level: <input type='radio' name='level' value='1' /> Member <input type='radio' name='level' value='2' /> Admin <input type='radio' name='level' value='3' /> Secretary <input type='radio' name='level' value='4' /> IRC Op <input type='radio' name='level' value='5' /> Assistant <input type='submit' value='Adjust' /></form>"; } I have no idea why...
  11. There is an "irc mod" user_level :whistling:
  12. It does update everyone, but they are right that you don't need 13 queries to do the update. Also there seems to be a query extra for yourself? Unless I am missing something, and that's to do with allowing the member to use it?
  13. You may want to say your engine, amount of files (if custom or highly edited), budget etc...
  14. Dominion

    Backup

    Mine are where i saved them at the time. Should get around to shorting them really. :|
  15. He did say that in his last post. Btw good looking mod. :)
  16. Well maybe Makewebgames could offer a basic mcc v2 set-up for anyone to add a demo of their mod to. Not like the site would need to clear with Mcc since they own Mwg. Would deal with the people who can't provide a demo.
  17. The bot wars is actually a fun concept I have seen around (Players took over the bots account), however never seen an active system where the bots can fight back by going to war. The name change... Well yes I was being random.
  18. Some indention annoys me as people do it to look “more professional” when in fact there is just no constancy to it at all. This is not all that bad. Not looked at the mod itself, but the indention does not look bad. :P Always nice to see people posting free mods. :)
  19. Unfortunately imagination is the big thing a lot of people lack when working with mccodes, so mod ideas that they do have are often not passed around. There are a few things you can do like updating old concepts, and making them usable (old mods normally are not at this point). Think of something in mccodes that's dull, and add something random to it, always turns out fun e.g. preferences name change... add a “generate name” function. Store each users name/old names in a database then each week have random bots change names. If you have the same name as a bot where you are, you get a gift (will potion etc.). random pointless, but hey you did say you were bored. ;) Bot wars? Add bots to gangs give them the ability to declare war (math used so it's based on chance of winning against opponents etc...) If you beat a bot's gang that goes to war with you, your gang gains the bots combined levels in crystals. Adding defence pacts for the bots would also make warring smaller bot gangs a big risk. Ability to attack, and war would probably be cron based so it would not be perfect, but hey nothing ever is. Defensive pacts for gangs I think may have already been done; if not there is something easy for you to do. Gang protection money? People do it anyway so make it part of the game. You pay a gang some money, and they can't war you for X number of days. Bored of typing now so you have fun. :whistling:
  20. The lag was a random example... :|
  21. Timestamps - Tutorial
  22. I am not interested in buying I was just trying to help build a better picture of the site. Often it's the things you can't see when viewing that are the issues e.g. I have never seen more then 4 members online on this site, maybe massive lag kicks in at 10 people online? Why did you give up the project? You “moved on”, but why if It was going well? Since you have not sold, and it has been here for some time thought I would help build a better picture of what someone was buying. ;)
  23. To what extent, and how successful was it? How many “active” members where there before you “gave up” (said in your first post), and how many donating members?
  24. So in the time it's been open have you done anything in the way of advertising, and/or promoting your site in any way?
×
×
  • Create New...