Page 1 of 1

[Help]How to load a character with its ID?

Posted: Thu Apr 04, 2013 9:12 am
by kariolis
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

As title says, i got a database statement like "SELECT charId from characters". How i could take now L2PcInstance with this ID?

Re: [Help]How to load a character with its ID?

Posted: Thu Apr 04, 2013 10:42 am
by xban1x
L2World.getInstance().getPlayer.... You will find it there, cant give exact method since im on my phone, i hope i helped

Re: [Help]How to load a character with its ID?

Posted: Sat Apr 06, 2013 8:08 pm
by kariolis
thanks