-
Posts
2,701 -
Joined
-
Last visited
-
Days Won
88
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
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/
-
Way above my head as to what i was thinking about :)
-
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)
-
Closed thanks SRB
-
Cheers matey :)
-
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....
-
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
-
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>"; }
-
$result = mysql_query("UPDATE `grpgusers` SET `gradient?` = '".$type."', `colours` = '".$colours."', `points` = '".$cost."' WHERE `id` = '".$player."'"); // will work just as well as what youve written //
-
Nope deffo not a member that i will tell you..
-
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..
-
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
-
Love the layout but id prefer to see the background image static
-
NWE Contest - Win 50$ and a full version - No need to buy anything
Uridium replied to a_bertrand's topic in New Worlds Engine
Good Luck to everyone I've worked with this engine for quite a while now and the possabilities are endless. It will be very interesting to see how people approach their concepts for new mods and the ideas behind them. -
cheeers all lol had a good laugh at snikos post though lol
-
I dont feel old but damn im getting forgetful these days maybe thats just a side effect lol
-
well today im 42 damn that sounds old lol so ive been on the beer and it was goooood lol
-
In all fairness no-matter were wela ll move to you will always find yourself back to where you was. When youve lived in a country for so long its not the country youd miss but friends and family and thats always the rason people return to their native grounds...
-
it could well be CSS clashing then
-
are you sure your using $h->endpage(); cos ive seen this a few times that was caused by not having the statment added...
-
Just curious on what people think about owning a game and what they feel is needed in order for them to think its going to achieve something.. 1 = Lots of links in explore 2 = Keep links in explore to a minimum 3 = Lots of menu listings 4 = Only list on menu whats needed 5 = Homepage add everything a user needs to know (even if its useless info) 6 = Homepage only add what needed and keep page scroll to a minimum 7 = Show users have lots of cash 8 = Dont show users cash (let users find out for themselves when in an attack) 9 = Hospital (Show Id, name, Reason, Hosptime) ive actually hit a blank from here on in cos the rest IE forums and gangs only need to show whats needed...
-
TOTALLY disagree I only have BF3 on PC and i have to say i hated it hence the expresiion (hated) ive been a big fan of the bf series for a long time. and wasnt amused when the server crashed continously or you were booted out of game for no apparent reason which lost any points gained in that round. Graphically its amazing i cant deny that the feel of the game is excellent. I just felt so much grief when being kicked or booted from severs due to technicalaties...
-
Official make a wish thread: Request an official mod
Uridium replied to Sporto's topic in New Worlds Engine
weldone Bert ;) -
im not too familiar with lite or v1 so dont really know their functions..
-
the problem is you have <span class="highlight">index</span> inside your forms example There is no fee on withdrawals.<form action='<span class="highlight">index</span>.php?action=withdraw' method='post'> Amount: <input type='text' name='withdraw' value='{$ir['bankmoney']}' /> This may be due to a copy and paste from an exsisting code MWG