Jump to content
MakeWebGames

BecksDark

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BecksDark's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: ROC Lol, yep. BTW I'm kinda sick of people copying WoW....
  2. Re: Legends of the Gods (Not My Game) She took the login down to secure it after last night. I think he was referring to the one that was up when he checked it out. Actually, I wont speak for him...but I'm assuming that was what he meant.
  3. So I read the thread where everyone bashed the creator of this game for wanting to sign up to try the mods out, and I went there to try those mods out...let me just say that for a period RPG, she's doing an amazing job. I've seen more stuff in her game, than a majority of you have combined. She created a cool log in, that sets the mod. The one thing I would change is the interface after you log in. She needs to buy a theme from some of the people here who can create them. Her current theme is user friendly, but if she had something that looked better, this game would be sick. Currently she has an event going on. After talking to a couple of players there, she throws new events every two weeks to give the players something to do. Some features include- Power Gym, with a cap on entry fee to prevent inflation Projection Attack, to attack players outside the city your in Cow Exp List, to quickly attack players and level up Bonus Stats to weapon, armor, and relics. Events, Crafting Items, a dedicated work system, donations through offer pal with web offers, and a tun of other things that I haven't tried yet. Also talking to the players, and her I have discovered that she's a seriously cool admin. She speaks code to her players, and keeps them updated constantly on bugs, and how her ventures are with the features she's coding in currently...which look really sick. My suggestion is that if your looking to play a good mcCodes game that really pushes the envelope of the text based game...or if your looking to be an admin and want to learn how to run a game, I would check this out. I'm officially playing this, even though I'm trying to get my own game online. Its 100x better than SoL, plus its Greek Based. www.legendsofthegods.com
  4. Re: [Review] Criminal-wars - please review Loots very basic Mafia Script. Nothing unique cept the layout.
  5. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) Not to sound competitive, But I do have a similar mod for sale for 50 bucks. I haven't seen your set up or anything. Not trying to compete with you, but just letting you know about my pricing of the mod. Edit: Scratch that, yours works with the in game system with learn able recipes. Mine is craft-able for everyone, with a level system. Yours seems really cool :) Good Luck mate!
  6. Re: Help with needing more than one item works a-ok +1 mate! 8-)
  7. I'm using $itemid = X; $i=$db->query("SELECT * FROM inventory WHERE inv_itemid=$itemid AND inv_userid=$userid"); if(mysql_num_rows($i) < 2) { print "<h2>Sorry</h2>You don't have any $%#$"; $h->endpage(); exit; }   But if I have 2 items, it'll say the sorry message...any help?
  8. Re: [MCCodes V2] Jail/Hosp Count Pardon the n00b of my coding, but what is the difference? I ask, not being sarcastic at all, because I really dont know :)
  9. Re: [MCCodes V2] Jail/Hosp Count   $hc=$db->num_rows($db->query("SELECT * FROM users WHERE hospital > 0")); $jc=$db->num_rows($db->query("SELECT * FROM users WHERE jail > 0"));   Can't you just add this to your menu, and remove the whole cron? Like just replace the   $hc=$set['hospital_count']; $jc=$set['jail_count']; with the line above?
×
×
  • Create New...