Jump to content
MakeWebGames

_Ricky_

Members
  • Posts

    77
  • Joined

  • Last visited

    Never

Everything posted by _Ricky_

  1. Re: attack problems ok that will work for now but say when the users get up some more levels there health will be higher...any other possible way to set it at half health?
  2. i got people attacking people that has less that half health anyone know anything about that?
  3. Re: [mccode v2] Ignore User Mail just tested....they can still yet send mail once ignored
  4. Re: [mccode v2] Ignore User Mail not sure if that was supposed to fix the problem we was haveing....but if so...it didnt +1 for all the effort you have put forth tho
  5. Re: [mccode v2] Ignore User Mail the problem with this mod would be...when you add someone to the ignore list....they can still send you mails just that you cant send them mails...so its kinda backwards
  6. Re: exp in negative??? thank you both very helpful
  7. Re: exp in negative??? dude if you would read, i said i done had the max exp problem and done fixed it, for what hes saying yes thats true...he never said a word that wasnt true....but when you have max exp your level stops, so how about you read the problem and if you dont know how to fix it or you dont want to share how to fix it...then you find another post to talk this junk your talkin on...and Savager thanks for the help and i hope you understand what im saying
  8. Re: exp in negative??? nope i had the problem with max exp at lvl 235, fixed that already, i seen a post last night about globals function that said this is how you fix the 990 lvl problem but i cant find it
  9. Re: exp in negative??? once you get to like level 990 it starts giveing you free levels everytime you refresh the page it adds on -100 more exp the bar keeps going makeing the page crazy and you gain a level
  10. Re: exp in negative??? he wasnt doing a hit, i added the pay 50 crystals to gain a level in the crystal temple...thats what he was doing
  11. ok so i added the crystal temple option go up one level. This guy donated quiet a bit and was apparently wanting to go up above lvl 1000 so when he got to 1100 he says his exp bar started showing negative, and everytime he refreshed or whatever it would go up a level and his exp bar kept going negative, anyone know whats wrong?? i dont care one bit to pay someone to fix this
  12. Re: [mccode v2] Club Mod (my version) it worked for the longest time, i had a little problem with members cheating on the dance, because on my game you get energy in shops so i did edit it worked then it wasnt givin out no points so i came back to this post redone everything and still getting the error
  13. Re: [V2] crystal Temple ya just pointing them out, good job both of you :-P
  14. Re: [V2] crystal Temple small mistake would be 50 hp per level as well not 10 :-P
  15. Re: [V2] crystal Temple else if($_GET['spend'] == level) { if($ir['crystals'] < 50) { print "Error, you dont have enough crystals (You need 50)"; } else { print "You trade in 50 crystal for a level enhancement!"; $db->query("UPDATE users SET level = level + 1, crystals = crystals - 50 WHERE userid = $userid"); $db->query("UPDATE users SET maxenergy = maxenergy + 2 WHERE userid = $userid"); $db->query("UPDATE users SET maxbrave = maxbrave + 2 WHERE userid = $userid"); $db->query("UPDATE users SET maxhp = maxhp + 10 WHERE userid = $userid"); sorry, had some extras in that last post...this one should work }
  16. Re: [V2] crystal Temple great mod, however if you want your members energy, brave, and health to go up to match their level you might want to add that in something like this. else if($_GET['trade'] == level) { if($ir['crystals'] < 50) { print "Error, you dont have enough crystals (You need 50)"; } else { print "You trade in 50 crystal for a level enhancement!"; $db->query("UPDATE users SET level = level + 1, crystals = crystals - 50 WHERE userid = $userid"); $db->query("UPDATE users SET maxenergy = maxenergy + 2 WHERE userid = $userid"); $db->query("UPDATE users SET maxbrave = maxbrave + 2 WHERE userid = $userid");"); $db->query("UPDATE users SET maxhp = maxhp + 10 WHERE userid = $userid"); }
  17. Re: [mccode v2] Club Mod (my version) Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/deadlypl/public_html/club.php on line 2 Parse error: syntax error, unexpected T_STRING in /home/deadlypl/public_html/club.php on line 2
  18. Re: [Mcodes V2]Auction Cron Fix[Needed] accually is said this wrong maybe...it gives the person the item but not the seller the cash and the events dont work
  19. Re: [Mcodes V2]Auction Cron Fix[Needed] well its nothing to do with what you said to add, if you enter the code as is it runs a negitive...do it your way and it deletes it but dont give anyone the item or the cash
  20. Re: [Mcodes V2]Auction Cron Fix[Needed] i used what zero said to use, the cron now works......but it doesnt give neither the person that bidded or the seller no cash or item....all it does is delete it
  21. Re: [mccode v2] Contact Form (Fresh & NEW!) nice mod only problem i see is it doesnt accually send out the email when you reply
×
×
  • Create New...