
Maniak
Members-
Posts
202 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Maniak
-
Just curious as to how YOU would go about checking to see if there was a claymore on that specific page?
-
Do you mean Floydian Glucose?
-
Nope, I cannot code in the Languages required to do that.
-
Well, you're using Ravan (which is an Illegal copy of MCCodes v2). If you plan on putting the site on-line and DABS/CB find out about it (which I am sure they will sooner or later), they'll contact your hosting provider and will have it taken off-line. I know you've probably paid $15 for it, but if you want to legally have a running game, then i'd suggest either downgrading to the Lite version of MCCodes, or paying another $100 for the legit copy of MCCodes v2.
-
What kind of modifications would you like to see?
Maniak replied to a topic in Requests & In Production
Yeah, if you found them on the streets though, then maybe have a chance that they leave you, or get injured or something so that the player is not earning money for nothing? -
What kind of modifications would you like to see?
Maniak replied to a topic in Requests & In Production
Rather than buy them, why not make it so that you have to "recruit" them using your energy and you can only have a certain amount of hookers to your house. Once you have recruited them, you can "collect" from the 4 times/day? -
Well. I first got into coding by playing RPG's - I wast first introduced to them in Secondary School; and played them for about 3 years (what a waste of time aha!). Anyway; I found someone on one of the games I used to play on that was making his own game and I asked to see where he started and was directed to the mccodes website, so I downloaded the free version and at first I struggled to edit tables; but I was determined to move on and gain more knowledge in this new thing that I had recently found.. It was at that point that I found out about MakeWebGames.com.. I started asking a few people questions on how to code modifications for this "script" and they were patient with me (especially Jordan Palmer - as I asked him A LOT! [thanks Jordan! :)]) and I guess it went from there!
-
Katalin, I doubt this will be getting released.. The post before yours is dated February 25th 2010 - 7 months and a bit ago!
-
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
Maniak replied to a topic in Art and Content
Looks awesome! If this gets coded up; I might have to use it :P -
AlphaSixBravo - Mainly on CoD: MW2, however I *very rarely* go on other games :)
-
Aha! That's a good clip!
-
Looks a lot like themafiaunderground/mafiadeath (imo).
-
Have you thought about using Adobe Illustrator instead of Fireworks; if not to do the "inking" then to draw the outlines as I think it works a LOT better with outlines made in Illustrator.
-
I want this template... But I don't have a game to put it on :|
-
[Note: I think it'd be best if I learnt some other languages first; such as JS and jQuery. As a result of this, i'm going to hold this off for a while, however.. Still feel free to add me on MSN, and i'll possibly contact you when i'm ready! - 04 August 2010, 11:40pm] Hey MWG. I am looking for a partner to join me on my "quest" to code up a Text-Based RPG (using the mccodes Lite script - very heavily modded and recoded etc..). I know a few languages, such as: (x)HTML PHP CSS I would say I am a fairly confident coder; and can secure my coding reasonably well. I do have small amounts of cash to inject into this project (but it is fairly limited atm, as I am a student). So, if you can match what I have listed above, then don't hesitate to contact me! Either drop me a message on here; or add me on MSN at: [email protected] (please say that you're from here otherwise i'll decline it!). Thanks! - Maniak (David)
-
Save up to $100 and go to Peter || MaxPixa for a template. You won't be disappointed.
-
Very good idea! I didn't think of doing something like that!
-
I'd definitely go here if you wanted to keep it and spend $100 on advertising: http://makewebgames.io/index.php?page=RMarketplaceEntry&entryID=192
-
Oooh yeah.. That's a good idea.. Anyways; it looks good!
-
A quick question.. Why use Flash; not Illustrator?
-
For the top gangs: $gang = mysql_fetch_object(mysql_query("SELECT * FROM `gangs` ORDER BY `gang_rep` ASC LIMIT 5")); - you will need to change the db columns to w/e yours are.. For the top gangs in the city: I don't know.
-
The layout on all the pages needs fixing. I don't like how all of the user details are "crammed" into that box at the top; your menu is good; but backing up what Joshua said new users may find it hard to navigate with; and may end up leaving due to that. Most of the files looks like it is standard MC coding.. I didn't mean for that to sound too harsh; but if it did, it wasn't intended!
-
In your Staff Panel; the Settings don't update if you didn't use the install file that was included with the v2 Script.
-
On the stock MCv2 Script; the formula is: ((WILL*0.8 )/2.5)+(LEVEL/4). If a user has 100 Will and is Level then the equation will equal to: 32+12.5 = 44.5% chance of a successful outcome. Where did I get the 32 and the 12.5 from? Well the 32 is from doing 100 (the users Will) multiplied by 0.8 = 80. Then you have to divide that 80 by 2.5 meaning you get 32. And the 12.5 is from 50 divided by 4. If I was to write the equation out without the "algebra" and substitute the WILL as 100 and the LEVEL as 50; it'd look like: 1st part: 100*0.8 = 80/2.5 = 32 2nd part: 50/4 = 12.5 Addition of the 2: 32+12.5 = 44.5 Hope this has helped how to work out the % of a successful crime? If you need any questions answering, PM me :)
-
All of the queries are structured differently; so i'd say it'd probably be quicker and easier to code 1 from nothing.