Search found 64 matches

by GrInd3r
Fri Dec 25, 2009 6:07 am
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

Right I changed it... so im trying to think here.. that wasnt updating the rows.. could I just populate the creatures database randomly and have there x and y stored in there and just read it from the map... im very confusedddddddddddddddddddddddddd
by GrInd3r
Wed Dec 23, 2009 3:32 am
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

this damn thing just wont update.... ////////////////////////Creature is dead delete then re add to database $mapcrsql="SELECT * FROM map WHERE mapr='". $_SESSION['mapr'] ."' AND mapc='". $_SESSION['mapc'] ."' LIMIT 1"; $mapcr_result=mysql_query($mapcrsql) or die("...
by GrInd3r
Wed Dec 23, 2009 1:37 am
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

well you can use echo "". $var=[var] .""; its the same just highlights the code. like this awesomely cool sql join from a old game <?php $sql5="SELECT mitem.sid, mitem.name, mitem.type, muser.username, muser.slot1 FROM mitem inner join muser on mitem.sid = muser.slot1 WHERE ...
by GrInd3r
Tue Dec 22, 2009 11:54 pm
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

////////////////////////Creature is dead delete then re add to database $mapcrsql="SELECT * FROM map WHERE mapr='". $_SESSION['mapr'] ."' AND mapc='". $_SESSION['mapc'] ."' LIMIT 1"; $mapcr_result=mysql_query($mapcrsql) or die("<br>Could not get creature informati...
by GrInd3r
Tue Dec 22, 2009 8:29 pm
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

right but wont that delete the whole row??

I just want to update the crname and crhp to say blank or 0
by GrInd3r
Tue Dec 22, 2009 8:18 pm
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Re: Attacking mob on map

I was thinking this $crmaxhp=$creatureinfo3['maxhpoints']; $updatecreature="UPDATE map SET crhp=0 WHERE mapr='$mapinfo3[mapr]' AND mapc='$mapinfo3[mapc]' limit 1"; mysql_query($updatecreature) or die("Could not update creature"); but im thinking that could possible work so would ...
by GrInd3r
Tue Dec 22, 2009 8:10 pm
Forum: Older Browser MMO Videos
Topic: Attacking mob on map
Replies: 12
Views: 7754

Attacking mob on map

Ok so I made it so that battle arena no longer exist and its mob's on the map instead.. I am trying to figure out is

if the mob is attacked then killed it should be erased and re spawned some where else.. how will I go about doing this in the attack.php page?
by GrInd3r
Tue Dec 22, 2009 8:07 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video#6a and 6b
Replies: 48
Views: 40627

Re: Video#6a and 6b

ok well.. if a mob or (monster) is higher then you. you will want to give the user less exp. that way they cant abuse the system and get the 30 exp from a mod that is 5 - 10 level's lower then them. the higher the level the lower the exp you want to give the player from that mob
by GrInd3r
Tue Dec 22, 2009 7:35 pm
Forum: Older Browser MMO Videos
Topic: Browser MMO Video #5
Replies: 348
Views: 1083303

Re: Video#5

shouldn't the $creature= $_GET['player'] should be $creature = $playerinfo3['creature'] unless you are doing something on the lines of PVP??
by GrInd3r
Tue Dec 22, 2009 1:36 am
Forum: Older Browser MMO Videos
Topic: Browser MMO Video #5
Replies: 348
Views: 1083303

Re: Video#5

then ur not doing ur md5 right as they said make sure it is 32++ try 255 as the field size... and that is max. google md5 or hashing or sha as well there are more secure ways nowe with the new apache server that has come out that are more better and encrypted better!!!

Go to advanced search