well actually i want to do something like this ;) :
all you know for example that in navicat at characters tables there is onlineTime or online something like this, that it's an integer (or long , dont know , don't have sense ) .Well in interlude L2J there is not any method like: getPlayerFullTimeOnline() .. so how can i take the onlinetime's value from navicat to make it as a method to read it ?
for example:
if(activeChar.getOnlineTime() < 5000)
{
activeChar.sendMessage("you can't trade if you are not at least 1 hour online");
}
Can anyone explain me and do this example(only with the variable)?It will help me a lot.
to understand more: like isNoble() that's read true or false from navicat..
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.
I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system?
I don't know what files I would have to touch.
Thanks!!
Hello everyone,
Given that he has lots of different projects but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project is the best choice?
For a server that can be custom and which can be suitable for a classic x10 server and an x1000 server for example?
L2J
Or we ideally have the source, in order to be able to add the farming systems, weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Hello everyone,
Given that he has lots of different projects
but no concrete opinions..
I pose my request here.
Which serious Lineage2 HighFive project/emulator
is the best choice?
For a server that can be custom and
which can be suitable for a classic x10 server
and an x1000 server for example?
L2Java ideally
Or we ideally have the source,
in order to be able to add the farming systems,
weapons and armor, npc...
Free or paid, it doesn't matter.
THANKS
Question
KOZANE
well actually i want to do something like this ;) :
all you know for example that in navicat at characters tables there is onlineTime or online something like this, that it's an integer (or long , dont know , don't have sense ) .Well in interlude L2J there is not any method like: getPlayerFullTimeOnline() .. so how can i take the onlinetime's value from navicat to make it as a method to read it ?
for example:
if(activeChar.getOnlineTime() < 5000)
{
activeChar.sendMessage("you can't trade if you are not at least 1 hour online");
}
Can anyone explain me and do this example(only with the variable)?It will help me a lot.
to understand more: like isNoble() that's read true or false from navicat..
4 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.