Author |
Message |
wEaViL Don't make me turn this forum around!

Age:45 Gender: Joined: Feb 17 2003 Posts: 829 Location: nc usa Offline
|
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Wed Mar 29, 2006 8:41 am Post subject: |
 |
|
|
|
Did you want Warp3 to send that private message? _________________ ss news  |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Wed Mar 29, 2006 3:43 pm Post subject: |
 |
|
|
|
Use ASSS. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
wEaViL Don't make me turn this forum around!

Age:45 Gender: Joined: Feb 17 2003 Posts: 829 Location: nc usa Offline
|
Posted: Wed Mar 29, 2006 10:11 pm Post subject: |
 |
|
|
|
ASSS did nothing but crash :/
Im not worried about the messages right now since warps 1, 2, and 3 do not warp anyone but 0 does. |
|
Back to top |
|
 |
wEaViL Don't make me turn this forum around!

Age:45 Gender: Joined: Feb 17 2003 Posts: 829 Location: nc usa Offline
|
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Thu Mar 30, 2006 12:09 am Post subject: |
 |
|
|
|
Sorry if I'm being stupid, but it looks kinda obvious... don't you need a privAction per section, rather than putting them all at the bottom? _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
wEaViL Don't make me turn this forum around!

Age:45 Gender: Joined: Feb 17 2003 Posts: 829 Location: nc usa Offline
|
Posted: Thu Mar 30, 2006 12:28 am Post subject: |
 |
|
|
|
Not sure... the technical documentation in this plugin sucked... the readme barely said anything about setting it up and the warps.ini had little to no comments about exactly how to do it. I'll see if that works though... didn't even cross my mind lol
EDIT... Dam brain you smart lol Yeah that fixed it... can't believe I didn't even think about that. I'll blame all the work i've been doing lately for it  |
|
Back to top |
|
 |
BDwinsAlt Agurus's Posse

Age:34 Gender: Joined: Jun 16 2003 Posts: 1145 Location: Alabama Offline
|
Posted: Thu Mar 30, 2006 7:15 pm Post subject: |
 |
|
|
|
LOL! Just so you know, when programming and doing w/e, you always put what you want to happen with everything else that it belongs with.
So if you want to make the bot say "BDwinsAlt is so sexy!"
DO NOT do this:
public void sexymsg(String name, String msg){
}
m_botAction.sendPrivateMessage( name, "BDwinsAlt is so sexy!" );
|
DO this
public void sexymsg(String name, String msg){
m_botAction.sendPrivateMessage(name, "BDwinsAlt is so sexy!");
}
|
I hope that helps some. Put the stuff that happens with tm_mer, or in this case warp, with the section you want it to happen in. I know you figured it out now. I just want to make sure you understand why. |
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Mar 30, 2006 7:43 pm Post subject: |
 |
|
|
|
I don't think that'll help a non-programmer, especially since he requested help with an INI file...
Oh yeah, Java sucks.  |
|
Back to top |
|
 |
Hookerella89 Guest
Offline
|
Posted: Thu Mar 30, 2006 8:28 pm Post subject: |
 |
|
|
|
Purge+ wrote: | I don't think that'll help a non-programmer, especially since he requested help with an INI file...
Oh yeah, Java sucks.  |
Only when you suck. Java rocks. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Fri Mar 31, 2006 3:49 pm Post subject: |
 |
|
|
|
Java sucks processor cycles. |
|
Back to top |
|
 |
Muskrat Server Help Squatter

Age:38 Joined: Aug 24 2004 Posts: 829 Location: Swamp Offline
|
Posted: Fri Mar 31, 2006 5:23 pm Post subject: |
 |
|
|
|
And think of all the poor ethiopian children whose processor cycles you are wasting. Do you really not have any to spare cyan? |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Fri Mar 31, 2006 6:54 pm Post subject: |
 |
|
|
|
wEaViL wrote: | didn't even cross my mind | You also didn't say how you got the warps working or why they didn't seem to be working originally. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Fri Mar 31, 2006 8:26 pm Post subject: |
 |
|
|
|
Cyan~Fire wrote: | Java sucks processor cycles. |
Better than sucking brain cycles. |
|
Back to top |
|
 |
wEaViL Don't make me turn this forum around!

Age:45 Gender: Joined: Feb 17 2003 Posts: 829 Location: nc usa Offline
|
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sat Apr 01, 2006 6:17 am Post subject: |
 |
|
|
|
So in conclusion after staring hard at all 3 ini's you posted the warps did work, only the messages didn't.
I suspect where you have PubAction3 in Warp3, that is supposed to be PubAction0. (Reason: There's a number so you can have 10 different public actions for one warp. Each action must have a unqiue name for it to work with the windows ini reader. So simply putting "PrivAction=%name% Prepare to FIGHT" 10 times wouldn't send the message 10 times). |
|
Back to top |
|
 |
|