Lineage 2 Tower Forum

Full Version: Exporting party list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We are playing on a H5 server and we are a PvE clan.
Since we use the DKP system it would be much easier if there was an option to export the party member names in order to track activity.

Is something like this possible?

For example:
Command Channel party leader 1: XXX (Class)
CC Party members: yyy (Class),zzz (Class),ccc (Class),bbb (Class),aaa (Class)
Command Channel party leader 2: kkk (Class)
CC Party members: ppp (Class),qqq (Class),ttt (Class),rrr (Class),sss (Class)

Thank you in advance,
MoDuL.
Make your script
(11-25-2013 09:18 AM)Botter100 Wrote: [ -> ]Make your script

Wow this is an amazing thought, NOT.

If i knew how to write lua i would do that.
I've not been in a CC for a while, so I don't recall what information is available. If in-game, you're able to see a list of who is in each party, then essentially, yes, it is possible.

However, there isn't a native function to access a command channel (to my knowledge), you would have to build the packets to be sent to request the information and parse the response packet(s) yourself.

I wouldn't hold my breath if you expect someone else to write it for you, there's not much of a demand for this type of script. If I were you, I'd brush up on my Lua scripting skills (http://www.lua.org/manual/5.2/) and then look into L2Tower's PacketReader and PacketBuilder classes.
Reference URL's