-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
WHERE `iv`.`inv_userid` = {$userid} && it.itmtypeid != <the item type id here>
-
so where is the option to sell donator packs at? It claims on lines 18-20 that you can but it just looks like a crystal temple to me. So where do you buy credits at? The default engine doesn't come with anything to purchase credits so its good to specify that this module is dependant on "X" module
-
check to make sure you have a clan stat named "Honor"
-
I think that is one of the best ways to go. some people just don't like to give their email because of spam and what not which is fine but its also beneficial to have as much non important information about a player as possible. Reason being I had on an old game of mine where I had an abusive player and I mean ABUSIVE making crazy threats but I won't go into details here and told the victim because he came at me about it to notify the authorities and I will comply so I had to backup my db and sent over the messages and all his player information to his local authorities when they requested it. Do I know if it was a legit email? no because I didn't have a validation. So moral of my story is players see it as a hindrance but they fail to realize that it can be potentially useful information at times
-
you should easily find something like that well within your budget. $70/mo is more like a dedi server which you most likely will not need
-
what's the transfer speeds and how many cores are you running?
-
yep that's what I meant now that I read what I wrote it sounds kind of bad sorry
-
if you want a "small" game why would need to spend $70/mo? You can easily find something for way less than that.
-
Word of advice: Never assume anything!!! If it wasn't detailed in his feature list most likely either: A. He forgot to mention B. Its not included. So be sure to ask questions about a mod before you buy. For the stuff you want it should be relatively easy to add into it, it should just be a few if()'s and your good to go
-
then don't use it.
-
systems like this are a double edge blade if you ask me. You are never going to make people happy because this protects the weak people so the strong people get all pissy. If you don't have something like this then the weak people are the one complaining "I can't play the game cause I'm always in the hospital". The whole object of these games is to kick some butt so I tend to steer away from these types of things and if people don't like the way you have your game set up oh well its not for them. And this is where gangs come into play. I once played a game where if you attacked an online player and you guys were both in a gang it was automatic wartime so people thought twice about onlining another player. What you can possibly do is if you have a gang event system store the attack logs in those if the player attacked is online and send an event to both gangs or to the gang leaders that way they know what is going on and make it hell for the player being a bad ass. If their presidents dont do anything then its fair game for a war
-
//lets make sure they are an int $_GET['ID'] = filter_input(INPUT_GET,"ID", FILTER_VALIDATE_INT); //try not to use the wild card "*" it even helps so you don't have to constantly look at your table structure all but once $bg=mysql_query("SELECT * FROM bodyguards WHERE userID = {$_GET['ID']}"); //in the next query you are using an array but you haven't instantiated one?? $b = mysql_fetch_array($bg); $bgcheck=mysql_query("SELECT * FROM users WHERE userid = {$bg['userBG']}"); //once again another array being called while ( ! $bgcheck->EOF) { // camelCase is much easier to read so sorry if you don't like it $bgCheck = mysql_fetch_array($bgcheck); if($bgCheck['hospital'] == 0 && $bgCheck['jail'] ==0) { print "<hr width='50%'>Please read the error message.<hr width='50%'><h3>! ERROR</h3>This player bodyguard is not in jail or hospital, therefore you cannot attack.<br/><br/> <hr width='50%'><a href='index.php'>> Go Home</a><hr width='50%'><br /> "; $h->endpage(); exit; } } See how that works out for ya. not tested and plus I'm on my phone so no guarantees :p also I kept it how it cause I don't know your setup you got but I would assume that the jail/hospital checks should not equal 0 right? if they are in jail then it would be > 0 wouldn't it?
-
for 1 why not post it in the EZRPG section? and 2nd, is this a request or are you just stated what you want to do? BTW, I was nice enough to move it for ya so please next time post in the correct section Thank you
-
I'm not saying to recode the whole thing. I mean, honeslty its my opinion only atleast so far and they are easy adjustments to make. You have your td class set up for 22 height so If I were to use this I would lower it down some. The money thing I mentioned its and easy fix as well, just check if its less than 0 { make it 0 } se how easy that was? You paved the road now its up to people to drive on it. If your happy with your modifications great, don't let one or 2 people tell you how you should do it. If they don't like it they don't have to use it or they can change it themselves
-
If your looking for free and don't want everything done for you look into NWE
-
I don't know if its just me but to people who use this please fix the bank stats. For example the screenshots show for bank $-1 and nothing for the others. Other than that its not too bad but I would change some of the heights in some of your rows
-
Much like my nwe email module. You still gain full access though but you just have an annoying box that shows where ever you go saying to verify your email.
-
Because in my experience its harder to make your own purchases in paypal. I can easily replicate his screen shot he posted Still no reason to flip out the way he did. Are you contributing to this thread with this post? Can't tell if its sarcasm but regardless thank you. I agree. if your making this much money in six months that pretty good. Do you have more investments in the game you must make or something? You stated in one of your comments that your server expenses is lowering your profits and it can easily be ran via a VPS, why not just run through your time left on your current server and switch to VPS or see if they can downgrade you if you did pay for full term upfront?
-
I would say a paypal screenie is better than a screen shot coming from your database. Unless of course you have access to the paypal database where you can enter your own rows then sure paypal would be just as good as the original. Also why name call people that don't agree with your reserve price or make you mad? If you talk like that to here what makes us think you don't talk to your players like that? It can make us think that you do => your players get upset => they leave => you lose potential monetization(s) => you have to sell your game because your losing money. See how that has a potential effect on your sale? So if your dealing with a business transaction of any sort please act like a professional. Cause in the end its only hurting you. Good luck with your sale by the looks of it you may need it ;)
-
In all due respect and I'm not saying that this is the case but a screen shot of ingame donations is hardly proof enough in my opinion. Is there any other way you can provide evidence of income?
-
for starters, is there any particular reason your bumping your own thread this many times withing a short amount of time? 2nd, when did you purchase the modification? Because there is a 72hr window sniko gives to offer support if those are in fact bugs. I don't have the system to help so sorry but some of those features should be relatively easy to create.
-
if your talking about the title tag it should be fine. I know it looks like the little bar is showing 50% but it was probably just the position on the mouse
-
it shouldn't be that hard to do. I really suck at html/css but I did that in just about a minute on my phone. it is just simple copy and paste but if you need help real quick I can do it just send me the file or whatever here or hit me up on skype or I'm usually in irc
-
Looks like you used the snippets from css tricks so here is what i did: Code Execution Results Feel free to play around with it
-
Lets not turn this into a flame war please. I went ahead and moved this to Services as it seems to be a service being advertised.