Results 1 to 12 of 12

Thread: Dungeoneering

  1. #1
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Dungeoneering

    Reety.
    I'm gonna do this ;3

    I could do with some help though, as i'm lacking time to play through Dungeoneering, and code the framework!

    You don't have to help, but i'll credit!

    Things I need;

    IDs for doors (locked and unlocked)
    IDs for keys
    IDs for harvest-able things
    IDs for things like furnaces etc.




    I can't get rsb0t to work, so that's why I came here.
    If you're interested in the coding part, post in this thread and PM me
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by HarryJames View Post
    Reety.
    I'm gonna do this ;3

    I could do with some help though, as i'm lacking time to play through Dungeoneering, and code the framework!

    You don't have to help, but i'll credit!

    Things I need;

    IDs for doors (locked and unlocked)
    IDs for keys
    IDs for harvest-able things
    IDs for things like furnaces etc.




    I can't get rsb0t to work, so that's why I came here.
    If you're interested in the coding part, post in this thread and PM me

    Hey I may not be able to dung atm or help get u ID's but I can help u get the bot working to get id's

    do the following..

    using tortoise svn,
    SVN checkout this: http://rsbot-client.googlecode.com/svn/trunk/

    It should have downloaded a folder to your desktop or wherever you checked it out..
    Go to the following folder: rsbot-client/src/org/rsbot/bot.. open the file crawler.java

    and replace line 24 with:

    final String game = firstMatch("<frame id=\"[^\"]+\" style=\"[^\"]+\" src=\"([^\"]+)\"", downloadPage(frame, index));

    Now go and run Compile.bat in the Rsbot-client folder.. you will now have RSbot.jar if u run it, u will see its version 2.29 and works. Not sure how many ppl know of this solution but I hope it helped..

    I just did that and it works.. Enjoy
    Last edited by Brandon; 03-21-2011 at 04:28 AM.
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Jan 2011
    Location
    Denver, CO
    Posts
    1,351
    Mentioned
    2 Post(s)
    Quoted
    72 Post(s)

    Default

    Good luck with this project, the script will be huge!

  4. #4
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Yes this won't be an easy task. But maybe later on if you open up your project to the community it'll grow much faster at a rapid rate.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


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

    Default

    Like I've said before, building a serviceable Dungeoneering bot that can handle completely random dungeons--plus use the level of planning required to complete said dungeon alone--will be a task multiple times bigger than MSI. However, if you're seriously intending to start one then I applaud you.
    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.

  6. #6
    Join Date
    Oct 2008
    Posts
    500
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ggzz View Post
    Hey I may not be able to dung atm or help get u ID's but I can help u get the bot working to get id's

    do the following..

    using tortoise svn,
    SVN checkout this: http://rsbot-client.googlecode.com/svn/trunk/

    It should have downloaded a folder to your desktop or wherever you checked it out..
    Go to the following folder: rsbot-client/src/org/rsbot/bot.. open the file crawler.java

    and replace line 24 with:

    final String game = firstMatch("<frame id=\"[^\"]+\" style=\"[^\"]+\" src=\"([^\"]+)\"", downloadPage(frame, index));

    Now go and run Compile.bat in the Rsbot-client folder.. you will now have RSbot.jar if u run it, u will see its version 2.29 and works. Not sure how many ppl know of this solution but I hope it helped..

    I just did that and it works.. currently botting agility.. Enjoy
    Where did you hear about this fix? Link if you don't mind.

  7. #7
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by kitchenrange View Post
    Where did you hear about this fix? Link if you don't mind.
    There was a fix for 2.29 posted on the RSBot forums:
    http://www.powerbot.org/vb/showthread.php?t=690419

    Version 2.30 is out now which fixes the problem anyway.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  8. #8
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Right, i'm fixing up a CONST list of every item and NPC. This could take a while, and I don't have access to higher tier stuff
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  9. #9
    Join Date
    Feb 2008
    Posts
    748
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    You can also reference the Development section of reflection's GIT.
    https://github.com/SRL/srl-reflectio...ent/Item_Files
    Look under items.txt. Fair warning, it may cause lag in a browser when you open it. So I've attached it as a zip here.

  10. #10
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So has this been written up, or generated from some form of client?

    And thanks, you've saved me quite a bit of time
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  11. #11
    Join Date
    Oct 2010
    Location
    Under a bridge
    Posts
    648
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh maybe i could help, PM me. Also why dont you host your code on GIT and make it public?
    Quote Originally Posted by DD on IRC
    wanted to troll the troll

  12. #12
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Making it public now, would be like trying to make a web, when only the outiside parts or done. People would do induvidual bits, but we'd get nowhere.

    If I do make it public for developing, it won't be until it's got a decent amount of coding done
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

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
  •