Welcome to the RaGEZONE - MMORPG development forums.

Add Nature and Natars top 10

This is a discussion on Add Nature and Natars top 10 within the Travian forums, part of the MMO and MMORPG Developments category; How to add the nature and Natar player to top 10?...

Results 1 to 6 of 6
  1. #1
    Working in iZariam v0.1.0
    Rank
    Member +
    Join Date
    Feb 2011
    Location
    Picassent, Spai
    Posts
    1,126
    Liked
    103
    Gamertag: ZZJHONS

    Support Add Nature and Natars top 10

    Click
    How to add the nature and Natar player to top 10?


  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2009
    Location
    in a php buket
    Posts
    829
    Liked
    506

    Re: Add Nature and Natars top 10

    you need to allow admin in ranks and ten remove if id cluse in querys in top 10

  3. #3
    Working in iZariam v0.1.0
    Rank
    Member +
    Join Date
    Feb 2011
    Location
    Picassent, Spai
    Posts
    1,126
    Liked
    103
    Gamertag: ZZJHONS

    Re: Add Nature and Natars top 10

    This:
    PHP Code:
    $result mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE access<".(INCLUDE_ADMIN?"10":"8")." AND id > 3 AND tribe<=3 ORDER BY ap DESC Limit 10"); 
    to this
    PHP Code:
    $result mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE access<".(INCLUDE_ADMIN?"10":"8")." AND id > 3 AND tribe<=5 ORDER BY ap DESC Limit 10"); 

  4. #4
    Member
    Rank
    Member
    Join Date
    Oct 2011
    Posts
    61
    Liked
    7

    Re: Add Nature and Natars top 10

    Quote Originally Posted by ZZJHONS View Post
    This:
    PHP Code:
    $result mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE access<".(INCLUDE_ADMIN?"10":"8")." AND id > 3 AND tribe<=3 ORDER BY ap DESC Limit 10"); 
    to this
    PHP Code:
    $result mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE access<".(INCLUDE_ADMIN?"10":"8")." AND id > 3 AND tribe<=5 ORDER BY ap DESC Limit 10"); 
    what is this file..?

  5. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2009
    Location
    in a php buket
    Posts
    829
    Liked
    506

    Re: Add Nature and Natars top 10

    nope right query wrong attempt buddy

  6. #6
    Working in iZariam v0.1.0
    Rank
    Member +
    Join Date
    Feb 2011
    Location
    Picassent, Spai
    Posts
    1,126
    Liked
    103
    Gamertag: ZZJHONS

    Re: Add Nature and Natars top 10

    But it works

    The file is Templates/Ranking/players_top10.tpl

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •