[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
NoX Forum • View topic - Q. how i can use whisper to user in game?
Page 1 of 3

Q. how i can use whisper to user in game?

PostPosted: Mon Oct 16, 2017 7:11 am
by panic
Q. how i can use whisper to user in game?

nox server was support that user find and call to other user in lobby.

but, whisper function can't use in game.
it is can use only in lobby.

Is there another way about this issue?

Re: Q. how i can use whisper to user in game?

PostPosted: Tue Oct 17, 2017 1:01 am
by kitty
It cannot be done while you are in game through the game itself.

I believe there used to be a website that had the feature but I cannot find it.

I have written a program to do this before but have since lost it. Really not that difficult though, establish a connection and send the packet: "PAGE kitty :Hello!" + CHAR(0D) + CHAR(0A)

I may write the program again if I find time to.

Re: Q. how i can use whisper to user in game?

PostPosted: Tue Oct 17, 2017 2:55 am
by panic
wow, please give me a your program!

i need it

Re: Q. how i can use whisper to user in game?

PostPosted: Tue Oct 24, 2017 2:14 am
by kitty
Writing one now. I'll let you know when I'm finished.

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 2:52 am
by kitty

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 3:16 am
by panic
wow. thank you!

Do you always have to open the server?

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 3:22 am
by kitty

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 4:42 am
by panic
wow,

Does it support Unicode messages?

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 6:47 am
by panic
can you make it that send message to all users in server?

Does the program randomly number?

number mean is id number.

"pages" + number

Re: Q. how i can use whisper to user in game?

PostPosted: Wed Oct 25, 2017 8:08 pm
by kitty