Author |
Message |
Cyphen02 Newbie
Joined: Aug 20 2005 Posts: 20 Offline
|
Posted: Sat Sep 23, 2006 10:47 am Post subject: Spawn time bot? |
 |
|
|
|
Hey, I need a bot plugin (TWcore or Mervbot, merv if you could tho)
that can::
Say the spawn time was 1 seconds (1s) and this person died without killing someone twice in a row, then the bot would raise his spawn time to 2s, and then the next time he dies twice in a row it will raise to 3s, so forth. And the way he lowers his spawn time, would be to kill 2 people without dying, and then it would be brought down by 1s.
Please reply or contact me in-game as Cyphen02 ^_- |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sat Sep 23, 2006 11:25 am Post subject: |
 |
|
|
|
I don't believe this is possible, not even with ASSS. A workarond could be just to have players spawn in a box and then warp them out into the real arena when the timer's up. _________________ 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 |
|
 |
The Cubbies Newbie
Joined: Sep 08 2006 Posts: 9 Offline
|
Posted: Sat Sep 23, 2006 11:55 am Post subject: |
 |
|
|
|
As far as I know the method Cyan suggested is the best one. If you do that, the rest of the plugin is pretty simple. |
|
Back to top |
|
 |
Cyphen02 Newbie
Joined: Aug 20 2005 Posts: 20 Offline
|
Posted: Sat Sep 23, 2006 3:18 pm Post subject: |
 |
|
|
|
Ok, heh I can't code bots and not very good with anything except staff handling/settings lol, so If I put a box for the people to spawn in, can someone help me with the plugin? |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sat Sep 23, 2006 6:24 pm Post subject: |
 |
|
|
|
It probably is possible in asss with per-player settings. As this sounds like an event it probably isn't worth converting the whole zone just for this. |
|
Back to top |
|
 |
Cyphen02 Newbie
Joined: Aug 20 2005 Posts: 20 Offline
|
Posted: Sat Sep 23, 2006 10:50 pm Post subject: |
 |
|
|
|
No, I would like to thave this in my pub map, not just for an event, but yeah it would be nice to switch to ASSS just for smong, because his zone SSCI PIRATES is <Da BoMb> |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sun Sep 24, 2006 5:04 pm Post subject: |
 |
|
|
|
Another possible (and ugly) alternative would be to have the spawn timer set to 1 second and then have the bot repeatedly kill them until their time is up. This is undesirable though and could introduce some other problems down the road.
Smong: the only thing I can think of happening is antideath-style invisible players if someone has their spawn time set higher than whoever just died. _________________
 |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Sun Sep 24, 2006 7:01 pm Post subject: |
 |
|
|
|
@D1st0rt
Hmm, I don't think that will happen.
I think the reason why players appear temporarily invisible is because of the protocol and the way packets can arrive out of order. For example a client may be told player x is dead, but then receive a delayed position packet for player x, what to do? What happens is the client will not draw any player that has died for 1 second. The client will restart drawing them when it starts receiving positions for player x again (positions aren't sent for dead players). I believe I explained all this in a previous post some time ago, but can't remember what thread it was in. So in conclusion the enterdelay setting is only used for yourself, and not for hiding other dead players.
Feel free to try and find a counter example. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sun Sep 24, 2006 10:34 pm Post subject: |
 |
|
|
|
I thought it just ignored drawing players that died until the spawn timer ran out, but what you said makes sense. |
|
Back to top |
|
 |
|