-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
I would not actually charge $15 for a single mod install like a chat. I was just saying that maybe you can try it yourself and if you run into complications feel free to post your errors with install and then I'm sure there are people here who would be more than willing to help. Here's some advice make backups regularly Break => try to fix it Run into issues => Post errors and ask for help If you do that then people will have no problem helping someone willing to learn. If you just request it hurts you by not learning and hurts your rep and most likely people will just skip over your requests and be pretty harsh. We all started where you are, even I WAS guilty of requesting without trying. Then I realised that I'm not learning and will just go in circles
-
Cron hour (add event to gang members)
KyleMassacre replied to Jason-x's topic in Modification Support
if this is a cron being executed by say a cron tab I would go with including global_funcs myself instead of globals -
$15 and ill install it for you. Also, if you previously had a game why do you have so much troubles with stuff now. obviously you must have some sort of basic computer skills. I'm sure anyone without programming knowledge knkw how to ftp some files and add skme links to a page
-
For starters name your threads a bit better. "Read" I would hardly consider a topic title. 2nd, if you can't upload files, insert SQL commands/alter tables etc, or make file edits, maybe you should reconsider what you are trying to do at this current time. I don't want to sound like a prick and everyone here knows that I am pretty easy going and am willing to help where I can, but every single one of your posts asking for help has been the most basic tasks you can possibly imagine starting a game. I think maybe you should sit back and read up on some books that teach you how to use a computer (for file management) and read some docs on mysql, php, and possibly html/css. Otherwise you will ultimately fail at this endeavor.
-
good luck finding a decent one with the amount your offering. There are tons of chat box modules floating around the forum here or you can buy daves chat for v2 but chances are your host won't like it much because of all the ajax and what not
-
another problem with main menu please help
KyleMassacre replied to xRudeboiix's topic in Modification Support
Nailed it on the head. I don't know if its an alignment because the bottom section seems to be aligned fine. This is assuming that its the same classes and ids. Possibly a failed open/close div tag? -
its basically saying it can find your image. look at the url path of your image by right clicking and view image and see if it matches up in your directory. This is basic html
-
yeah you now need to change your code in config.php and also in your cron urls. but just so you know x10 doesn't let you do 1min crons on their free plans, and they put a limit on the amount of crons you can run a day
-
your path to your image is invalid. make sure its correct
-
Though kind of vague maybe you could be an item collector like for example going on a quest but maybe you need a stick, cloth, and some sort of fire apparatus? I myself choice item collector. I like to find the top items and make a business for myself and be the top arms dealer. No one messes with their guy who gives them the best weapons for a decent price :p
-
Can someone make some modules? (Request)
KyleMassacre replied to Adam_S.'s topic in Free Modules (Requests or Offers)
1. Possibly yes except for the fight along side. To make it modular I don't see a way of this happening because you would then need to tinker with attack lib and I personally don't feel comfortable with that task but all the other aspects should be able to be done no problem. 2. Super simple but what do you want it to do exactly? 3. Can be done except for marrying or having a relationship with NPC. What other features would you need with it? 4. Alain summed it up 5. You really want players to create their own quests??? Give them access to the quest system then. 6. I have never touched any of those apis but I guess I should probably dig in sometime :p The thing with the twitter api is I believe you can only have X amount of requests per day and in order leave it open for a "search" type thing I can suck up all your requests pretty quicly -
unless you pay for minute crons x10 hosting only allows for a certain amount of crons a day
-
its my blog postings here on mwg not outside. although I plan to that as well
-
Why are you so disgruntled with the fact that grant purchased GRPG? Did you want the engjne or something?
-
I think its because some people are scared to move on to something new. NWE is still pretty young and I have high hopes for It. Myself, if I spent the time I couldve probably had a game up and running by now but I don't want to run a game per se` its just not my cup of tea. You will find that if you dig into the engine/frame work you'll see that its relatively easy to use/build, it just takes some digging around and there are plenty of free modules that you can download and research. If you read my blog here I have just a couple of posts that kind of show you behind the scenes of NWE that you can possibly learn from as well
-
That may be true in 99% of the cases, but for me as an example I don't have the skillset to do such a thing as of yet. I can't speak for the OP, but maybe he's floating in the same boat?
-
hmm...... Never seen that error on instal. Might be a stupid question but are you sure you have mysqli enabled on your box? Also, I have had some issues with read/write perms but it usually resulted in like a file does not exist error but check to make sure your file and folder perms are ok
-
This is on my todo list todo. I haven't really dabbled in the item drops at all but I guess I can take a look at it. To answer your question: Its not too much to ask. A lot of the stuff in the tables like training etc basically runs arbitrary code with conditions that are imported from a couple wizard tables. Wizard tables are like what it sounds like "wizard" => "magic" and just allows for easy executions of the arbitrary code and its conditions. Take for example the trainings: You have requirements and effects. You set the requirements (conditions) the player must have in order to complete that training session like currency and a value of say 10 for arguments sake, If the player meets those requirements (condtions) then he can then go through with it and the effect will kick in like stength and a value like rand(2, 5). It will then look something like this: if ($userStat["!Currency"]->value >= 50) $userStat["strength"]->value += rand (2, 5); So I hope this sheds a little insight on how stuff works inside the table editor
-
I don't know much about WOTM but NWE is free you will just have to build on it. There is an excel file lying around here that I believe DJK created and I'm too lazy to search for it but it shows a lot of pros/cons of the current engines that are here. But some more free engines are MCC V1, EZRPG, and GL so if you haven't looked any of those up maybe take a look and see what suites your needs
-
Glad you asked :p Infact yes I do, I have just been working slowly but I have a Gravatar module to come to take place of the default avatar system. This way you don't have to host the image and if you don't like their image you can suspend until they change it through Gravatar. If they don't have a gravatar account linked to their email it will just show a default Gravatar image you choose and you also choose the max rating like: G, PG, R, or X. I also have a game updates a little like script47's but with more features. Its linked up to the forum system and it will have RSS capabilities
-
actually that was a different error that I get on login. mine is an undefined offset and I don't know why you get yours??? Edit Figured it out :p I forgot to removed all references to the uservariable on my last update so ill do that soon
-
its my lotto mod. I need to update it so just disable it for now
-
I believe x10 floors you on crons. Last I checked/heard they don't allow min crons unless your on paid hosting and I think they only allow a certain amount of crons per day
-
I think I was just talking with illusions about this and that he lost it so I think he will be stoked about getting it back P.S: You can probably cut that adventcal.php file down to about 10 lines :p
-
Why not try C. I think wsirc that alain wrote is with some sort of C