Author |
Message |
Dzy Guest
Offline
|
Posted: Wed May 14, 2003 11:53 am Post subject: Bridge 5.0 DLL Question |
 |
|
|
|
I'm making a program for a bot, through the bridge 5.0 DLL, in Delphi. I can send 'PUBLIC' messages, i can send 'PUBLIC' commands, i can send 'PRIVATE' messages but when i try to send a 'PRIVATE' command, it just says that command to that player.... maybe it is because of thta /n/0 but I don't think so, because that does work with the 'PUBLIC' commands... anyone any idea? |
|
Back to top |
|
 |
k0zy Server Help Squatter

Gender: Joined: Jan 11 2003 Posts: 571 Location: Germany Offline
|
Posted: Wed May 14, 2003 12:45 pm Post subject: |
 |
|
|
|
Sending priv-commands simply doesnt work
Same here
Anyway, how did you send the \n\0?
I did it like #13#0...
And i connected the bridge.dll over to icq
Means you can send messages into the ss-zone over icq, thats fun...
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... |
|
Back to top |
|
 |
Dzy Labram Newbie

Gender: Joined: May 11 2003 Posts: 13 Offline
|
Posted: Wed May 14, 2003 2:18 pm Post subject: |
 |
|
|
|
Hmm, is there any way I can use something else...? I NEED to use it, because else I can't make a good bot, because I can't even use *setship, *setfreq. |
|
Back to top |
|
 |
k0zy Server Help Squatter

Gender: Joined: Jan 11 2003 Posts: 571 Location: Germany Offline
|
Posted: Wed May 14, 2003 4:32 pm Post subject: |
 |
|
|
|
maybe you learn c++?
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... |
|
Back to top |
|
 |
dzy Guest
Offline
|
Posted: Thu May 15, 2003 5:38 am Post subject: |
 |
|
|
|
AAAHHHH, I can C++, but I hate it, and i thought this was a good alternative for C++, to use Delphi, but this won't work this way too...  |
|
Back to top |
|
 |
Dzy Labram Newbie

Gender: Joined: May 11 2003 Posts: 13 Offline
|
Posted: Thu May 15, 2003 2:50 pm Post subject: |
 |
|
|
|
It's #13+#10+#0 |
|
Back to top |
|
 |
k0zy Server Help Squatter

Gender: Joined: Jan 11 2003 Posts: 571 Location: Germany Offline
|
Posted: Fri May 16, 2003 6:24 am Post subject: |
 |
|
|
|
What is #10????
And what has it to do with \n\0???
\n = #13
\0 = #0
so: #13#0
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sat May 17, 2003 1:00 pm Post subject: |
 |
|
|
|
Maybe CRLF is #13+#10 |
|
Back to top |
|
 |
k0zy Server Help Squatter

Gender: Joined: Jan 11 2003 Posts: 571 Location: Germany Offline
|
Posted: Sat May 17, 2003 3:15 pm Post subject: |
 |
|
|
|
Smong wrote: | Maybe CRLF is #13+#10 |
That's right...
Bob Dole.. Bob Dole... Bob Dole...... bob dole.... bob... dole.... |
|
Back to top |
|
 |
|