Author Topic: Script Request - Xeno's AFK Drop  (Read 3743 times)

0 Members and 1 Guest are viewing this topic.

Avast

  • Goblin Pup
  • *
  • Posts: 31
  • Reputation: +0/-1
Script Request - Xeno's AFK Drop
« on: March 20, 2009 07:39 am CDT »
Does anyone have this?

The link has been dead over at corona's site for like 3 years now.


Also does anyone know how to bind cpaws/ww's to equip/unequip keys?



Avast

  • Goblin Pup
  • *
  • Posts: 31
  • Reputation: +0/-1
Re: Script Request - Xeno's AFK Drop
« Reply #1 on: March 20, 2009 08:29 am CDT »
insert rage quit here

nvm silverstein gave me them, they're rehosted here


www.the-pretty-things-are-going-to-hell.com/RPG/
« Last Edit: April 3, 2009 06:17 pm CDT by Avast »

RedneckNoob

  • PCRPG Admins
  • Elvin Legion
  • *
  • Posts: 412
  • Reputation: +2/-8
Re: Script Request - Xeno's AFK Drop
« Reply #2 on: March 20, 2009 02:16 pm CDT »
You're getting mad because a high school student attacks you before school?  Lol





Record number of Star Wars references in a single day: 94
Record number of Star Trek references in a single day: 62

Das Weib war der zweite Fehlgriff Gottes.  -Friedrich Nietzsche

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
Re: Script Request - Xeno's AFK Drop
« Reply #3 on: March 21, 2009 12:36 am CDT »
AFK is a dangerous thing.  I recommend a player with something valuable to lose log out or hide well when not present.
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

rjm003

  • Gnoll Fighter
  • **
  • Posts: 85
  • Reputation: +1/-2
Re: Script Request - Xeno's AFK Drop
« Reply #4 on: March 27, 2009 01:39 am CDT »
You guys might want to try something like this in your message filtering..
Code: [Select]
if (string::findSubStr(%msg,"You have permanently lost") == 0) {
disconnect();
}

Arf

  • Arf The Legend
  • Undead Hero
  • ****
  • Posts: 354
  • Reputation: +13/-16
Re: Script Request - Xeno's AFK Drop
« Reply #5 on: March 30, 2009 08:41 pm CDT »
To answer your original Question...

I have the script pack you are looking for... 

contact me and we shall see what is the best way for me to get it to you

In Particle We Trust...




The Goal is not so important as the journey that takes you there....

Paradox666

  • Elvin Legion
  • *****
  • Posts: 562
  • Reputation: +0/-1
  • The Last God
Re: Script Request - Xeno's AFK Drop
« Reply #6 on: April 7, 2009 07:18 pm CDT »
I just can tseem to get Xenos's script to work. If someone could give me the lines I add to my autoexec....Thatd be nice.





Xenos

  • Elvin Legion
  • *****
  • Posts: 485
  • Reputation: +2/-1
    • http://www.baconcat.com
Re: Script Request - Xeno's AFK Drop
« Reply #7 on: April 19, 2009 07:22 pm CDT »
The link should have worked until about 3 months ago when I shut down my webserver.

The attachment is the last zip I made.  I doesn't include the cdafk.  I'm a little surprised that nobody else has released an afk script like that.


On topic:

The afk script needs deuspack, a line to autoexec.cs after the deuspack line, and one bind.

This should be the easy way to make it work.  For example in autoexec.cs:

Code: [Select]
exec("DeusRPGPack\\DeusInstall.cs");
exec("cdafk.cs");
bindCommand(keyboard0, make, "f10", TO, "ToggleAFK();");


Don't add the deuspack line if you already have one. 
« Last Edit: April 19, 2009 07:36 pm CDT by Xenos »

villman420

  • Minotaur Rager
  • ******
  • Posts: 752
  • Reputation: +5/-2
Re: Script Request - Xeno's AFK Drop
« Reply #8 on: April 21, 2009 10:06 am CDT »
i would find a O RLY picture for you xenos but im too lazy. ever gonna stop in and say hi?

Xenos

  • Elvin Legion
  • *****
  • Posts: 485
  • Reputation: +2/-1
    • http://www.baconcat.com
Re: Script Request - Xeno's AFK Drop
« Reply #9 on: April 21, 2009 07:22 pm CDT »
I just tested my scripts on a fresh tribes install.  I used particles new installer and copied my scripts into the config folder.  I had to edit the presto prefs and deus default binds to my liking but everything worked fine.

I didn't try all parts of it but it loaded without error  :P