Results 1 to 23 of 23

Thread: Arclight's OGL Chistmas Cooking 2015

  1. #1
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default Arclight's OGL Chistmas Cooking 2015

    Yo, threw together this script for the Christmas cooking event thing. Have the stove opened up when you start, I haven't implemented opening it. It uses the keyboard to pick what to do, so it should never click off the stove or anything. I need to add more antiban probably, right now it just does a minimap turn occasionally. It was working pretty well for me when I was testing it, but let me know if you find any bugs. I use the default interface for this script.

    edit: I think I should also mention, there are no fail-safes, granted, nothing much to fail on.

    See https://villavu.com/forum/showthread.php?t=112599 about setting up ogl.
    Attached Files Attached Files

  2. #2
    Join Date
    May 2012
    Location
    USA
    Posts
    169
    Mentioned
    2 Post(s)
    Quoted
    64 Post(s)

    Default

    Sweet release. I've been scavenging for simple/short scripts to learn from when finals are over. I'll take a look at it tomorrow.

  3. #3
    Join Date
    Jun 2012
    Posts
    586
    Mentioned
    112 Post(s)
    Quoted
    296 Post(s)

    Default

    findModelByIdAndTooltip()

    ^ Very cool idea, mate. I haven't logged into RS in a while, but your script/layout looks very cool. Only thing I'd mention is - what layout does this require? Old School/SRL/full viewport?




    Skype: obscuritySRL@outlook.com

  4. #4
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    It needs a default (the default on the escape menu) viewport. Pretty sure that's full viewport.

  5. #5
    Join Date
    Nov 2015
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I requested this script the first day, and got no replies. I decided to make my own. I did something similar to yours, but mine stops periodically and does defence. I was just about to post mine, but I think ill just keep mine private lower the ban chance maybe?? lol I ran your script for about an hour. It ran really good. Congrats on release it looks really good.

  6. #6
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by iturtleee View Post
    I requested this script the first day, and got no replies. I decided to make my own. I did something similar to yours, but mine stops periodically and does defence. I was just about to post mine, but I think ill just keep mine private lower the ban chance maybe?? lol I ran your script for about an hour. It ran really good. Congrats on release it looks really good.
    I would do the defense xp thing, but its too shitty to really spend time on it. The cooking is fairly good xp, the defense is not so much. They balanced the event pretty horribly.

  7. #7
    Join Date
    Jan 2013
    Posts
    78
    Mentioned
    3 Post(s)
    Quoted
    44 Post(s)

    Default

    It starts up and everything but it doesn't use the keybinds. I have everything set up properly (or so I think?) yet it doesn't want to work with me.

    I get these errors:

    ArclightOGLChristmas2015 > tSmart.getParameters() failed

    Error: Access violation at line 99
    Execution failed.
    The following bitmaps were not freed: [0]

    It spins the camera every now and then, but that's just about it.

  8. #8
    Join Date
    Nov 2010
    Location
    West Philadelphia, born and raised
    Posts
    522
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    It's been running pretty smoothly so far! I did tweak the wait times a bit so it would respond to food changes faster (1-3s instead of 0-10s) and decreased the likelihood of a camera rotation happening--it was making me dizzy

    Update: 15 levels and counting, running solid

    Quote Originally Posted by jamesaz1994 View Post
    It starts up and everything but it doesn't use the keybinds. I have everything set up properly (or so I think?) yet it doesn't want to work with me.

    I get these errors:

    ArclightOGLChristmas2015 > tSmart.getParameters() failed

    Error: Access violation at line 99
    Execution failed.
    The following bitmaps were not freed: [0]

    It spins the camera every now and then, but that's just about it.
    It initially did that for me. I changed the layout from Old School to RS3 Default and that got it working.
    Long ago, the '90s Nicktoons lived together in harmony. Then, everything changed when the century turned. Only Avatar, the best of the 2000's Nicktoons, could save them. But when the channel needed it most, the show finished. Four years passed and Mike and Bryan created the new Avatar: Legend of Korra. And although the show itself is great, it has a long way to go before it can live up to The Last Airbender. But I believe Korra can save Nickelodeon.

  9. #9
    Join Date
    Feb 2014
    Posts
    58
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    I went from 50 cooking to about 90 in a day and a half. REP

  10. #10
    Join Date
    Nov 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    wont work for me

  11. #11
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by kylerodgers1994 View Post
    wont work for me
    What does it say in the output?

  12. #12
    Join Date
    Nov 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Error: Access violation at line 99
    Execution failed.
    The following bitmaps were not freed: [0]

  13. #13
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by kylerodgers1994 View Post
    Error: Access violation at line 99
    Execution failed.
    The following bitmaps were not freed: [0]
    Change your layout to default.

  14. #14
    Join Date
    Nov 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    it is :/

  15. #15
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by kylerodgers1994 View Post
    it is :/
    I guess I should explain a bit on how the script works. You are getting an access error because where the script reads on the screen, there is no text. Add "smart.graphics.DrawBox(323, 65, 490, 90);" before mainloop at the bottom and comment out main loop. If the box isn't around the text that says what to cook, your layout is probably wrong. It needs to be the escape menu layout of default. If that doesn't work, no clue what's wrong for you. You might need another box size if your layout doesn't exactly match what I coded it for.

  16. #16
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    can someone take a screenshot of their layout while this is running so i can get an idea of why mine isn't working? :P

    Edit* I finally managed to figure out why the script wasn't working for me. Make sure that in your graphics settings, you have OpenGL selected and not DirectX. Hope that helps
    Last edited by imgonnabeatm; 12-11-2015 at 10:03 PM.

  17. #17
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Quote Originally Posted by imgonnabeatm View Post
    can someone take a screenshot of their layout while this is running so i can get an idea of why mine isn't working? :P

    Edit* I finally managed to figure out why the script wasn't working for me. Make sure that in your graphics settings, you have OpenGL selected and not DirectX. Hope that helps
    You could easily change the tBox that would better suit the interface of yours.
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  18. #18
    Join Date
    Jun 2014
    Posts
    85
    Mentioned
    5 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by onilika View Post
    You could easily change the tBox that would better suit the interface of yours.
    If anyone is going to go that route, some things that might be useful are smart.graphics.clear and smart.graphics.drawBox(box)

    Those will clear and draw a box on the debug screen. Figured I might mention it seeing as the documentation behind OGL is sort of lacking at the moment.

  19. #19
    Join Date
    Jul 2015
    Location
    AZ
    Posts
    103
    Mentioned
    2 Post(s)
    Quoted
    56 Post(s)

    Default

    Wow, I can't believe just how simple and easy this is! 120 Cooking, here I come! Side note, does anyone know if the agility xp is worth it on this event?

  20. #20
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Does anyone know the aprox xp per hour you get on cooking with the scrip??

  21. #21
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Congratulations

  22. #22
    Join Date
    Oct 2015
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    great script

  23. #23
    Join Date
    Apr 2015
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by Silentcore View Post
    Does anyone know the aprox xp per hour you get on cooking with the scrip??
    It gets you 99 cooking, 'nuff said. But really, I think I averaged 125-150K/hr. through level 99.

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
  •