Jump to content
  • 0

Hall Of Fame / Flux CP


Question

Posted (edited)

i want to know how can i make this work and if u guys could help me :)

pvpleader.png

the guild ranking is working fine but the pvp ranking not... any help <3?

-----------------------------------------------------------------------------------------------------------------------------

PROBLEM FIXED~...

untitl123ed.png

i did it by myself so i wont give any credits ^^ thanks...

Edited by animous

7 answers to this question

Recommended Posts

  • 0
Posted

what sql command is for creating correct table pvpladder is?

for that top fluxcp:

 $sqlpvp  = "SELECT pvpladder.name AS char_name, pvpladder.kills AS kills, pvpladder.deaths AS deaths, char.char_id, char.class AS bclass, login.sex, guild.name as gname 
                    FROM pvpladder
                    LEFT JOIN  `char` ON pvpladder.char_id = char.char_id
                    LEFT JOIN  `login` ON char.account_id = login.account_id
                    LEFT JOIN  `guild` ON char.guild_id = guild.guild_id
                    ORDER BY kills DESC 
                    LIMIT 1";

Posted

You really have that tables? o.o? (table: pvpladder )

schema (vpladder.name, pvpladder.kills, pvpladder.deaths, char.char_id, char.class , login.sex, guild.name)

Something you can do is try your sql query in a database manager (like navicat or heidi) and see where is your problem

Posted

Hmm open a db manager, create the table pvpladder

THen inside the db schema create each field ._. and tahts all,

Remember that you have to get from the game that values, so maybe you need to make a src mod or a good script for that n_n ~

Posted (edited)

please somebody close it :) i make this Work Fine now .. thanks you for the "support"..

@Aisha Thank you so much for tips ... <3

Edited by animous
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...