/block name
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
/block name
as i saw - command says that character was added to blocklist...but that character can whisper ....what wrong with it?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: /block name
Not a contribution, moved...
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: /block name
oh sorry..long night:) wrong thread.
so about a problem - anyone have it ?
i just have a couple reports about it, so i dont have time to look into the code to trace and check it.
so about a problem - anyone have it ?
i just have a couple reports about it, so i dont have time to look into the code to trace and check it.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- Ashitaka
- Posts: 96
- Joined: Thu Jul 12, 2007 4:04 am
- Location: Spain
Re: /block name
As i saw in the code, the blocking feature works in the following way:
Player A blocks Player B.
Now Player B can not talk to Player A. Message SystemMessageId.TARGET_IS_NOT_FOUND_IN_THE_GAME is send to Player B.
Player A can still talk with Player B.
Player A relogs.
Now Player B can whisp Player A again.
I don't know how it works on official servers, but that's how it works on L2J.
Player A blocks Player B.
Now Player B can not talk to Player A. Message SystemMessageId.TARGET_IS_NOT_FOUND_IN_THE_GAME is send to Player B.
Player A can still talk with Player B.
Player A relogs.
Now Player B can whisp Player A again.
I don't know how it works on official servers, but that's how it works on L2J.
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: /block name
yes, because its not saved to DB.
- Ashitaka
- Posts: 96
- Joined: Thu Jul 12, 2007 4:04 am
- Location: Spain
Re: /block name
Exactly.JIV wrote:yes, because its not saved to DB.
The fact is that i tried to reproduce the error mentioned in the first post and i couldn't, so i have to say that it works for me.
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: /block name
it become a huge problem about not working or working wrong of BASIC functions ...starts from C1
fall from height for example 
need to add db save in block command i think.


need to add db save in block command i think.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: /block name
guys, what if do the table of friends also for restricted(anti-friends) characters.
add a column friend_type and switch or diff strings like: friend, blocked, etc. Or like skills in items: friend; blocked;couple etc.
i think about that: can be friend at one time blocked? so you can see him in chat, his entering the world, but he cant write to yo but you could right to him...
add a column friend_type and switch or diff strings like: friend, blocked, etc. Or like skills in items: friend; blocked;couple etc.
i think about that: can be friend at one time blocked? so you can see him in chat, his entering the world, but he cant write to yo but you could right to him...
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!