-
Posts
790 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Events
Everything posted by Zettieee
-
Hey! Anyone got a list of vote sites will call backs?
-
No it's fine! I did take the mail icons from ravan! But the actual mail system was made by.. Cronus? Cant remember off the top of my head! But it was made for v1/free/lite.
-
Actually only login is using ravans css. The other css is mccodes v2.
-
Thanks, what part looks like ravan?
-
Fixed! Other minor fixes: Crimes text was using eval EDIT: secured eval. tested. Anyone feel free to test it! removed old sprintf() from most* of the code. Fixed forum signatures/display pics.
-
Add me on skype tangled: Scruffy.gamer
-
UPDATES today: Added Daves ajax chat mod: Edited it to allow username images and clickable usersnames. Advertising: Spent a little bit on paid advertising. Fixed a bug in attack: when you missed it will give out an error forcing you to leave attack.php. Daily Package: Fixed a bug that allowed you to claim it 3 times. ------ Staff fixes: Editing users no longer gives them 100% energy, brave, will, hp! Removed all magic quotes (conflicting with some of my code). Added extra security to tag in both profiles and forums. Fixed an old bug using x_forward. Updates for tomorrow: Support tickets: Add an alert when ticket has a response. Crimes: add item rewards for higher up crimes. Fix muggings (testing localy).
-
Can comfirm, players are arseholes to admins.
-
Wonder - Gives Random amount of crystals
Zettieee replied to TheFallen's topic in Modification Support
if ($chance <= 45) { $crystals = mt_rand(2, 45); $sql = "UPDATE `users` SET `crystals` = `crystals` + " . $crystals . " WHERE `userid` = " . $ir['userid']; echo "While you were wondering, you have stumbled across {$crystals} Silver Coins! <hr /> <a href='wonder.php?action=wonder'>Keep Wondering</a><br /> <a href='wonder.php'>>Head Back</a>"; } Change to: if ($chance <= 45) { $crystals = mt_rand(2, 45); $sql = "UPDATE `users` SET `crystals` = `crystals` + '".$crystals."' WHERE `userid` = '".$ir['userid']."'"; echo "While you were wondering, you have stumbled across {$crystals} Silver Coins! <hr /> <a href='wonder.php?action=wonder'>Keep Wondering</a><br /> <a href='wonder.php'>>Head Back</a>"; } -
All of it, it's just not right for a game. :( that's why I quit the 1st time the game was up. Maybe arial for everything would be a better choice.
-
Wonder - Gives Random amount of crystals
Zettieee replied to TheFallen's topic in Modification Support
Turn on error reporting in wamp/xamp/lamp. Make sure you don't have error_reporting(0); in header/globals. -
As title says, whats the best advertising method? Or whats the best cheapest advertising i can get?
-
[MENTION=70383]Tangled[/MENTION]: Ypu this mod is pretty simple and gives more meaning to the agility stat. Something along of the lines of $ir['agility'] > $r['agility'] If your using a different game engine and need some help just ask :)
-
First thing that needs to change is that damn font!
-
I remember this game from years ago! Really nice, and alot more custom than most mcc games! The best of luck to anyone who partners this guy.
-
Okay I've spent about 10 hours messing with this chat now and cant get it working. anyone out there managed to get it working with any game engine before?
-
To anyone who had to spend 3 hours in hospital: Sorry! I went to bed without adding the max hospital time script from localhost. Crimes will be changed today: less chance to fail based on your IQ/Speed/Will (For now!) EXP will be a little lower. Attack is been changed: No more options to mug them. Online attacks will put people in hospital for max of 10mins. or 2mins * level. Mug will be added to viewusers profiles. Mugging a user will require speed and a little bit of luck! Voting is been removed/replaced with daily login bonus. (daily pack) 25 crystals. $55,000. 2 Jial Keys, 1 Hospital Cert. --- Jail busts now gives exp based on the person's level you are busting! Jail busts now cost 10 energy
-
Grant owns the rights but don't bother. Get someone to give you a copy. Not that i'm all about been a pirate but, GRPG isn't worth buying :(
-
Hello people! I wanted to see how much I could do with mccodes in as litle time as possible but still make an enjoyable game! I used the latest mccodes v2 + some custom mods provided by some friends (DJK, Sniko). Used some ravan script features including: login, register, profiles, gym, crimes, playershops, travel. CSS is mainly from ravan but with edits to make it more my own. Screenshot: [ATTACH=CONFIG]1752[/ATTACH] The screenshot is of a very nice inventory that uses jquery tabs. (DJK's handy work!) List of mods I've made: Raffles: (Raffles an item/crystals/money) [Ticket prices can be in crystals, cash, items). Boots Equipment(attack.php): Instead of using a 2nd weapon slotI made it into boots. Boots give AGI boost that works with muggings/crimes and who attacks first. Competitions: basics; admin sets a competition to complete the most crimes, jail busts, fights won, muggins and then sets the prize for top x amount of players. Hit List: Players can place a hit on another player for crystals or cash another player can then take the hit and carry it out. Payment sent upon other players death by the taker. Gang Bombs: The basics work but needs more features before it gets added. Put a whole gang in hospital for 10xgang members mins. House tax: pay tax based on your house. Mods I was given/purshaced/found on forum: Sniko's image useranmes: admin can set players with image names.[given a long time ago] DJK's IP ban tool [given] DJK's player reports[given] DJK's 50/50 [custom jquery50/50 for money/crystals] DJK's tabbed jquery inventory DJK's Easter Egg (Find items) DJK's Attack list Daves Donation system [ purchased /special thanks] Ticket support: Ticket support system, found and fixed up to work with v2. Image search the streets: found + fixed. Maybe more mods i'm totally forgetting but they are the most used. URL: http://www.moblords.com Test account: Username:Mwgtest Password: mwgpassword Something wrong? Spelling? Grammar? Just a straight up bug? Use the in game forums or support tickets! If it's a security issue please submit a support ticket. Staff Abuse? If a member of staff is cheating/abusing thier powers they will be deleted. and all ill gotten gains removed. Rules: Common sense is required to play. I'd like to know what you all think, good and the BAD. (Please take note this was made in less than 60 hours and things will be changed as time goes on) This will be updated every time i spend some time on the game How long has it taken? 56 hours total. + 5 hours fine tune!
-
^ this is what I wanted. Thanks! I'm planning to deploy to IOS and android when the funds allow me. I would want everything to be real time/on page load rather than on next page load though.
-
Hey, anyone here had experiance with blueimps ajax chat integration with mc? I've tryed setting the session on login/header for the chat session but usernames still show up as Guest(numbers_here). The only other way to add users to the chat is adding them to the user file 1 by 1. Any help is appreciated
-
I just started working on my MCC game last night. Seems to easy enough to make a decent game. Trying to get more user interaction type mods. Any have blueimp chat intergrated with mccodes?
-
Hey guys, I've seen/played so many mccodes games but never made an mccode game (That's been live). I've had GRPG games and they did alright but nothing like these mccode games. Why is it mccode games seem to get more players than GRPG? Even with custom mods/scripts for GRPG people just didn't stay like on mccode games. With, imo less mods/less custom code? I've seen some mccode games with basicly nothing added with over 25 people online every time I loggedin. So my question to you: What game engine have you had more success with? (Not in terms of money but active players).
-
Set error reporting to E_ALL
-
You mean MVC? And why not? It's a style of php not a rip off. you sound like a kid with no intention of paying /shrug