Author Topic: Advanced Remote Soldat Server Enchanter [v1.2.7] (build 14)  (Read 184595 times)

0 Members and 2 Guests are viewing this topic.

Offline chrono

  • Soldier
  • **
  • Posts: 235
  • Elite CTF
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #160 on: October 22, 2006, 07:27:11 pm »
Idk, I dont know how to look where and wats in the script. and yes, I admin 6 servers.
I decided to remove my signature, since jrgp was picking on me by sending me annoying PM's. - Chrono, Wednesday July 27, 2007



Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #161 on: October 23, 2006, 02:36:58 am »
eh, rightclick on the event and press "edit script".

i had some problems with scripts and multiple servers earlier, but it seems to work now.
you might wanna copy the script, and make new scripts (the same) for every server you are adminning, worked for me a few versions back.

Offline chrono

  • Soldier
  • **
  • Posts: 235
  • Elite CTF
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #162 on: October 23, 2006, 06:04:09 pm »
wow... theres NOTHING in it...
I decided to remove my signature, since jrgp was picking on me by sending me annoying PM's. - Chrono, Wednesday July 27, 2007



Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #163 on: October 24, 2006, 08:19:06 am »
eh, lol. well heres mine if u want it:
if $MESSAGE = !irc *
IRCMsg $PLAYER_NAME $MESSAGE
endif

if $MESSAGE = !commands
/say Commands are: !rate, !time, !admin
/say !red, !blue, !spec, !irc, !site, !serv
endif

if $MESSAGE = !serv
/say BackStabbers' servers:
/say BS||Climbing - soldat.djlorenzo.nl 23073
/say BS|Knife Only (by Quloa) - 89.144.44.222 23093
endif

if $MESSAGE = !rate
/say $PLAYER_NAME's rate: $PLAYER_RATE
endif

if $MESSAGE = !admin
/say An admin was requested
IRCmsg BombSki- Chu! $PLAYER_NAME requested an admin on $SERVER_NAME !
endif

if $MESSAGE = !forum
/say http://bombski.nimio.info/phpbb/
endif

if $MESSAGE = !site
/say http://bombski.nimio.info/
endif

if $MESSAGE = !time
/say Current server time is $CLOCK
endif

if $MESSAGE = !irc
/say Join #BackStabbers on irc.QuakeNet.org!
endif
# Team-change commands for players - written by Leo

if $MESSAGE = !spec
/setteam5 $PLAYER_NUM
endif
         
if $MESSAGE = !red
/setteam1 $PLAYER_NUM
endif
           
if $MESSAGE = !blue
/setteam2 $PLAYER_NUM
endif
 
if $MESSAGE = !ping
/say $PLAYER_NAME, your ping is $PLAYER_PING
endif

Offline chrono

  • Soldier
  • **
  • Posts: 235
  • Elite CTF
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #164 on: October 24, 2006, 10:22:15 am »
lol thnx but no thx... I redownloaded it and it works now... -.-
I decided to remove my signature, since jrgp was picking on me by sending me annoying PM's. - Chrono, Wednesday July 27, 2007



Offline m4d0g

  • Major(1)
  • Posts: 1
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #165 on: October 29, 2006, 11:19:55 am »
hey, can anyone help me with a script??,

can one kick/ban player when he joines , o, say alpha team?
cuz i cant fint the event nor the code to put, tried ondata event, i cant use playername there, or even playercount?!?!

y cant u list all commands in all events, so if a variable is unavailable then the value is 0 or ""
then the code would be mutch more "flexible"

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #166 on: October 31, 2006, 05:56:51 pm »
doggy: that is indeed impossible, because arsse doesnt get the player data in the on data event.

you could however do it with the new buggy 2.5.2 server's scripting feature.

hi vito

Offline Ivel

  • Soldier
  • **
  • Posts: 179
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #167 on: November 04, 2006, 02:49:13 pm »
Where can I find Team Balance Scripts, and Auto-Major-Kick scripts?
____________________________________________

Proud Staff Member of U13 and EnEsCe Corp.
|____________________________________________|

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #168 on: November 04, 2006, 05:53:11 pm »
team balance is a feature (options)

auto major kick:

OnPlayerJoin:
if $PLAYER_NAME = Major
 /kick $PLAYER_NAME
endif

Offline esko

  • Major
  • *
  • Posts: 50
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #169 on: November 05, 2006, 01:47:56 am »
when was the latest version launched?
come on, make real updates numbers instead of billionth 1.12b or whatever it is. And edit the first posts to remove the homepage that doesnt exist. and make BIG CAPS TEXT in the first posts. THE BIG CAPS TEXT should contain version number and date of release.

in finland we have this thing called 'pilkunnussinta'

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #170 on: November 05, 2006, 09:26:58 am »
there hasnt been an update in quite some time.

i hope next update will have a $read function so we can actually make use of the WRITE feature ^^

Offline esko

  • Major
  • *
  • Posts: 50
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #171 on: November 06, 2006, 01:01:25 am »
:)
thanks for the info

in finland we have this thing called 'pilkunnussinta'

Offline drinkduff

  • Major(1)
  • Posts: 37
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #172 on: November 10, 2006, 10:21:22 pm »
I don't know if anyone's noticed yet.  But as handy as the password's saved encrypted on the .ini file,  before you press connect if you hold down Control the password is revealed.

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #173 on: November 17, 2006, 03:43:40 pm »
hmm, i didnt notice it indeed.
i dont really mind it, i think its a feature instead of a bug.

Date Posted: November 11, 2006, 07:00:01 AM
found a bug:
when u press "X" it asks for confirmation to close, when pressing NO the IRC feature still disconnects.

not a big problem but i thought id mention it

Offline FLiPbOy GL

  • Major(1)
  • Posts: 13
  • Green Lantern Boy
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #174 on: December 14, 2006, 04:11:50 pm »
Ok so... OnPlayerSpeak

is it...

if $PLAYER_IP = XXX.XXX.XXX.XX
if $MESSAGE = greenlantern
/setteam4 $PLAYER_NUM

or...

if $MESSAGE = greenlantern
if $PLAYER_IP = XXX.XXX.XXX.XX
/setteam4 $PLAYER_NUM

cuz yeah i'm tryin to make it so only i can use the command in game... but i tried it both ways and it wont work along with my othe rcommands... lil help pls
Member of
#plus.soldat @Quakenet
Realistic Soldat - www.realsol.org
#lrs @ Quakenet

Offline BombSki

  • Flagrunner
  • ****
  • Posts: 927
    • Climbing-soldiers.net
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #175 on: December 14, 2006, 08:33:08 pm »
if you are admin on the server you can just make a script in the OnData event. It only picks up admin commands, not player commands.

what you cuold do:
OnData

if $DATA = /gl
/say the lantern is now green
endif

Offline chrisgbk

  • Inactive Staff
  • Veteran
  • *****
  • Posts: 1739
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #176 on: February 18, 2007, 02:03:22 pm »
I've just been made aware of a security vulnerbility in ARSSE through it being abused on me. Because of this, I HIGHLY recommend that you disable scripting in at least the onplayerspeak event, possibly some other events as well, until it gets fixed (if it does). Or, at least make sure that you remove any commands you don't want used and don't put any commands that can be abused.

Offline ghg

  • Camper
  • ***
  • Posts: 411
  • Village Idiot
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #177 on: February 18, 2007, 02:37:19 pm »
True, remove the whole commands to set game mode/map/whatever. Otherwise any player that knows them can rule your server.
-=Gradius wuz you=-

Offline Mr Pink

  • Major(1)
  • Posts: 37
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #178 on: February 18, 2007, 08:30:06 pm »
How is that a "security" issue? Of course if you have scripts that run off player messages then any player can use them, thats the point of the scripting... BombSki posted the solution to this (admin only commands) directly above your post.

Other solutions include using double if's statements - one that checks player ip/name and the message before acting. If you have a lot of admins or players you want to have special commands for then I would suggest using ESA2 (you can keep a file of vip players ip/name that can use specific commands and have ESA only run the command if the players details match the list criteria. Or use MSAT which had a feature where players could log into a admins running MSAT once they joined a server (with their own password) and you could specify the commands that each player could use in game e.g restart, map change etc.   

Offline esko

  • Major
  • *
  • Posts: 50
Re: Advanced Remote Soldat Server Enchanter [v1.2 beta]
« Reply #179 on: February 22, 2007, 02:25:23 pm »
Download adress please...

Date Posted: February 21, 2007, 02:06:42 PM
Download adress please...

C'mon. The other link doesnt exist and the other isnt a valid archive:

in finland we have this thing called 'pilkunnussinta'