-
Posts
525 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Curt
-
looking good Peter :) Keep up the work and your sure to have a popular game :D
-
I'm gonna guess that this mod is long gone by now....there might be someone around here with a copy but its a paid mod so they probably wont give it to you. In my opinion, the price is too high and he admitted he was new to programming, so I'm guessing he didn't sell many copies if any at all....
-
I see the problem... replace line 206 with this : $q=$db->query("SELECT u.*,g.* FROM users u LEFT JOIN gangs g ON g.gangID=u.gang WHERE u.user_level != 0 $myf ORDER BY u.ratings DESC,u.userid ASC LIMIT 20"); That should work... You had the userstats table left joined but did not select anything from it....
-
Hey, The "ratings" field is most likely in the "users" table not the "userstats" table. Try changing us.rating into u.rating and see if that helps you.
-
First you would need to add a new field to the houses table to keep track of the level needed to buy each house. Then you would use a small snippet of code very similar to what Ben Nash posted above..replacing "certainlevel" with the new field you added to the house table. This code would be placed in the estate.php script. You will also need to edit the staff side or else you will get an error if you try to create a new house. This one is pretty easy and anyone with a very basic understanding of PHP could accomplish this with ease. Best of luck :)
-
lol...even with a staff option it would still be a simple mod.... There may even be a free mod that does this floating around... Not putting you down Dave, you do great work :)
-
Thanks for the review Octarine :)
-
Hey, This would be a very simple modification to create...so don't pay too much ;)
-
Ive always been interested in hacking type games and I think you are definitely on the way to making a great hacking MMORPG. I'm viewing the game in google chrome as recommended and pretty much all the text blends in with the background...I have to highlight the text to read it...maybe just an issue on my end ?.. anyway besides that, game is looking great keep up the work ;)
-
The new version of mccodes V2 is more secure than the previous version, eliminating simple issues like the points market hack along with a few other issues. It is not completely secure though.
-
Is that a feature you added or something already implemented in the Redux version ?... If it was already part of the script when you bought it then you should be able to ask for support from the creators... mccodes.com
-
I agree with SomeRandomBastard....shouldn't the outcome be based off a random variable ?...that way if a player refreshes the outcome would be random each time...
-
I checked this game out quite a while ago and nothing really special about it in my opinion. Also the game did not have much activity, and this was months ago.. Its nice to see the game still being worked on. Maybe with some new programmers on board it may do well.....
-
Player online attack limit once per 5 minutes
Curt replied to Hendrickson's topic in Requests & In Production
hmmm...you could create an additional table to store when someone makes an online attack to someone and use timestamps to limit the attacks to every 5 minutes. This would not be too difficult to add at all... -
I would suggest capping your bank interest as well, ive seen a game spiral out of control because of bank interest...
-
lol....the reserve is negotiable as i said in a previous post....also already had an offer of $2,000....so thats more than your estimated $xxx..... thanks for the feedback though guys :) I could always get it earning donations then sale it for way more than 5k but then if that was the case I would not sell it but instead keep it....LOL
-
thanks bud, if it doesnt go well i could always put a month 100% toward bushidobattle and get it earning donations ;)
-
The game is not earning money simply because its not being managed/updated at all by admin....and also because its not being promoted. Not to mention all the changes ive made to improve the script and make it more enjoyable for players....i think im asking a very reasonable price.
-
I pretty much did not spend any money at all for advertising for Bushidobattle. Maybe 50/100$ through GAO and thats about it.....so the game has had very little promotion...most sign ups and active players are from Thugbattle.com Also im new to Flippa so not sure how the process works...lol The donations came during the first 2 months of release....i was on the game alot during that time making updates and such but was neglecting thugbattle a good bit....so i started updated TB full time since then and have not done much on BB since....
-
I put a 5k reserve price but that is negotiable.... Ive had an offer of $2,000 USD....but want to see how the flippa auction goes...
-
website has been added to flippa.com https://flippa.com/2643126-quick-sale-online-browser-game 5 days left on auction.
-
bump* Many updates have been made. Any more reviews ?
-
I remember hearing that Raven Script includes some code that if the Raven server goes offline so does you game...not sure if this is still the situation. I bought raven script a long time ago myself, not because i wanted the "Raven Script Engine" but because I ran an un-licensed game when I started out and I figured Raven Script would stall the process of taking my game offline. Before you have something negative to say, I started with absolute nothing. I literally started with 0$. I have come quite a way since then ;) (before some tattle tale tries to report me to Dabs & CB, my game is fully licensed)
-
Danny696, I own a pretty active game....not sure what your on about as my game is not a clone of torn. If it was a clone im pretty sure it would have been a big FAIL !!! As dominion said I would like to expand on features I already have. The more social a game is the better off in my opinon... Also I must have missed that one Dave, Im not familiar at all with ajax but ive been looking into it.
-
I would be interested in a Torn.com style chat bar. Where all players can chat with each other in one box.