animous Posted January 24, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 07/27/12 Last Seen: February 17, 2023 Share Posted January 24, 2013 (edited) i want to know how can i make this work and if u guys could help me the guild ranking is working fine but the pvp ranking not... any help <3? ----------------------------------------------------------------------------------------------------------------------------- PROBLEM FIXED~... i did it by myself so i wont give any credits ^^ thanks... Edited January 28, 2013 by animous Link to comment Share on other sites More sharing options...
0 ReSp Posted October 5, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 10/23/15 Last Seen: 1 hour ago Share Posted October 5, 2017 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"; Link to comment Share on other sites More sharing options...
technoriot01 Posted January 25, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 38 Reputation: 1 Joined: 01/01/13 Last Seen: May 10, 2013 Share Posted January 25, 2013 have this problem too. hope someone can help us both. Link to comment Share on other sites More sharing options...
animous Posted January 25, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 07/27/12 Last Seen: February 17, 2023 Author Share Posted January 25, 2013 i think nobody will answer us xD!~ damn.. theres not a WebDeveloper here? Link to comment Share on other sites More sharing options...
Nana Posted January 25, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 118 Reputation: 6 Joined: 12/20/12 Last Seen: November 10, 2014 Share Posted January 25, 2013 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 Link to comment Share on other sites More sharing options...
animous Posted January 25, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 07/27/12 Last Seen: February 17, 2023 Author Share Posted January 25, 2013 no i dont , thats why im looking for help :/ Link to comment Share on other sites More sharing options...
Nana Posted January 26, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 118 Reputation: 6 Joined: 12/20/12 Last Seen: November 10, 2014 Share Posted January 26, 2013 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 ~ Link to comment Share on other sites More sharing options...
animous Posted January 26, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 07/27/12 Last Seen: February 17, 2023 Author Share Posted January 26, 2013 (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 January 26, 2013 by animous Link to comment Share on other sites More sharing options...
Question
animous
i want to know how can i make this work and if u guys could help me
the guild ranking is working fine but the pvp ranking not... any help <3?
-----------------------------------------------------------------------------------------------------------------------------
PROBLEM FIXED~...
i did it by myself so i wont give any credits ^^ thanks...
Edited by animousLink to comment
Share on other sites
7 answers to this question
Recommended Posts