Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » mIRC Reply Script
mIRC Reply Script [message #84042] Wed, 28 April 2004 13:30 Go to next message
snipesimo is currently offline  snipesimo
Messages: 764
Registered: February 2003
Karma: 0
Colonel
Page reply script for server moderators, allows you to just type /r message instead of !page wolname message. Works for both BRenBot and BlazeRegulator .Net.

http://eoehost.servegame.com/eoe_ftp/users/snipesimo/snipesimoprivate/pagereply.mrc

To install download the file to your mIRC directory then open mIRC and type /load -rs pagereply.mrc then whenever someone pages a server and you wish to respond to that person, all you have to type is /r message.

Note: I do realize that npsmith made something like this a long time ago, but mine is updated and isn't so involved to get working. http://www.renegadeforums.com/viewtopic.php?t=4111&highlight=mirc+reply
mIRC Reply Script [message #84139] Thu, 29 April 2004 04:49 Go to previous messageGo to next message
dead6re is currently offline  dead6re
Messages: 602
Registered: September 2003
Karma: 0
Colonel
So much functions that arent needed, well i think so. This should work better

alias /r {
  msg %recentpagechan !page %recentpage $1-
}
on *:TEXT:[PAGE]*:#: {
    set %recentpage $2
    set %recentpagechan $chan
    halt
  }
  elseif (Page From isin $1- {
    set %recentpage $3
    set %recentpagechan $chan
  }
}


Those functions, $strip and $remove arent need that much. With mirc u can use $1. That will select the first word. It should work. Ill test it when i get back later.
mIRC Reply Script [message #84197] Thu, 29 April 2004 11:48 Go to previous messageGo to next message
ssptweek is currently offline  ssptweek
Messages: 81
Registered: February 2004
Karma: 0
Recruit
dead6re

So much functions that arent needed, well i think so. This should work better

alias /r {
  msg %recentpagechan !page %recentpage $1-
}
on *:TEXT:[PAGE]*:#: {
    set %recentpage $2
    set %recentpagechan $chan
    halt
  }
  elseif (Page From isin $1- {
    set %recentpage $3
    set %recentpagechan $chan
  }
}


Those functions, $strip and $remove arent need that much. With mirc u can use $1. That will select the first word. It should work. Ill test it when i get back later.


Actually u need $strip and $remove, especially if you don't have mIRC to strip the color.

BR reports in bold and color, so you use $strip to remove the bold and color. BR and Brenbot use : at the end of players name so you need $remove to remove the colon marks otherwhise the scrip would send this out /r playername: but using $strip and $remove it would do this /r playername sending it to the correct person.

Snipesimo was correct on the original coding.
mIRC Reply Script [message #84202] Thu, 29 April 2004 12:01 Go to previous messageGo to next message
snipesimo is currently offline  snipesimo
Messages: 764
Registered: February 2003
Karma: 0
Colonel
yea, your way won't work. It will page 4playername: message instead of just playername message
mIRC Reply Script [message #84725] Sat, 01 May 2004 14:49 Go to previous message
dead6re is currently offline  dead6re
Messages: 602
Registered: September 2003
Karma: 0
Colonel
Fine, i suppose i not that good at make them for the bot. Ill stick with my other mirc scripts, lol
Previous Topic: Use renguard on UGIN servers sniper tourny?
Next Topic: Renegade Alert Oil Pump Assault (C&C_RA_A_OilField)
Goto Forum:
  


Current Time: Tue Feb 11 12:12:05 MST 2025

Total time taken to generate the page: 0.00632 seconds