Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ace
« on: March 08, 2009, 06:59:32 PM »

@shadow - He's just learning, that's a good way to shoot down the idea.
Posted by: Hero
« on: February 28, 2009, 06:13:10 PM »

No, that would fail epically.
Posted by: awsome
« on: February 28, 2009, 05:20:13 PM »

ohh...well is there a way to delay the msg then?

this is just a test

[code]
'Greet
'1.0

Sub Greet_event_load()
  Addchat vbGreen, "-----------Plugin Greet Loaded--------"
  Addchat vbGreen, "-------------Made by Awsome ----------"
  Addchat vbGreen, "----------Speacial thanks to Hero-----"
End Sub

Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub

Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
      Else
  AddQ " | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub
Posted by: ArticWolve
« on: February 28, 2009, 04:41:17 PM »

If a lot of people joined the channel, it would flood you off the battle net servers.
Posted by: awsome
« on: February 28, 2009, 04:32:56 PM »

K well im still learning scripting and i made this i guess if anyone would like to use plz feel free

Code: [Select]
'Greet
'1.0

Sub Greet_event_load()
  Addchat vbGreen, "-----------Plugin Greet Loaded--------"
  Addchat vbGreen, "-------------Made by Awsome ----------"
  Addchat vbGreen, "----------Speacial thanks to Hero-----"
End Sub
Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub