. : News : . . : Message of the Week : .
You are currently viewing an archive of the Wilderness Guardians clan's IPB1 forums.

These forums were used by WG from 2008 to 2011, and now exist for historical and achival purposes only.

For the clan's current forums, CLICK HERE.
"You are a Wilderness Guardian. That northern wasteland; that land of blood, desolation and death is your dominion. Tonight we are going home."
~His Lordship
War Alert: OFF Raid Alert: OFF
PM a WG Official
 Runescript invite
Posted: July 20, 2009 12:09 pmTop
   
User Avatar

IRC Nickname: Owennnn
Group: Emeritus
Posts: 1447
Member No.: 37
Joined: December 30, 2007
Total Events Attended: 55
H'okay, so, here's the IRC, and what a nice IRC you might say...

#

Nothing major, but needed Runescript and it wasn't in, and all ops were afk, so was wondering if there could be a command integrated into RobbieBot or one of the ops scripts so that voiced users could invite Runescript, I remember we used to have one a while ago.

Cheers

Owen
 
--------------------

Posted: July 20, 2009 12:18 pmTop
   
User Avatar

IRC Nickname: Zemus
Group: Elite Guardian
Posts: 2786
Member No.: 128
Joined: January 12, 2008
Total Events Attended: 275
would be nise, but btw u can just pm runescript (/query runescript) then just do what u need in pm
 
--------------------
user posted image

24th to 2496 Overall   ~  29th to 120 Dungeoneering

~ Guardian since November 2007 ~


- I now play WoW lols -

Server: US Jubei'Thos       Faction: Horde
   85 Blood-Elf Paladin
  85 Troll Hunter

Posted: July 20, 2009 12:56 pmTop
   
User Avatar

IRC Nickname: Owennnn
Group: Emeritus
Posts: 1447
Member No.: 37
Joined: December 30, 2007
Total Events Attended: 55
QUOTE (Zemus3654 @ July 20, 2009 12:18 pm)
would be nise, but btw u can just pm runescript (/query runescript) then just do what u need in pm

O wat. This I did not know. THankyou moose.
 
--------------------

Posted: July 20, 2009 01:53 pmTop
   
User Avatar

IRC Nickname: `Nath
Group: Guest
Posts: 1897
Member No.: 1873
Joined: May 11, 2009
Total Events Attended: 70
I still think the original post is a pretty neat idea happy.gif
 
--------------------

user posted image


Posted: July 20, 2009 06:32 pmTop
   
User Avatar

IRC Nickname: ThisIsUnique
Group: Ex-Member
Posts: 1664
Member No.: 1417
Joined: October 30, 2008
Total Events Attended: 141
QUOTE (Red_Buddas @ July 20, 2009 08:53 am)
I still think the original post is a pretty neat idea happy.gif

+1
 
--------------------
user posted image
user posted image

Posted: July 20, 2009 06:54 pmTop
   
User Avatar

IRC Nickname: leecable
Group: Banned
Posts: 1938
Member No.: 410
Joined: April 1, 2008
Total Events Attended: 178
Same, good idea owen.

 
--------------------
user posted image
user posted image user posted image

Posted: July 20, 2009 07:15 pmTop
   
User Avatar

IRC Nickname: Lefty
Group: Emeritus
Posts: 3340
Member No.: 1055
Joined: June 30, 2008
Total Events Attended: 211
on *:TEXT:!runescript:#WG, #wg_lobby: { invite RuneScript $chan }

wut wut
 
--------------------
user posted imageuser posted imageuser posted image
user posted image
user posted image

Posted: July 20, 2009 09:14 pmTop
   
User Avatar

IRC Nickname: Hyperion
Group: Ex-Member
Posts: 1636
Member No.: 978
Joined: June 23, 2008
Total Events Attended: 141
QUOTE (Lefty2802 @ July 20, 2009 02:15 pm)
on *:TEXT:!runescript:#WG, #wg_lobby: { invite RuneScript $chan }

wut wut

Fail, Robbiebot is in PHP not mSL

CODE
elseif ($RawArray[1] == "PRIVMSG")
{
preg_match("/^:(.+?)!(.+?)@(.+?)\sPRIVMSG\s(.+?)\s:(.+)$/", $Raw, $Matches);
$Message = explode(" ", $Matches[5]);

 
--------------------
user posted image
user posted image
user posted image
Dragon boots:29 Whips:2

Posted: July 20, 2009 11:16 pmTop
   
User Avatar

IRC Nickname: Owennnn
Group: Emeritus
Posts: 1447
Member No.: 37
Joined: December 30, 2007
Total Events Attended: 55
QUOTE (For Sooth @ July 20, 2009 09:14 pm)
QUOTE (Lefty2802 @ July 20, 2009 02:15 pm)
on *:TEXT:!runescript:#WG, #wg_lobby: { invite RuneScript $chan }

wut wut

Fail, Robbiebot is in PHP not mSL

CODE
elseif ($RawArray[1] == "PRIVMSG")
{
preg_match("/^:(.+?)!(.+?)@(.+?)\sPRIVMSG\s(.+?)\s:(.+)$/", $Raw, $Matches);
$Message = explode(" ", $Matches[5]);

I like this one ^

It have explode in it
 
--------------------

Posted: July 21, 2009 03:01 amTop
   
User Avatar

IRC Nickname: RobbieThe1st
Group: Founder
Posts: 770
Member No.: 2
Joined: December 26, 2007
Total Events Attended: 49
More like...
CODE

$CONFIG['commands'][0][] = 'RUNESCRIPT';
$CONFIG['commands'][1][] = 'runescript_invite();';
function runescript_invite() {
global $buffer,$names,$CONFIG;

if(isset($names[$buffer['nick']]['info'][0]) && in_array($names[$buffer['nick']]['info'][0],$CONFIG['ranks-invite'])) {
 cmd_send("INVITE runescript ".$buffer['chan']);
} else {
 textsend('Sorry, you don\'t have permission to use this command.',2,$buffer['nick']); //'
};
};

 
--------------------
Old Avatar - Paypal donation link
user posted image
I am left handed, and proud of it! Retired from RuneScape.
Old forum posts: 2275(s4+s10+wg.com)+1759(z6 old account)+474(z6 new account) Total: 4508
Join date: 4/16/05 | Get Firefox 3.5 now: http://www.getfirefox.com | RobbieSwich for Firefox

Posted: July 21, 2009 10:53 amTop
   
User Avatar

IRC Nickname: Hyperion
Group: Ex-Member
Posts: 1636
Member No.: 978
Joined: June 23, 2008
Total Events Attended: 141
QUOTE (RobbieThe2nd @ July 20, 2009 10:01 pm)
More like...
CODE

$CONFIG['commands'][0][] = 'RUNESCRIPT';
$CONFIG['commands'][1][] = 'runescript_invite();';
function runescript_invite() {
global $buffer,$names,$CONFIG;

if(isset($names[$buffer['nick']]['info'][0]) && in_array($names[$buffer['nick']]['info'][0],$CONFIG['ranks-invite'])) {
 cmd_send("INVITE runescript ".$buffer['chan']);
} else {
 textsend('Sorry, you don\'t have permission to use this command.',2,$buffer['nick']); //'
};
};

touche.
Mine was just a basic thing.
 
--------------------
user posted image
user posted image
user posted image
Dragon boots:29 Whips:2