Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

[TF2] Effects (spells & canteen & buildings)


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
Brak odpowiedzi do tego tematu

#1 Adminek AMXX.PL

    Admin :)

  • Bot

Reputacja: 156
Profesjonalista

  • Postów:7 489
  • Lokalizacja:AMXX.PL
Offline

Napisano 24.11.2013 17:25

<!-- BEGIN TEMPLATE: postbit_external -->
<div><font size="1">This is continuation of «spells.sp» from here <a href="https://forums.allie...ad.php?t=228982" target="_blank">https://forums.allie...2</a></font><br /><br /><b>Description:</b><br />Allows players to use cool stuff. See list bellow. Plugin was designed for fun and MvM servers. Canteen charges work for 15 seconds - it's hardcoded at this moment. After connection to server or usage of the effect player must wait to use it again - this specified by cvar's below (by default wait time is 60 seconds for any effect - recommend to change it).<br /><br /><b>List of effects:</b><br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><u>Spells:</u><b><br />transpose</b> - Transpose <br /><b>fireball</b> - Fireball <br /><b>bats</b> - Bats <br /><b>lightning</b> - Lightning<br /><b>skeleton</b> - Skeleton <br /><b>monoculus</b> - Monoculus <br /><b>meteors</b> - Meteor Shower <br /><u>Canteen:</u><br /><b>uber</b> - Uber Charge <br /><b>crit</b> - Critical Charge <br /><b>regen</b> - Refill Ammo and Health <br /><b>cloak</b> - Cloak <br /><b>base</b> - Teleport to the Base <br /><b>speed</b> - Speed-up <br /><b>heal</b> - Add Health<br /><u>Build:</u><br /><b>sentry1</b> - Build Sentry Level 1<br /><b>sentry2</b> - Build Sentry Level 2 <br /><b>sentry3</b> - Build Sentry Level 3 <br /><b>sentrymini</b> - Build Sentry Mini <br /><b>disp</b> - Build Dispenser <br /><b>killaim</b> - Destroy Building at Aim <br /><b>killbuild</b> - Destroy All Buildings</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>Console commands:</b><br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><b>sm_spell</b> or <b>sm_spells</b> - show spells menu<br /><b>sm_canteen</b> - show canteen menu<br /><b>sm_build</b> - show building menu<br /><b>sm_effect</b> or <b>sm_effects</b> - show main menu with commands from above</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->You can use effect with console:<br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_spell sentry1</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->will build a sentry - all above commands work same in case if argument specified. For instant list of effects write in chat<br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">!effects help</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b>Console variables:</b><br />Add this to your server configuration file. Negative value (-1) will disable effect<br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_buildlimit 1 // how many building player can build<br /><br />// Delay for spells<br />sm_spelldelay_fireball 10<br />sm_spelldelay_bats 12<br />sm_spelldelay_transpose 1<br />sm_spelldelay_lightning 45<br />sm_spelldelay_monoculus 240<br />sm_spelldelay_meteors 180<br />sm_spelldelay_skeleton 55<br />// Delay for canteen<br />sm_chargedelay_uber 60<br />sm_chargedelay_crit 75<br />sm_chargedelay_regen 100<br />sm_chargedelay_cloak 15<br />sm_chargedelay_base 25<br />sm_chargedelay_heal 520<br />sm_chargedelay_speed 35<br />// Delay for buildings<br />sm_builddelay_sentry1 15<br />sm_builddelay_sentry2 30<br />sm_builddelay_sentry3 60<br />sm_builddelay_sentrymini 20<br />sm_builddelay_disp 10<br />sm_builddelay_killaim 1<br />sm_builddelay_killbuild 1</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br />Development:</b><br />Latest version available here <a href="https://bitbucket.or...9526/spells/src" target="_blank">https://bitbucket.or.../spells/src</a> but it may not work properly.<br /><br /><b>Known issues:</b><br />Canteen, spells and building, unfortunately, doesn't work properly as default ones<br />Cloak was reported to crash server - in this case you can disable it with<br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sm_chargedelay_cloak -1</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><b><br />Changelog:</b><br /><!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Code:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">2.0.6 - Posted as separated plugin</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<br /> <div style="padding:6px">








<fieldset class="fieldset">
<legend>Attached Files</legend>
<table cellpadding="0" cellspacing="3" border="0">
<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
<td><img class="inlineimg" src="https://forums.allie...s/attach/sp.gif" alt="File Type: sp" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
<td>


<a href="http://www.sourcemod...?file_id=128085"><strong>Get Plugin</strong></a> or
<a href="https://forums.allie...38;d=1385310308">Get Source</a> (effects.sp - 44.4 KB)


</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
</table>
</fieldset>


</div>

<!-- END TEMPLATE: postbit_external -->

Wyświetl pełny artykuł




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych