FunKermaN Posted February 13, 2016 Posted February 13, 2016 (edited) Hello guys i cant found from where get the commands the characters table ... example for access_levels table is "com.l2jfrozen.gameserver.datatables.AccessLevel.java" Edited February 13, 2016 by FunKermaN Quote
0 SweeTs Posted February 13, 2016 Posted February 13, 2016 (edited) What? What are you exactly searching for? Edited February 13, 2016 by SweeTs Quote
0 FunKermaN Posted February 13, 2016 Author Posted February 13, 2016 What? What are you exactly searching for? i want to take the kills from the table characters in database but i don't know the link ... Quote
0 SweeTs Posted February 13, 2016 Posted February 13, 2016 And what's the point taking it from db? What are you trying to do.. Normally to get pvp kills you use player.getPvPKills(); Quote
0 FunKermaN Posted February 13, 2016 Author Posted February 13, 2016 And what's the point taking it from db? What are you trying to do.. Normally to get pvp kills you use player.getPvPKills(); i want to use at the community board top 15 pvp Quote
0 xxdem Posted February 13, 2016 Posted February 13, 2016 SELECT char_name, pvpkills FROM characters WHERE accesslevel=0 ORDER BY pvpkills DESC LIMIT 0,20; Quote
Question
FunKermaN
Hello guys i cant found from where get the commands the characters table ...
example for access_levels table is "com.l2jfrozen.gameserver.datatables.AccessLevel.java"
Edited by FunKermaN5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.