Search found 8 matches
- Sun Feb 14, 2010 10:04 pm
- Forum: Coding
- Topic: Is Java still good for online games?
- Replies: 5
- Views: 1392
Is Java still good for online games?
I think i might try learning Java because im guessing its going to be a little more online game friendly than c++ and it shouldnt be a hard switch for me. but... ive been hearing alot of people bash java on programming forums and stuff for being "outdated" seems to me that a lot of success...
- Sun Jan 17, 2010 1:24 am
- Forum: Older Browser MMO Videos
- Topic: Inventory Space limits
- Replies: 8
- Views: 1404
Inventory Space limits
heyy. i was meesing around with a new stylesheet layout that looks more like a WOW type gui. and my weapon display table thing went over my new style sheet. so i thought it might be useful for space and gameplay in general to make a max amount of items i know this prolly seems reaaalllyy simple but ...
- Tue Jan 12, 2010 1:28 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 338894
Re: Video#7
oh fail.... item use is handled in battle.php. That helps 
i found my issue. Thanks
i found my issue. Thanks
- Sun Jan 10, 2010 8:44 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 338894
Re: Video#7
thats "useitem.php" btw
- Sun Jan 10, 2010 8:43 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 338894
Re: Video#7
here it is <?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; } $creature=$_GET['creature']; $playerinfo="SELECT * from players where name='$playe...
- Sat Jan 09, 2010 4:57 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 338894
Re: Video#7
hello all
I seem to be having some trouble getting my potions to actually heal me.
Ive examined the php and my database for errors to no avail.
can anyone help?
I seem to be having some trouble getting my potions to actually heal me.
Ive examined the php and my database for errors to no avail.
can anyone help?
- Wed Dec 30, 2009 2:58 pm
- Forum: MMO Makers
- Topic: Realm crafter help
- Replies: 4
- Views: 1264
Re: Realm crafter help
thanks. When i get back into it ill be sure to check the forums
- Tue Dec 29, 2009 10:31 pm
- Forum: MMO Makers
- Topic: Realm crafter help
- Replies: 4
- Views: 1264
Realm crafter help
i downloaded Realm crafter and have had many troubles with using it because there seems to be very little documentation/tutorials/resources on the engine. i have found a few simple tutorials but they dont really teach enough.
Does anybody know were i could find some Helpful resources?
Does anybody know were i could find some Helpful resources?