-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
No its never allowed ;) If your referring to [MENTION=70555]fifahome1[/MENTION] thats like a grey area there but i think maybe he should put it in his signature. That would be the proper place for it
-
My count shows crystals and a blank crime group
-
DOH!!! Good eye :o Maybe I should look at the entire error dump
-
Since this is turning into a pissing contest and it's an old thread I think I'll lock it now. If the OP still has it for sale or whatever talk to me or another person on the support team and we will see about opening.
-
usersonline on the login page. need help
KyleMassacre replied to Hybridd's topic in Modification Support
Well what is the $q query? -
A simple calculator would help quite a bit if you wanted to keep the same type of formula. I dont know the exact formula off the top of my head by default but it's something like: ((WILL*0.8)/3)+(LEVEL/4) Now let's look at some scenarios here with a low and high level player: Player 1 LEVEL: 1 WILL: 100 ((100*0.8)/3)+(1/4) = ~26 Now that's pretty tough for a low level player so for starter crimes it's not bad but what if we use the same formula for a more advanced player: Player 2 LEVEL: 20 WILL: 500 ((500*0.8)/3)+(20/4) = 138 That would be a successful attempt every single time because all results are in % and the crimes do a random number between 1-100, if it's the success result is > random number ? win : lose if you start lowering that 0.8 a bit that will help lower the chance of success pretty. So just mess around with the numbers and you can use other stats as well like IQ or Labor since a lot of people don't even mess with those that much either lol. Edit as as for your error try removing your '' where you have an int field in the database. You really only need those for strings and will sometimes kick an error.
-
Yeah upfront fees I believe are always good. It weeds out the potential D-Bags. When I order services from people I expect to pay a 50% upfront fee at a maximum unless it's such a low price at the start then I would expect to pay the whole thing. That is also how I do my business too.
-
And neither do we. Are asking for help or anything? I'm a bit confused here
-
Maybe with the server migration they didn't bring over the subs. But the purchase link seems to work if you have an account. As as I have told you before as well I'm trying to get back into NWE module development myself. Development of the modules and engine for it may be a bit slow but I think people are still interested in the game development aspect from what I can see from my developer account.
-
Both that NonStopCoding mentioned are very good. Peter is a bit more but well worth it. Also, I'm not too sure that Peter is doing game templates since I know he has tried quitting several times but I have yet to see him quit haha. And it never hurts to ask since I'm sure if he's not busy he may do I for you. Zett is also really good IMHO but I'm not too sure he does the HTML/CSS, he may but I never see him offer it.
-
The stock estate and header shouldn't be doing that. By any chance did you purchase the engine off mccodes.com or buy a game clone from someone?
-
Well I hope your not getting duped here
-
Now I'm no js whiz at all but I'll take a stab at it. Chances are your calling the js file correct? So why not make your doc.write() function into a function and eval it in the div. Maybe it's not entirely necessary that way but could be worth a shot
-
If you want to do a ninja game I have a domain I can sell you. It's onebad.ninja
-
Well I have no clue what to tell ya then. It works for me flawlessly as I have shown you which was chrome on my mobile. It is odd though so maybe someone with back end (minds out of gutter please :p) can have a looksy
-
As you wish
-
Are you using the default mobile template while on your phone or the MWG fluid template. The reason I ask is because I know the mobile template doesn't support the new additions like tagging,quotes, likes/thanks
-
"HELP" register.php - Deprecated: Function ereg()
KyleMassacre replied to IEatYourCookies's topic in Modification Support
I'll change like 2-3 lines of code for £5 and then another £5 to do your Ajax handler pages. Or better yet I have a mod that fixes this issue that I will sell to you for $15. It comes with user activation, full registration settings, and a default email template. Since its in it's early stages I'll even install it for you -
I'm completely lost here. What do you mean by native styling? And I'm not too sure what you mean by an auth plugin? I am still looking at some sort of sessions for iOS app or maybe just do like the user data thing or whatever it's called. Fair warning I'm only a couple weeks into this so I'm not sure on what everything is just yet. p.s. I noticed in another thread you are talking about writing an OSX app, mind if I add you on skype and we can chit-chat? And by that I mean give me some pointers on stuff :p
-
I think he means having a link to the player that just did the drive by's profile in the even that just got sent
-
That is already there so don't worry about that No. I'll have to check that out Edit Just took a brief look and it looks much easier than plain ol' Objective C/Cocoa
-
So lately I have been getting into iOS app development and I thought maybe my first adventure can be an app for the forum because there has been some talk about navigation on mobile devices being a pain. So I would like to share with you and maybe get some opinions on this. Now since it's just me working on this(for now), it won't be released for quite sometime because, well, I am new and completely suck :p. So let me give you some insight on what I wish to accomplish here: Easy navigation Login Register Push Notifications As a disclaimer this is going to be a webview of the forum because it will be super duper hard for me to make a fully functional native iOS app for this forum or any other forum for that matter but this will have some native feel to it. For example the Login and Register will be native as well as the navigation. Some snags that I have hit along the process of this is that some of the features are not available as of yet like the new features for liking/thanking posts, viewing your notifications for the previous, a loss in functionality of your profile page, and some moderation/admin features. But everything else seems to be fully functional in regards to viewing and posting on the forum. So check out some of the screenshots and let me know what you think http://imgur.com/a/3nl9T
-
Then something must be returning false. I tried registering and logging in and it doesn't log me in at all
-
I don't think it has anything to do with your hosting but without an error it's hard to troubleshoot the problem. Try turning your error reporting on and look in your logs to see if that shows anything
-
Can you let us know what there error is?