Search found 15 matches
- Tue Dec 27, 2011 8:58 pm
- Forum: Beginner Help and Support
- Topic: Quest Help
- Replies: -1
- Views: 646
Re: Quest Help
The first quest completes correctly, and writes into my quest table. The second quest doesn't write to the database (or read from it correctly) I don't know why.
- Tue Dec 27, 2011 6:24 am
- Forum: Beginner Help and Support
- Topic: Quest Help
- Replies: -1
- Views: 646
Quest Help
Sorry to bother you guys again, but I am trying to make a quest system so that you click accept and it writes the name and level to the database, and then you can complete it whenever you get the time. Or required items. http://www.mediafire.com/?d3z69n66iwz7zao: Screenshots of a few imporatnt thing...
- Mon Dec 26, 2011 10:46 pm
- Forum: Beginner Help and Support
- Topic: Javascript Count down help
- Replies: -1
- Views: 926
Re: Javascript Count down help
thank you, i will try that.
The only videos I have seen are the ones for the browser based mmo. I can't download any others.
The only videos I have seen are the ones for the browser based mmo. I can't download any others.
- Sun Dec 25, 2011 10:04 pm
- Forum: Beginner Help and Support
- Topic: Javascript Count down help
- Replies: -1
- Views: 926
Javascript Count down help
How do I make a javascript countdown (I want it to start at 2 minutes and count down to 0 seconds before running some code) I have looked on the web and all that I found is how to make so that it shows a countdown to do with the date (Days, Months, Years until something).
- Wed Dec 21, 2011 2:03 am
- Forum: Beginner Help and Support
- Topic: Video 27 [SOLVED]
- Replies: -1
- Views: 1325
Re: Video 27
All it does is show both quests, but i click to accept one, and it says it is done, but it doesn't require anything. same goes for the second. I do not know why it does this.
- Wed Dec 21, 2011 2:01 am
- Forum: Beginner Help and Support
- Topic: Video 27 [SOLVED]
- Replies: -1
- Views: 1325
Re: Video 27
How do i make so that it is possible to have 2 or more quest lines? This is the code for the main quest page: <?php include_once 'connect.php'; session_start(); ?> <link href="style.css" rel="stylesheet" type="text/css" /> <div id="login2" div align="cent...
- Tue Dec 20, 2011 4:40 am
- Forum: Older Browser MMO Videos
- Topic: Alternative to Wamp Server?
- Replies: 4
- Views: 937
Re: Alternative to Wamp Server?
easyphp5.3.8.1 is a good one
- Tue Dec 20, 2011 4:33 am
- Forum: Beginner Help and Support
- Topic: Video 27 [SOLVED]
- Replies: -1
- Views: 1325
Re: Video 27
I have slightly fixed it. it now lets me finish the first quest, but will not finish the second. I am basing my game off forsake sanctum. I have changed the coding as well for easyphp5.8.3.1 so that is suggested to open this: http://www.mediafire.com/?xmcbc0gzzezc6p7 It is easier to show you guys th...
- Tue Dec 20, 2011 3:18 am
- Forum: Older Browser MMO Videos
- Topic: Quest system
- Replies: -1
- Views: 581
Quest system
I am trying to make a quest system based off the one made in video27. My problem is I can't get it to select quests from the table questgivers. Here is my code: <?php include_once 'connect.php'; session_start(); ?> <link href="style.css" rel="stylesheet" type="text/css"...
- Tue Dec 20, 2011 1:53 am
- Forum: Beginner Help and Support
- Topic: Video 27 [SOLVED]
- Replies: -1
- Views: 1325
Re: Video 27
I use Easyphp5.3.8 or somthing like that (can't rember the numbers exactly), it i sthe second latest version.