Jump to content
MakeWebGames

Uridium

Members
  • Posts

    2,657
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Uridium

  1. Im in the dark ages and i have to admit i dont think ive used any of them lol
  2. 23 downloads and no one has posted does this mean it worked first time for everyone who installed it :)
  3. Ive never understood why mcc based games or other types of games based on MMORPG use Casinos what ever happened to good old player interaction :)
  4. Is this thread actually going anywhere? Im more concerned about the thread reaching a level that would become the same as the mentioned Blog. So why not post on there seems everyone else is :)
  5. Im more confused now than i was at the start of this thread :)
  6. I am getting old ;) lol
  7. ah just dawned on me i forgot a SQL alter table users add searches INT(4) NOT NULL default 25;
  8. ive created an upload version purely for views on useage
  9. fair point but to own a decent game they need to have thoughts about what they need to do and achieve from any outcomes... :)
  10. Everything in the areas can be setup to how you want them the rate of finding things can be done by altering the chance ive just done a really quick edit to get it up and running The rate of finding donator days now has been reduced so finding them will become harder
  11. INVALID ID was for the NPC the version of mccodes i put seems to have a lot of errors so im having to fix them as i go along sorry about that
  12. stay on page i'll get you out
  13. Theres a working demo for you to test my site dont give out items as yet but the main parts are working... so when regd click on Searching.. http://www.deadlyunderworld.com/mcctest/
  14. Way above my head as to what i was thinking about :)
  15. few things everyone misses on MCCODES is not in the the attack script 1 = stalemate so fight dont go on forever if both are same stats 2 = back button when pressed should put user back in fight or even if they try to change the URL or even when attempting to logout of game when in a fight.. 3 = An escape button when attacking if you think your getting battered (usually with an outcome of hosp or successful escape)
  16. Closed thanks SRB
  17. Cheers matey :)
  18. As a fond farewell to Mccv2 that and the fact im moving onto a new engine i thought id create one last Free Mod for everyone to enjoy... WHATS IT DO. Well in a nut shell you should be able to keep your users entertained eachday this script was worked off the basis of the Streets mod but im pleased to say its a lot more advanced than that. 1 = Create Areas that are defined to a users game level (areas that are higher than them will not be shown until they reach that level) 2 = Add NPC's to your Areas so they dont just have to be attacked via the battletent. 3 = MODES there are 4 mode types 3a = Good which will give the user a good outcome usually by finding an item or cash or anything you wish to reward a user with to keep.. 3b = A bad Outcome this being that a user is sent to Hospital or jail. 3c = A Neutral outcome this will do nothing other than display written text... 3d = You can define if you want a NPC to allocate your area by adding the NPC's id 4 = levels can be Turned On or Off so for example if you have a level that you want to use as a festive event then you can open it then close it when the event is over this can also be done for any new Events that you have created.. 5 = CHANCE you can specify a chance outcome to each of your newly created areas so for example if you wanted a KNIFE to be found you could SET the chance to 30 which would mean near impossible for the item to be found or 1000 which would make the item findable Extremely Easy. 6 = if your game is built for more than one Character type then that isnt a problem either you can add your Character types so when created your new Areas you can define which Characters can visit this Area and also makes it easier to add Items you dont want your other Characters to find.. Example if you have a Wizard in your game you wouldnt want them finding a crystal Ball as this should only be defined to a witch. You can also use the same level for characters so you could have 4 area level 1's and only each area will be seen by that charcater... 7 = Adding things to the script is easy also so if you decide you want more than the 4 modes you can add as many as you wish... by simply editing the searching.php file 8 = Search tokens are given as 25 per day so once all used your users will have to come back the following day when the cron has re-run to gain 25 more. However the set 25 can be altered to suit your game.   ADMIN SECTION.. The Admin section will have some pretty neat features from creating your areas and outcomes to editing Areas and outcomes the drop down panel will allow you to easily navigate and select what you want to add or amend.. I understand that overtime you can mass quite a few outtcomes per area so this will be created so you can Instantly goto your choice without Searching masses of choices... Ive already started work on this and hope to show you some outcomes in the next few days....
  19. There is a similar problem here on MWG that your experiencing try doing a search for using double items or something else... is it doing this with all items or just ones in particular
  20. Uridium

    IP's

    confused about this bit if($ip_exist2 > 0) { $message = "<div>Your IP is already being used by another account on MafiaHeros.</div>"; } try if ($ip_exist2 == $ip) { $message = "<div>Your IP is already being used by another account on MafiaHeros.</div>"; }
  21. Uridium

    Help?

    $result = mysql_query("UPDATE `grpgusers` SET `gradient?` = '".$type."', `colours` = '".$colours."', `points` = '".$cost."' WHERE `id` = '".$player."'"); // will work just as well as what youve written //
  22. Nope deffo not a member that i will tell you..
  23. Even if the user was here on MWG i wouldnt tell you. But would be keeping an eye on their activity regards posts that would contain future attempts from them..
  24. No user on this forum has an IP address that conforms to the one you gave However doing a trace route its an IP address from Newcastle in the United Kingdom.. ISP = Talk Talk
  25. Love the layout but id prefer to see the background image static
×
×
  • Create New...