[Basic help Command For Dalnet]

By jefsthampied on Feb 17, 2010

to use:
Ask other user to type: .help
============[basic dalnet script]==========
i Dont Know What To Do At This Moment,so I decide to post my simple script :D~
please give suggestion for this script. Thanks~~

on *:text:.help*:#: {
  /set %help $rand(1,1)
  if (%help == 1) { msg $chan 5[ $time ]: 2[ $nick ] 0,4You Can Type .nickreg .chanreg .set .script .nickserv .chanserv .memoserv }
}
on *:text:.nickreg*:#: {
  /set %nickreg $rand(1,1)
  if (%nickreg == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /ns register <passwd> <email> . For Example: /ns register jeff123 semutapi@yahoo.com ,And Check Your Email For Last Step (verify) }
}
on *:text:.chanreg*:#: {
  /set %chanreg $rand(1,1)
  if (%chanreg == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /cs register <#channel> <passwd> <description> . For Example: /cs register #channelkubest semutensem1 whateverIlike }
}
on *:text:.set*:#: {
  /set %set $rand(1,1)
  if (%set == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /cs set #channel <command> . Type: /msg ChanServ@services.dal.net help SET ,for command you need }
}
on *:text:.nickserv*:#: {
  /set %nickserv $rand(1,1)
  if (%nickserv == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /msg Nickserv@services.dal.net HELP . You May Search What Your Need There :D~ }
}
on *:text:.chanserv*:#: {
  /set %chanserv $rand(1,1)
  if (%chanserv == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /msg Chanserv@services.dal.net HELP . You May Search What You Need There Toinkkk~~ }
}
on *:text:.memoserv*:#: {
  /set %memoserv $rand(1,1)
  if (%memoserv == 1) {  msg $nick 5[ $time ]: 2[ $nick ] 0,4 /msg Memoserv@services.dal.net HELP . You May Search What You Need There.. Thanks~~ :D }
}
on *:text:.script*:#: {
  /set %script $rand(1,1)
  if (%script == 1) { msg $nick 5[ $time ]: 2[ $nick ] 0,4You Really Wanna Be The Scripter~~?? . You May Press [ F1 ] For Your Note.. Thanks`~ }
} 

Comments

Sign in to comment.
jefsthampied   -  Feb 19, 2010

Its ok Jethro_ , At least no bug found.. i was told its just simple sc :D~

 Respond  
Jethro   -  Feb 19, 2010

I don't really get the whole business with the vars and $rand()s. They look redundant to me.

 Respond  
jefsthampied   -  Feb 18, 2010

Its Okay Jethro_ :D~

 Respond  
jefsthampied   -  Feb 18, 2010

The Way Tht still same GuitarMasterx7,but Thanks Anyway~~
updated.~ :D~

 Respond  
Jethro   -  Feb 18, 2010

Oh boy, I don't know how many times I've seen scripts like this with multiple text events per trigger. I prefer the use of /goto command that eliminates the need for the if statements.

 Respond  
GuitarMasterx7   -  Feb 18, 2010

u can make it a bit shorter if u did

on *:text:*:#: { 
if ($1 == .help) { 
msg $chan 5[ $time ]: 2[ $nick ] 0,4You Can Type .nickreg .chanreg .set .script .nickserv .chanserv .memoserv 
}
if ($1 == .nickreg) { 
msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /ns register <passwd> <email> . For Example: /ns register jeff123 semutapi@yahoo.com ,And Check Your Email For Last Step (verify) 
}
if ($1 == .chanreg) { 
msg $nick 5[ $time ]: 2[ $nick ] 0,4Type /cs register <#channel> <passwd> <description> . For Example: /cs register #channelkubest semutensem1 whateverIlike }
}

ECT...
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.