Author Topic: Clan/Guild Help  (Read 726 times)

Offline Hawkins

  • Level 7
  • *
  • Posts: 35
  • Reputation: +0/-0
    • View Profile
    • Indie Resource
Clan/Guild Help
« on: March 08, 2010, 09:04:26 PM »
I am working on a game Outbreak MMO and it will have clan support and clan tourneys and challenges and such but the problem is I need help because I don't have a good foothold on how to do it. I am an average PHP HTML and JavaScript developer yet I can't seem to figure this out, any help?

Offline Sagefire135

  • Level 14
  • *
  • Posts: 107
  • Reputation: +2/-0
    • View Profile
Re: Clan/Guild Help
« Reply #1 on: March 08, 2010, 10:26:30 PM »
You probably need to give some more info about what you want to do. how do you want the tourny to work exactly?

Offline Hawkins

  • Level 7
  • *
  • Posts: 35
  • Reputation: +0/-0
    • View Profile
    • Indie Resource
Re: Clan/Guild Help
« Reply #2 on: March 09, 2010, 04:37:36 PM »
well he tournaments are not pvp it's based on zombie kills and super zombie kills (zombie kills that will give you clan points to upgrade your clan) and I just need database and scripting help on how to do that. I have a clan table in my db and I have clan points and zombie and super zombie kills and I have the code in my combat.php
if($zombiehp<0)
{
$playerstats['zombiekills'] + 1
}
and I have the super zombie one under production and will ask questions when needed

Offline tokyoinflames1

  • Level 4
  • *
  • Posts: 11
  • Reputation: +0/-0
    • View Profile
Re: Clan/Guild Help
« Reply #3 on: April 21, 2010, 07:47:28 PM »
I don't get what you're asking here.  Are you asking how you would add people to the guild or are you asking how you would update stats within the guild DB?

Offline -fedexer-

  • Level 5
  • *
  • Posts: 17
  • Reputation: +0/-0
    • View Profile
Re: Clan/Guild Help
« Reply #4 on: April 23, 2010, 01:44:08 AM »
well he tournaments are not pvp it's based on zombie kills and super zombie kills (zombie kills that will give you clan points to upgrade your clan) and I just need database and scripting help on how to do that. I have a clan table in my db and I have clan points and zombie and super zombie kills and I have the code in my combat.php
if($zombiehp<0)
{
$playerstats['zombiekills'] + 1
}
and I have the super zombie one under production and will ask questions when needed

I just want to jump in and say maybe you should consider:
if($zombiehp <= 0)

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal