PvP and Quest System

Location of the Videos
Post Reply
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

PvP and Quest System

Post by vitinho444 »

Hey guys,
someone here knows how to make a PvP system and a quest system?


PS: I give credits.
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
ConceptDestiny
Posts: 261
Joined: Wed Apr 28, 2010 8:35 am

Re: PvP and Quest System

Post by ConceptDestiny »

I think there's already a rudimentary PvP system on some of halls source code. Why not check that out?
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: PvP and Quest System

Post 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
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
ConceptDestiny
Posts: 261
Joined: Wed Apr 28, 2010 8:35 am

Re: PvP and Quest System

Post 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?
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: PvP and Quest System

Post 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..?
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: PvP and Quest System

Post 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
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: PvP and Quest System

Post 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
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
Post Reply

Return to “Older Browser MMO Videos”