Author Topic: PCmds Suggestions  (Read 2582 times)

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« on: December 08, 2008, 10:41:45 AM »
If anyone has a "bot command" they do not want to have a trigger, post here and I will try my best to script it so it requires no trigger.

So far:

NTPR:No Trigger Ping Return:Shadow (Hero gave me set-up for the second part; I just had to edit it a little):Returns user's ping with "Pingme", Returns a user's ping with "Ping Name"
CCT:Current Computer Time:Shadow:Shows the current time on the computer when "CTime" is said.

In the future (just maybe......):

~Clan Mail (Each user has multiple tags......)
'// I don't want to use the Stealth Bot Mail Feature ><
CGlobal
-Sends a message to all "Members"
CMail <Name>
-Sends a user a message.
Cinbox
-Checks Inbox.

~Tournament Host Script
Admin
-Signs you in as admin.
-Must have the flag "T"
AddMod
-Adds a Tournament Moderator/Referee to help with the Tournament (in case the Admin is also in the tournament)
-If given the flag "R"
Participants
-Displays the number of people who have signed up for a tournament so far
-Can only be done by a tournament admin
SU
-Adds User to the Tournament
--Their must be a tournament admin
FSU <Name>
-Adds Name to the tournament. Must be done by Tournament Admin.
--Must be a tournament admin
« Last Edit: December 09, 2008, 06:38:32 AM by Shadow »
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

riffruff

  • Sr. Members
  • Jr. Member
  • **
  • Posts: 94
    • View Profile
PCmds Suggestions
« Reply #1 on: December 08, 2008, 06:18:33 PM »
Quote from: Shadow
If anyone has a "bot command" they do not want to have a trigger, post here and I will try my best to script it so it requires no trigger.
You say that like it's hard...

Code: [Select]
Sub Event_UserTalk(Username, Flags, Message, Ping)
  if left(lcase(message), 4) = "ping" then
    Command BotVars.Username, "//ping " & Username, True
  end if
end sub

Pretty easy to do with any command!

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #2 on: December 08, 2008, 06:58:58 PM »
Its already implemented albeit a round about way.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
PCmds Suggestions
« Reply #3 on: December 09, 2008, 06:13:07 AM »
I don't want to be mean, but there is a very simple way to use every stealthbot command, with no trigger.

Code: [Select]
Sub Event_Usertalk(userName, chanFlags, userMessage, userPing)
  Command userName, BotVars.Trigger & userMessage, True
End Sub
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #4 on: December 09, 2008, 06:19:58 AM »
Like I said "Albeit a round about way."
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
PCmds Suggestions
« Reply #5 on: December 09, 2008, 06:25:47 AM »
I don't get why you want to make like 10 plugins that could be accomplished with 3 lines of code.
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #6 on: December 09, 2008, 06:48:44 AM »
Because each one is "standalone" and shouldn't all be included in the main script until I am finished.
« Last Edit: December 09, 2008, 06:49:18 AM by Shadow »
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
PCmds Suggestions
« Reply #7 on: December 09, 2008, 01:18:29 PM »
I still don't  get  the point .
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #8 on: December 09, 2008, 01:22:53 PM »
Basically, each one is a separate plugin for Stealth Bot, yet at the same time, can be implemented into one another. Even though these are standalone on the site, I have them all in one plugin for "Organizational" reasons.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

Hero

  • Administrator
  • Hero Member
  • *****
  • Posts: 502
    • View Profile
    • http://rev7.net
PCmds Suggestions
« Reply #9 on: December 09, 2008, 01:28:58 PM »
My question is why are you making them, when they can be accomplished  by 3 lines. What are you wanting  different?
Hero
AKA: HeroAssasin and Mike
- - - - -  - - -
Visit Clan R77
- - - - -  - - -
Please do not PM me with random questions. That is what I made these forums for.

Noob ~Vector

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #10 on: December 09, 2008, 01:52:25 PM »
Because then all of them would be passed to the Command processor, which I don't want.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

riffruff

  • Sr. Members
  • Jr. Member
  • **
  • Posts: 94
    • View Profile
PCmds Suggestions
« Reply #11 on: December 09, 2008, 06:35:52 PM »
Quote from: Hero
My question is why are you making them, when they can be accomplished  by 3 lines. What are you wanting  different?
I don't understand why either...You kinda said the same thing as me in your first post in this topic

Quote from: Shadow
Because then all of them would be passed to the Command processor, which I don't want.
Why?  Your just making your own command processor...Why waste time making your own, when you can use a built in one that is more efficient?

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #12 on: December 09, 2008, 06:47:51 PM »
Because then "Every Command" would be public. I don't want that.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]

riffruff

  • Sr. Members
  • Jr. Member
  • **
  • Posts: 94
    • View Profile
PCmds Suggestions
« Reply #13 on: December 09, 2008, 06:52:13 PM »
How would it be public?

With what hero posted it would, but with what I posted, it wouldn't.

ArticWolve

  • Global Moderators
  • Hero Member
  • *****
  • Posts: 636
    • View Profile
    • http://
PCmds Suggestions
« Reply #14 on: December 09, 2008, 07:15:54 PM »
But I did that before you replied.
Quote
Darker then the darkest shade of night...
    A Rebel at heart... A criminal by mind
    All in the eyes of the beholder... is the truth to life
    But Th---The Only---The One and Only True Master of Death is the Reaper itself
[/color]
[/color]
[div align=\'center\'][img]http://img261.imageshack.us/img261/9411/mydesktopce6.jpg\" border=\"0\" class=\"linked-sig-image\" /][img]http://www.danasoft.com/sig/238153.jpg\" border=\"0\" class=\"linked-sig-image\" /][/div]                     [div align=\'center\']    Click ME for my forums. You know you want to click ME. Come on CLICK ME DAMN IT! But don't click THIS!![/div]