SubGhetto Posted February 24, 2007 Posted February 24, 2007 Re: [Lite] Bugget streets v1 yh ill buy it then :-) Quote
Vorlen Posted February 24, 2007 Posted February 24, 2007 Re: [Lite] Bugget streets v1 yh ill buy it then :-) Alrighty then, PM me when you get the chance, tell me your email that you use for MSN or such and I'll contact you. I'll convert the code asap and get it prepped for you. :) Quote
lem0n Posted February 24, 2007 Posted February 24, 2007 Re: [Lite] Bugget streets v1 im gonna have a play round with vorlens recently posted code and add a few new features if thast cool with you? Quote
Vorlen Posted February 25, 2007 Posted February 25, 2007 Re: [Lite] Bugget streets v1 im gonna have a play round with vorlens recently posted code and add a few new features if thast cool with you? All I did was convert it, it's pretty basic stuff, I'm sure since both versions are free, you can play all you like! :D Sorry if anyone thought I was taking credit for it, as $hot thought, so I am hoping to clarify this, I DID NOT create it, and DO NOT, take credit for it's creation. I DO take credit for the conversion, but regardless, that's not a difficult task :P Quote
-Genocide- Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 i made a mod to go with this script so users can buy or sell steps on a market similar to crystal market, ill post it later....i also created a way for donators to get more turns than non donators (big hit)....i will post both a little later on Quote
UCC Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 Big hit how? Increased donations? Made the donators happy? Seems like decreased spins for non-doners would make a number of poeple unhappy. I had the idea just a few days ago and that was my thought. Quote
-Genocide- Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 Actually made everyone happy because of the market i made for them, the more steps people have, the more they sell, and non donators can buy them, i also have a donator days market so everyone is able to get more steps Quote
lem0n Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 refill all bars while walking around streets if ($chance == 16) { $query="UPDATE users SET energy=maxenergy"; $query2="UPDATE users SET energy=maxenergy WHERE energy>maxenergy"; $query3="UPDATE users SET will=maxwill"; $query4="UPDATE users SET will=maxwill WHERE will>maxwill"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); $query="UPDATE users SET brave=maxbrave"; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); print "You have been walking round the park for so long all your bars have been refilled."; } Quote
twist_killer Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 refill all bars while walking around streets if ($chance == 16) { $query="UPDATE users SET energy=maxenergy"; $query2="UPDATE users SET energy=maxenergy WHERE energy>maxenergy"; $query3="UPDATE users SET will=maxwill"; $query4="UPDATE users SET will=maxwill WHERE will>maxwill"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); $query="UPDATE users SET brave=maxbrave"; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); print "You have been walking round the park for so long all your bars have been refilled."; } do u just upload dat? Quote
UCC Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 Actually made everyone happy because of the market i made for them, the more steps people have, the more they sell, and non donators can buy them, i also have a donator days market so everyone is able to get more steps Okay that makes sense. I dont have a donator days market nor a steps market. I figured a donators market discourages donating because the big donators can sell all the extra days they dont need. And I didnt want to have a steps market because people who dont have time to play can just sell their steps every day and that just puts more freebies into the economy I'm trying to keep under control. Quote
lem0n Posted March 3, 2007 Posted March 3, 2007 Re: [Lite] Bugget streets v1 do u just upload dat? no add it above You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and change the $chance = rand(1,16); accordingly to the number of chances you have you will have to change the chance if you already have one for 16 understand? Quote
webster2001 Posted March 6, 2008 Posted March 6, 2008 Re: [Lite] Bugget streets v1 Name: bored292 [1] Money: $6,442,490,066 Level: 22 Turns: 100 [Emergency Logout] HOW DID YOU GET YOUR MONEY TO GO OVER 2.147..... BILLION!!! IVE TRIED TO DO THAT SOO HARD BUT IT NEVER WORKS PLEASE WHAT IS THE CODE TO DO IT?!?!?!?!?!?!? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.