1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Employment agency job grabber?

Discussion in 'Neopets Program Discussion' started by elmer282, Nov 1, 2006.

Thread Status:
Not open for further replies.
  1. elmer282

    elmer282 Newbie

    Joined:
    Nov 1, 2006
    Messages:
    12
    Likes Received:
    0
    maybe you can make one :D
     
  2. ourmechanix

    ourmechanix Level I

    Joined:
    Nov 1, 2006
    Messages:
    90
    Likes Received:
    0
    Location:
    Ohio
    I think that is a good idea.
     
  3. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    yeah, nice idea..
    I might try it later:)
     
  4. class10808

    class10808 Level I

    Joined:
    Nov 1, 2006
    Messages:
    134
    Likes Received:
    0
    Location:
    Singapore
    I think if it really comes out, it would just be second to an autobuyer :) Its really nice!
     
  5. boomm

    boomm Level IV

    Joined:
    Nov 1, 2006
    Messages:
    1,391
    Likes Received:
    15
    Location:
    London
    OOoooo.. Yh Cool Idea :p
     
  6. theaverageidiot

    theaverageidiot Level I

    Joined:
    Nov 2, 2006
    Messages:
    95
    Likes Received:
    0
    Pretty good idea! Maybe one that can not only get the job, but fulfill the requirements automatically by buying the items! That would be the r0kz0rn3zs. :p
     
  7. alone1

    alone1 Level II

    Joined:
    Nov 2, 2006
    Messages:
    270
    Likes Received:
    0
    Location:
    Saint John, New Brunswick, Canada
    This is a very good idea, I think someone on some other site a LONNNNNNNNNNNNNNGGGGGGGGGG time ago when it first came out (the job thing) made one..
     
  8. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    I might give it a try tonight in perl (haven't coded vb for like a month or 2 now)
    The employment agency restocks jobs every 10 mins on the min right? I could def make a program that refreshes, gets a random job and buys the item and goes back to the job agency to submit the item it bought or whatever you need to do... but im not sure how I would sync it with neopets time so it refreshes every 10 mins .. because you wouldn't want it refreshing pointlessly in between...
    I can extract the time from the page.. so say it were 2:26:07 , i dunno how I could calculate from that the amount of time till the next 10 min period (3 min 53 seconds)
     
  9. alone1

    alone1 Level II

    Joined:
    Nov 2, 2006
    Messages:
    270
    Likes Received:
    0
    Location:
    Saint John, New Brunswick, Canada
    Then there are those jobs that end up COSTING you money...
     
  10. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    Welll i've worked out how to do the time thing.
    Say it extracts from the page the time is: 2:27:30
    So it's got to work out that it has to wait 2min30 before refreshing.

    So I can use a regex to take the first number of the middle section
    2:27:30

    Then add one to it = 3, and add a zero to that.. = 30
    find the second group of numbers with a regex (27)
    30-27 = 3
    (subtract one from it = 2)

    then use a regex to find the third group of numbers: 30
    do 60-30... = 30

    put them together 2min30
     
  11. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    well I don't know anything about the employment agency tbh..
    are there a lot of jobs in the basicjob section which aren;t profitable?

    i guess I could make it look up the item on the wiz first and check if it's less than what the job pays... but then it would be slower :S

    so.. random job selection or like that ^ ?
     
  12. alone1

    alone1 Level II

    Joined:
    Nov 2, 2006
    Messages:
    270
    Likes Received:
    0
    Location:
    Saint John, New Brunswick, Canada
    Go with random and put a disclaimer saying it does random ones?
     
  13. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    okay.
    uh well im gonna need to... packet sniff myself going there, refreshing, get the html of the page when there are jobs there.. packet sniff when i click a job.. packet sniff more when i've got the item and want to end the job or whatever...
    if anyone can do that for me, you won't have to pay points for the prog :D
    right now, im gonna start on the first bit.., getting the time to refresh for the next employment agency stock
     
  14. hikari001

    hikari001 Level II

    Joined:
    Nov 2, 2006
    Messages:
    303
    Likes Received:
    0
    Location:
    NZ
    Wowwwww, excellent idea.

    Yeah some can end up costing you a lot of money. I always choose one that looks cheap to do but these days you can't, just have to grab one and I heard some people lost 10k to complete the job.
     
  15. alone1

    alone1 Level II

    Joined:
    Nov 2, 2006
    Messages:
    270
    Likes Received:
    0
    Location:
    Saint John, New Brunswick, Canada
    yea, i wish they had more every 10min..
     
  16. tx

    tx Level I

    Joined:
    Nov 3, 2006
    Messages:
    50
    Likes Received:
    0
    Awesome Idea!! I think someone made 1 a LONG time ago
     
  17. nckheinrich

    nckheinrich Level II

    Joined:
    Nov 2, 2006
    Messages:
    265
    Likes Received:
    0
    you could put a minimum limit on the reward that would help a lil bit idk if that would be a lot of extra work or what.
     
  18. expon

    expon Administrator
    Staff Member

    Joined:
    Oct 30, 2006
    Messages:
    1,393
    Likes Received:
    56
    Location:
    UK
    I'll make it find the highest reward on the page and go for that..
     
  19. alone1

    alone1 Level II

    Joined:
    Nov 2, 2006
    Messages:
    270
    Likes Received:
    0
    Location:
    Saint John, New Brunswick, Canada
    it could be a good idea to make it look for the highest, and if it misses, go back and look for higest untaken one?
     
  20. Milanos

    Milanos Level IV

    Joined:
    Nov 2, 2006
    Messages:
    1,771
    Likes Received:
    12
    Location:
    In your nose
Thread Status:
Not open for further replies.