Search found 10 matches
- Wed Aug 17, 2011 7:29 pm
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
im willing to donate to someone for a working script. im just so frustrated
- Wed Aug 17, 2011 7:28 pm
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
so I kinda got it work. when I select and attack it shows damage done and even misses dodges. but receives nothing from nothing and attacks nothing. but does dmg and can kill it. you hit for 28 points of dmg. you gain 0 exp. lol help?
- Wed Aug 17, 2011 2:28 am
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
<?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css" rel="stylesheet" type="text/css" /> <div id="login2" div align="center"> <?php if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } els...
- Wed Aug 17, 2011 12:36 am
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
and yes I do in one tag. I copied and pasted thorians code
- Wed Aug 17, 2011 12:35 am
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
maybe I could just make a new table and query what to display
- Wed Aug 17, 2011 12:14 am
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
thanks tim. jack I was referring to how you would give each option a different name if. my option displays all creatures with one line..
- Tue Aug 16, 2011 10:31 pm
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
jack, I see what you mean. but if I list all the creatures with one command how do I give them a different name
- Tue Aug 16, 2011 9:37 pm
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
Re: question abou attack
I still get nothing. is there a similar open source script with this feature? I learn best by actually seeing it
- Tue Aug 16, 2011 8:48 pm
- Forum: Older Browser MMO Videos
- Topic: Quests help
- Replies: -1
- Views: 2897
Re: Quests help
you could select name from quest. and echo the column with row. and then make a quest info page and echo the rewards etc
- Tue Aug 16, 2011 8:33 pm
- Forum: Older Browser MMO Videos
- Topic: question abou attack
- Replies: -1
- Views: 4029
question abou attack
Im new. Went through the videos. Read user posts and came across thorians post about selecting monsters through a drop down menu. But after I made the code how do I fight the creatures submitted/selected it just shows the random monster in that location when I make a submit form to attack.php I want...