if player strings?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
AstroGlide
Posts: 36
Joined: Sat Jul 17, 2010 1:35 am

if player strings?

Post by AstroGlide »

L2J Revision 4423 :
L2JDP Revision 7669:

Hi, yes I'm a major noob to java, I can never figure out what string to put, for example I'm trying to make a certain item not usable in an Death match event I have.
Where can I find these 'strings' like (if player.getName, if player.getLevel, etc..)
Is there a list of them somewhere, or do I just have to know them off hand? I know i'm noob, don't have to remind me .
Yes i'm trying to edit this in a __init__.py file...
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

Re: if player strings?

Post by Naonah »

this forum is not for ppl who dont have even basic knowledge in java, sry
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: if player strings?

Post by SolidSnake »

Who is pro in java without study it ? :D Search in the forum some code, see it and try to learn something. Then start to make what you want by yourself and ask to us how to solve your errors :wink:
Image
User avatar
J0Y
Posts: 73
Joined: Wed Dec 31, 2008 6:22 pm

Re: if player strings?

Post by J0Y »

^what he said
AstroGlide
Posts: 36
Joined: Sat Jul 17, 2010 1:35 am

Re: if player strings?

Post by AstroGlide »

Oh, sorry, I didn't know I couldn't start from the bottom, like most things in life. Sorry for my stupidity.
Post Reply