New Stuck Addon ( 1.1 )
EKS
Join Date: 2002-11-01 Member: 2790Members
<div class="IPBDescription">For ClanMod</div> about :
This addon will move up (50) if the player says /stuck, used in Natural selection when you get stuck.
WHAT'S NEW
Version 1.1
- Will privat message anyone that says "stuck" and tell them to say /stuck if they are stuck
- Now moves player after 5 sec instead of 10 sec
I need feedback if moving the player "50" is enugh.
You can get ClanMod here: <a href='http://www.unitedadmins.com/clanmod' target='_blank'>http://www.unitedadmins.com/clanmod</a>
The orginal post is here: <a href='http://forums.unitedadmins.com/showthread.php?s=&threadid=19027' target='_blank'>http://forums.unitedadmins.com/showthread....&threadid=19027</a>
This addon will move up (50) if the player says /stuck, used in Natural selection when you get stuck.
WHAT'S NEW
Version 1.1
- Will privat message anyone that says "stuck" and tell them to say /stuck if they are stuck
- Now moves player after 5 sec instead of 10 sec
I need feedback if moving the player "50" is enugh.
You can get ClanMod here: <a href='http://www.unitedadmins.com/clanmod' target='_blank'>http://www.unitedadmins.com/clanmod</a>
The orginal post is here: <a href='http://forums.unitedadmins.com/showthread.php?s=&threadid=19027' target='_blank'>http://forums.unitedadmins.com/showthread....&threadid=19027</a>
Comments
Like the AMX version better that teleports you to closest team mate that isnt in combat.
that doesn't get you unstuck so to speak....getting unstuck would involve keeping you alive...if you and just gone onos or a fade and got stuck because of whatever.
But here is the bets example were it worked great on my server:
ns_eclipse-
Marine base being thrashed....so we move to maintence hive. on the 2nd level below the hive is were we put the respawns....one respawn falls through the gratting and lands on the pipes. marines still spawn, but are stuck. Wouldn't it be redundent if they killed themselves?
How would you add this to halfd cracker?
The best advise for getting unstuck works if your a gorge you just build a movement chamber somewhere next to you or even on top of you and then just go through it, just dont do that unless you have a second hive <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' valign='absmiddle' alt='smile.gif'><!--endemo--> If your any other alien call for help and **obscenity** a gorge to build a movement next to you. You'll be surprised at the range a movement chamber has.
You have to wait 5 sec. before you get teleported. And there is a colored message saying the server is teleporting you. So if you going to try too cheat with it you would get noticed.
How would you add this to halfd cracker?<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
$ grep halfbot halfd.cfg
# If you enable this, you'll need to create a <b>"halfbot.cfg"</b> file in $HLDIR/<mod>
# You can also create "halfbot_map.cfg" files in $HLDIR/<mod>. These allow for
halfbot=1
halfbotmax=20
halfbotprefix= '"_
$cat halfbot.cfg
slap me=Whatever you say, %N!%BC:admin_command admin_slap %W
unstuck=Unsticking %N.%BC:admin_command admin_unbury %W
CS rocks=Hahaha! %BC:admin_command admin_slay %W
who is admin= |COA| Cracker Jack Mack
%W WonID
%N is the player name
%B is a break
C is a command to be run
The are regular expressions, so if you "!@#$%^&*()" make sure yoiu break it with a <b>\</b> . (thats in the cfg file, rtfm)
tada!
hope i covered enough.
your post is stupid and meaningless....don't post unless you have something to add please.
(not the one that warps you to the nearest friendly player)
if you have another 'cm_task' added to cm_tasklist like for example this:
cm_task 5 "cm_say @@@@ doh" snru
After this above task has been executed and cleared from tasklist, the stuck_addon fails to execute.
"NSPlayer<331><246799><marine1team>" say "/stuck"
cm_task 10 "cm_moveplayer &name& 00 00 25 p" snru . After 10 seconds...
[CLANMOD] cm_moveplayer: Error: bad command usage. Read
the ClanMod manual.
I made the stuck addon without cm_task for my server and no more errors..it seems the original script doesnt like other cm_tasks very much. Sometimes its not able to unstuck because they get stuck too hard, but most of the times it works.