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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
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.