Page 1 of 1

PvP and Quest System

Posted: Tue Apr 12, 2011 8:12 pm
by vitinho444
Hey guys,
someone here knows how to make a PvP system and a quest system?


PS: I give credits.

Re: PvP and Quest System

Posted: Tue Apr 12, 2011 9:08 pm
by ConceptDestiny
I think there's already a rudimentary PvP system on some of halls source code. Why not check that out?

Re: PvP and Quest System

Posted: Wed Apr 13, 2011 10:24 am
by vitinho444
ok i will , are u talking about seiing the most advanced movies or checking the REVAMP?

wHILE i was asleep (i kinda do these things xD) i thinked in a easy way to make a nice Offline / Online (More hard but same way easy) PvP System.

I will work on it and soon i will post here

just one more thing.. to the Online Method work i need to make a session controller in the DB so i can make this:

Code: Select all

$pid = $playerinfo['id'];
$playerlevel = $playerinfo['level'];
$var1="SELECT * from players where online=1, level <='$playerlevel' AND id!=$pid;
THEN THE QUERY HERE AND STUFF
the online=1 its not a var, its a item on Players DB

PS: what you thinked about the code? did u liked ?xD

Re: PvP and Quest System

Posted: Wed Apr 13, 2011 11:56 am
by ConceptDestiny
vitinho444 wrote:ok i will , are u talking about seiing the most advanced movies or checking the REVAMP?

wHILE i was asleep (i kinda do these things xD) i thinked in a easy way to make a nice Offline / Online (More hard but same way easy) PvP System.

I will work on it and soon i will post here

just one more thing.. to the Online Method work i need to make a session controller in the DB so i can make this:

Code: Select all

$pid = $playerinfo['id'];
$playerlevel = $playerinfo['level'];
$var1="SELECT * from players where online=1, level <='$playerlevel' AND id!=$pid;
THEN THE QUERY HERE AND STUFF
the online=1 its not a var, its a item on Players DB

PS: what you thinked about the code? did u liked ?xD
Sounds like you have the right idea. :) I'm assuming the formatting of your query is just rough though, right? :P

Are you going to integrate a map system into your game?

Re: PvP and Quest System

Posted: Wed Apr 13, 2011 1:03 pm
by vitinho444
yes my "slogan" is "make simple but hard!"

yes i was thinking making a map but how to make like one image with the locations and stuff, and then each city in the image have a hyperlink..?

Re: PvP and Quest System

Posted: Wed Apr 13, 2011 2:02 pm
by hallsofvallhalla
check out my other games, they have much of what you are looking for

http://indie-resource.com/forums/viewforum.php?f=70

Re: PvP and Quest System

Posted: Wed Apr 13, 2011 3:08 pm
by vitinho444
hey halls!

i checked and i will download the urban realms for checking the codes and stuff, i already have a credits to indie-resource.com. xD