Jump to content
MakeWebGames

BludClart

Members
  • Posts

    76
  • Joined

  • Last visited

    Never

Everything posted by BludClart

  1. I understand what you mean but personally on my game it would take 700 years to get to level 700 :P i just done the math and worked it out to level 25 possible in the first year of playing ;)
  2. yup and i also heard it was not a very good copy :P
  3. its strange you say that the gain is 1mil a day =\ i added it so it goes by class id/i dont know how much other stuff :P and also i hope you all added the active part so if the members of a company are not active they dont count towards profits for that day? :) also you can change the rank system on there to suit your game as it all changes depnding on the company ;)
  4. chances are i would buy this ;) i have one question though,who mails the users? =\ (is it a blank userid) meaning the name is ANOMYNOUS?
  5. The only time i have known him hack is to test his own security in wich he is supplying to a games files :S
  6. I agree fully,Immortal has done lots for me,and wont just dump a mod on you and not help with any bugs (if there ever is any), I also can say that immortal is a very friendly guy and will normally keep in touch!
  7. thanks for the advice guys :) i will post this one up for free 8)
  8. Sorry im confused :) what did you mean by does not V1 come with this? V2 would be alot of editing to implement this => global func check level?? :)
  9. Simple really,users click [upgrade] to level up or the line of writing across the top of the screen.(Congrautulations, You have enough experience to level up to level X, Click here to level up now! screenshots: USER HAS ENOUGH EXPERIENCE! USER HAS CLICKED LEVEL UP! USER RECIEVES AN EVENT! Price=£2.50 Copies left=10 to buy it just message a private mail and i will sort out the sale. :thumbsup:
  10. to see if the cron is working just use http://www.yoururl.com/cron_cronname.php...........doing this will show you a error,and it wont actually run the cron,therefor it wont effect your users if its cron_day ect. so you wont have 100 day old players in 1 day lol.
  11. Sounds like a great idea! ;) i will do that tonight :thumbsup:
  12. to be honest i dont have a set price just yet :P once i see my target ammount of people say "I want this" i will add it for download ready for sending the link in the email and by then i will have a set price,illusions is a co-admin on my game,and he said its good,but he wouldnt know a price as he does his mods for free lol,so not sure at all yet,will try letting you all know by 2night ;)
  13. Thanks zero,and thanks for telling me what was up with my game earlyer :) i unbanned your ip :thumbsup:
  14. Thinking of selling a few copies of this! This is just an edited version of mccodes_V2 attack,but i have added a few features,1 users cant run from a fight because if they change the url it will say "You fool get back in that fight!". Users can use the run feature but have a chance of being shot! images would not come with this mod but instructions would be added! The reason i am showing this without just adding it is because i would need to edit it to fit any other game. and want to know i would have custom before adding it. :thumbsup:
  15. Sorry about that. Updated with screenshots. :thumbup:wheres mine? i sent u the money like over a week ago now but u didnt fix it to work with my game so i wil have my money back.Destroyer i have give you mods and they aint worked on your game and they work fine on any other :S
  16. I have made a merit mod and was wondering if anyone would be interested in buying it if i added it here......Users can get merits for everything! you name it you can add it.it already has merits for the following:- -Ranks -crimes commited -attacks won -days in a gang -days married and of course you can add many many more! I will even chuck in my brave bar mod(users brave bar goes up depending on their crime experience.... i am looking at adding this for about $20. here is a screenshot of the merit spending table,(events are not added when they get a merit!)
  17. is there any copies of this left? =O
  18. Yup Immortal is a great guy and trust worthy :thumbsup: EDIT: Typed inside the Quote box :rolleyes:
  19. so i guess nobody is gonna thank me for this mod revamp then :S i know what to do in future,i think i will keep my files to myself :P ^^
  20. yes i made it so that director gets 50 of every stats ;) and also to add company specials you have to do it straight through database i never can be bothered to add staff functions for my additions :P
  21. yes i can imagine this is very secure thanks to you immortal :P so now ill add the secured version to my game....btw people one of my additions was stars for company ranks...find yourself a nice star.no need for resizing its all in the codes. make sure you call it star.gif lol.also you can go round and tweak the ammount needed per star.i believe there is 4 to alter!
  22. Basically i have done a lot to my game now,i am happy with most things,but the problem i have is i want 2 more things,security and a better layout...for example when in jail users see orange/hospital users see white,but i cant get viewuser to follow command or main background(thats 1 mod im paying for) next is companies(mod 3) next is stock markets that WORK with companies....For example if the company was a farm,it would work with a stock that goes up and down dependant on the farms profits and the last thing,i want the game secure....i have played torn for a long time now and his game is VERY secure.   if you think you can handle them 4 jobs message me ASAP..... ;)
  23. thanks i did that i had to find it on my comp first :P i am condused though,because i have made some working stats and i was wondering where it is that jobs get updated? as its not in cron day,but my money goes up daily for having a job.... :huh:
  24. I accidently deleted it :|, i don't know if anyone could help me by sending me cron day for MCcodes v2? :)
  25. RE: Re: [mccode v2] Item needed to perform crime.   ahh didn't see your post lol This WILL fix it guys ^^ im glad i could help ;)   $q=mysql_query("SELECT * FROM crimes WHERE crimeID={$_GET['c']}",$c); $r=mysql_fetch_array($q); $qi=$db->query("SELECT inv_itemid FROM inventory where inv_itemid={$r['crimeITEM']} AND inv_userid=$userid"); $n=$db->fetch_row($qi); if($ir['brave'] < $r['crimeBRAVE']) { print "You do not have enough Nerve to perform this crime."; } else if($n['inv_itemid'] > 0 != $r['crimeITEM']) { print "You do not have the required item needed to perform this crime."; } else {
×
×
  • Create New...