Jump to content
MakeWebGames

Godhand

Members
  • Posts

    448
  • Joined

  • Last visited

    Never

Everything posted by Godhand

  1. I was spending over a half hour trying to set this up. I got this error Parse error: syntax error, unexpected '{' in /home/somethinghere/public_html/attack.php on line 194 The lines surrounding it Parse error: syntax error, unexpected '{' in /home/somethinghere/public_html/attack.php on line 194 $strtest=$odata['strength']*.75; $agilitytest=$ir['agility']>$odata['agility']*100; $guardtest=$odata['guard']*.75; if($youdata['strength']>$strtest) { print"you passed the strength test"; if($ir['agility']>$agilitytest) {print "you passed the agility test"; if($youdata['guard']>$guardtest) { $mydamage={$odata['hp'];} print("You Instantly killed them"); } } } line 194 is exactly { $mydamage={$odata['hp'];} As I said I have spent time trying to set this up but I'm not quite sure how that could be.
  2. Re: Free Loan Shark System Its still an easy fix. So instead of wasting your time asking for help you could instead look at function repay. Is that too hard I mean seriously....
  3. Re: [V2]Crystal Smuggling Mod[V2]   Yes that is true and reading the code it can give up to 400 crystals at a time. I mean as a base mod though its very nice. Yet on the flip side theres more that can be done to prevent memorization. Like for instance making a random chance of getting caught verses the smuggling level. It wouldn't be terribly hard to do but as I'm not going to use this mod I can't be bothered. Thats because you don't have it set up in your database right then. What you need to do is simply put it in the users field then run that query.
  4. Re: Free Loan Shark System Shesh learn to code then instead of leaching. They coded it enough that IF you are running a game you should be able to AT LEAST figure that portion out. Shesh... Seems since CE came back up less people have came on that aren't worth coders time. They bothered to code it you should bother to fix it. Hell I've fixed some codes and asked for help before. But come on I at least put *some* effort into it.
  5. Re: [V2]Crystal Smuggling Mod[V2] sql UPDATE `yourdatabasenamehere_Main`.`users` SET `smuggling` = '100' WHERE `users`.`userid` =1 LIMIT 1 ; Note all you have to do is fill in your database name to make it work Assuming you are user id 1 :-D.
  6. Re: [V2]Crystal Smuggling Mod[V2] because the default amount of smuggling is 0. Therefore you shouldn't be able to travel unless you make it 5 or whatever. READ the actual coding before adding stuff into your game.
  7. Re: Crons Guide   Make sure your cron codes are right.
  8. Re: [V2]Jail Attack[V2] Not Tested Thats what I was getting at. I read over some of it and it mentioned a tall building.... seriously are the guards going to just *let* you go up a building with a body? :-D.
  9. Re: [V2]Jail Attack[V2] Not Tested pft reading over the code it was just a remake of all the normal attacking pages. And you didn't even change it properly... imagine that.
  10. Re: Free (v2) money market banking this one works... $int=(int) rand(2,20); $db->query("UPDATE users SET mmarket=mmarket+mmarket*$int/100 WHERE mmarket> -1"); (in cron day) Now if you want to see what it is make a setting with conf_id=100. $db->query("UPDATE settings SET conf_value=$int WHERE conf_id=100"); (also in cron day) Why you would want to see that is if you were curious. With this code I posted they can get 2-20% interest. how to change- the random just follow the same format. Change to to the lowest you want. Change 20 to the highest you want.
  11. Re: [Free] Annoying Mod haha of course theyd click it. Better yet call it an exploit to see how many people do it. :-D
  12. Re: battlearena Like I said leech off other people who actually try..... I know that the sql isn't that complicated come on. I could do it if i wanted to. And risking a bug to add a new function... well that always happens.
  13. Re: Money,crystals cap How to get stats to come out clean in the gym: find the formula for your gain. add after =beforetherest round( then your formula) simple. And Zbirc post the sql u did to change it back.
  14. Re: [Free] Annoying Mod maybe by learning the coding for most browsers to open up a new window....... and code it to fit. :-D
  15. Re: stupid question find: $gain=(rand(1,3) to the right of there change all that for your formula. :-P
  16. Re: [Free] Annoying Mod I know I would add it to my game if it was only for cheaters :-D. I think you all know why. It would be my fed system lmao. I'd include it in my globals.php. They'd never get back on.
  17. Re: [Free] Annoying Mod   Well correct me if I'm wrong but they would be cheating for that script to show up right? I was just reading over it. It would be the sort of punishment that they wouldn't be expecting. But before that happens a warning pops up (a bogus one) warning ERROR detected. Then they get all them pop ups... That would be fun to do to someone. Make them think something is actually wrong when it was just them cheating.
  18. Re: Crystal market exploit? In other words you let him see your ip.... Well that was "bright"
  19. Re: [Free] Annoying Mod Wow haha. Why not while your at it make it launch like 90 different browsers that they use then make some free host that uses javascript to close the window. That would be a speed killer. Just trying to improve the mod for the annoyance quality. :wink:
  20. Re: proof of creation And if they basically spam till 100 posts? Heres another idea to do it- make it require certain amount of posts and require "so" many members with the badge to actually vote for them to get it.
  21. Re: Creating crimes in V2 If you can code your crimes setting like that yes. Why you'd want to is sorta beyond me...
  22. Re: [Free] Annoying Mod haha trying to get free advertisement or something? <meta http-equiv="REFRESH" content="0;url=http://www.ratemypoo.com">'; heh......
  23. Re: Delete   I never said you were wrong either. Believe it or not he messaged me asking what he should look over in lite so he might learn something from it. Of course that was yesterday though who knows maybe it is legit. Then again we can't say that for sure.
  24. Re: battlearena   Why so you can leech off everyone else?
  25. Re: How do i make myself staff?   To me it doesn't maybe to them it does. Perhaps they are just trying to get more posts.
×
×
  • Create New...