Hey everyone.
I'm trying to add such functionality to my custom server. I want a list of all players who have raid points and who are in one of the kabals.
I have found that RaidBossPointsManager.getRankList() returns a map of charObjIds of all the players with raid boss points. That is a nice start. However now I want to get Kabal according to charObjId.
SevenSigns.getInstance().getPlayerCabal() accepts L2PcInstance, so I am unable to get kabal of offline players. Should I maybe use L2PcInstance.createDummyPlayer() here? Is there a way to do that without using SQL query?
Thanks for help.
Seven Signs status of offline players
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 110
- Joined: Sun Oct 08, 2006 4:22 pm
Re: Seven Signs status of offline players
you just need to make a new function to get the data using objid instead of player, since the list in which the player data gets stored is done by objectid and nothing else....
meaglin
meaglin
Wasabi2k a.k.a. Meaglin.
Support my work:
Skills Documentation(wiki)
Custom NpcSkills Table( [4000] commited! )
Simple Bugfix
Conditions Cleanup
Community Board Cleanup
Support my work:
Skills Documentation(wiki)
Custom NpcSkills Table( [4000] commited! )
Simple Bugfix
Conditions Cleanup
Community Board Cleanup
-
- Posts: 33
- Joined: Sat Sep 26, 2009 10:37 am