Results 1 to 16 of 16

Thread: Auto responder, 1 problem

  1. #1
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Auto responder, 1 problem

    P0ts Auto Responder
    Auto Responder With Never Before Seen Features
    AKA ARWNBSF


    Future features:
    -Mood and Aggression
    -Private/Clan chat
    -Anything else that is suggested!!


    Right now i am needing a list of all quickchat sentences in order of hierarchy(Ex. general->hi, and Skills->mining).
    Could someone create a script that will do that for me? or find a source on web or something. or even take it straght from client :P
    Last edited by g0tp0t; 04-27-2010 at 10:50 PM.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  2. #2
    Join Date
    Nov 2006
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    P0ts Auto Responder
    Auto Responder With Never Before Seen Features
    AKA ARWNBSF


    Future features:
    -Mood and Aggression
    -Private/Clan chat
    -Anything else that is suggested!!




    Right now i am needing a list of all quickchat sentences in order of hierarchy(Ex. general->hi, and Skills->mining).
    Could someone create a script that will do that for me? or find a source on web or something. or even take it straght from client :P
    I was wondering, which features are considered "never before seen"?

  3. #3
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Artificial Intelligence? You have me intrigued if that's true.

  4. #4
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the system i have thought of will make my script hefty :O i would use it for members if i was a junior mem :[. lol. anyways, no. i want it to work off a database, but i have to get access and maybe use a tab deliminatyed file ofrmat, lol. not ai, but a very very limited brain:P

    BTW: the never before seen features, is partly what you guys will suggest, and partly the mood aggression thing

    im thinking of a multidimensional table

    i wanna get away from a table as soon as i think of a better way because it would be huge! like 5-7 dimensions after a while
    Last edited by g0tp0t; 04-27-2010 at 10:55 PM.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  5. #5
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    the system i have thought of will make my script hefty :O i would use it for members if i was a junior mem :[. lol. anyways, no. i want it to work off a database, but i have to get access and maybe use a tab deliminatyed file ofrmat, lol. not ai, but a very very limited brain:P

    BTW: the never before seen features, is partly what you guys will suggest, and partly the mood aggression thing

    im thinking of a multidimensional table

    i wanna get away from a table as soon as i think of a better way because it would be huge! like 5-7 dimensions after a while
    You can apply for members even if you are NOT a junior

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  6. #6
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Did you forget to upload it?
    Or is it incomplete and you are asking for help finishing (wrong section if so )

  7. #7
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not complete yet, but im not gonna upload it till its done cuz leachers -.-. and the point is jagex cant see it. else its pointless. and im saying it would be a great huge help and i will credit if anyone saves me a month of boring copying text from quickchat. i will start in a few days. not really interested in wasting tons of time just copying if anyone has an alternative.


    EDIT: omg!!!! really??? i looked at mem, do i apply b4 i write script or after...?
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  8. #8
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    After silly.... Speaking of that I need too...

    Well if you give me an idea of what you want ill see what I can do.
    Back from the dead.....

  9. #9
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, i remembered it said you had to wait a month before applying, lol, im dumb

    anyways, i need the quickchat messages in a database or text file or anything, which i can access with scar. if someone makes a script that does that, then it would be easy to update script, since it would be done manuallly. i am going to create a QCMessageList type which will be assigned all the values of messages in rs, example :=

    SCAR Code:
    New type qcmessagelist
    blahblahblah

    Var QC : QCMessageList;

    Procedure init;
    begin
      qc := {here would be were i assign all the quick chat messages that i receive from someone script.}
    end;

    begin
      writeln(qc.k.GH1) {i may make it qc.keys.g.h.1 instead}
      writeln(qc.skills.mining.asklvl)
    end.

    that would return:
    SCAR Code:
    Hello!
    What is your level in Mining?

    so i would love if someone could create a script that reads the quickchat options and save them to a text fil or something, it would have to click each quickchat submenu too, cuz this will go in all the way.{not in a dirty way :P}
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  10. #10
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Wait, you know there is already (not sure if it's working) QuickChat.scar in SRL?
    Why not use/fix up that.

  11. #11
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Wait, you know there is already (not sure if it's working) QuickChat.scar in SRL?
    Why not use/fix up that.
    Looks like it will work, but only just took a glimpse at it. Honestly, needs a bit more of work, might put some effort into it after I finish with my fight caves script.
    Back from the dead.....

  12. #12
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL!! u funny, that doesnt have any QC messages built in, just send a bunch of keys, its useless -.-, i was actually think of redoing it :P
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  13. #13
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    LOL!! u funny, that doesnt have any QC messages built in, just send a bunch of keys, its useless -.-, i was actually think of redoing it :P
    Dude you just keep like some multidimensional arrays with letters in them 'cause if you press enter then press each letter, it will do the message without typing it..
    Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
    Quote Originally Posted by #srl
    10:45 < Toter> daphil when can get sex anyday I want
    10:45 < Toter> he is always on #SRL
    "A programmer is just a tool which converts caffeine into code"

  14. #14
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ... i know, but i need to be able to read the different messages from in chat box. not type them. lol

    its an responder. not an auto typer. it will not type messages either, i decided to let scripts handle that because they might use the keyboard and i might interfere
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

  15. #15
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by g0tp0t View Post
    ... i know, but i need to be able to read the different messages from in chat box. not type them. lol

    its an responder. not an auto typer. it will not type messages either, i decided to let scripts handle that because they might use the keyboard and i might interfere
    wait wait wait, so all your script is doing is grabbing the text from the chatbox? That isn't too difficult is it?
    “Ignorance, the root and the stem of every evil.”

  16. #16
    Join Date
    Mar 2010
    Location
    New Hampshire, U.S.A
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, that isnt what it will do, it isnt going to be a script as much as a replacement for the autochat include. it will be a function that reads the message in chatbox and returns a string that will make sense with it.
    Sell botted goods at mid to high prices!!! Else we lose our profit AND ruin the game!!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •