Page 1 of 2 12 LastLast
Results 1 to 25 of 26

Thread: Edgevile AIOSmelter

  1. #1
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default Edgevile AIOSmelter

    Out-dated during EoC
    (not hard to fix it)

    Because of lack of interest not going be updated.

    at least official version, I still need bracelets smelter going to make one after exams.



    Edgevile AIOSmelter V1.0 Beta
    Desctiption:
    • This script is able to smelt: [bronze bars, iron bars, silver bars, steel bars, gold bars, mithril bars, adamant bars, rune bars]
    • Also this script is able to do "second" action. Smelt just smelt steel bars to Cballs, and Gold bars to Bracelets.


    Requirements to run:
    • You should have latest simba (SRL version).
    • You should have latest SPS version.
    • You should have skill requiraments to smelt selected bars
    • You should have mould in you toolbelt if you use second action.
    • And of course you should have materials to make bars.


    How to use:
    First of all, put attached 'edgemap' to 'C:\Simba\Includes\SPS\img\runescape_other'
    Fill out script settings lines.

    Line 12: You have to enter what bars you want to make in lowercase letters.
    Example:
    Simba Code:
    FMat = 'steel bar';
    //Available options
    //bronze bar, iron bar, silver bar, steel bar, gold bar, mithril bar, adamant bar, rune bar.

    Line 14: You have to choose True or False, depending you want to make gold bracelets or not [NOTE: Script makes gold bracelets after it makes gold bar, reduces walking time because it does it at once].
    Example:
    Simba Code:
    GoldBarToBracelet = true;
    //Available options
    //GoldBarToBracelet = true; // Going to make gold bracelets
    //GoldBarToBracelet = false; // Going to bank gold bars instead

    Line 14: You have to choose True or False, depending you want to make cannon balls or not [NOTE: Script makes cannon balls after it makes steel bar, reduces walking time because it does it at once].
    Example:
    Simba Code:
    SteelBarToCBalls = true;
    //Available options
    //SteelBarToCBalls= true; // Going to make cannon balls
    //SteelBarToCBalls= false; // Going to bank steel bars instead



    Lines 30-33: Declare Player information, dahh..

    Should do list::
    This will be updated then I have time. (Exams soon... don't judge me )
    • Fix progress report to count after each smelt
    • Add crafting support, Rings, amulets, all bracelets, silver crafting items as well.
    • Steel bars to cannon balls


    Known bugs:
    • Progress report, counts only after load done.
    • script may fail to find some of DTMs please post if happens.



    Progress reports would be nice, and please post any bugs you find. That's my first release though..


  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Nice release! (you spelled Smelt wrong )

  3. #3
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Nice release! (you spelled Smelt wrong )
    ty fixed it

  4. #4
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    ty fixed it
    It's still wrong in the script, but it still compiles because it's spelled wrong consistently

  5. #5
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    It's still wrong in the script, but it still compiles because it's spelled wrong consistently
    oh in script.. Idk why I write it in that why.. though english ins't my first language, like probably you already understand, going to fix it later

  6. #6
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    oh in script.. Idk why I write it in that why.. though english ins't my first language, like probably you already understand, going to fix it later
    Yeah, it doesn't really matter at all Also I'd be lucky if I could spell anything right in Norwiegian

  7. #7
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Yeah, it doesn't really matter at all Also I'd be lucky if I could spell anything right in Norwiegian
    Interesting point is I'm not able to spell much words in Norwegian ( I Just live/study (searching for job) in Norway :P )

  8. #8
    Join Date
    Jan 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Congrats on the release will try it out later, have some spare gold let's see how it goes!

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

    Default

    I will be testing this later once I train a bit of prayer since it's low.

  10. #10
    Join Date
    May 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looking to use it to smelt 130k~ Gold Bars. Is it stable for that?

  11. #11
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by XSA View Post
    Looking to use it to smelt 130k~ Gold Bars. Is it stable for that?
    I did smelt 100k.

  12. #12
    Join Date
    May 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    I did smelt 100k.
    Great, thanks. I'll try it out and let you know how it goes.

  13. #13
    Join Date
    May 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: Got it to login but it doesn't smelt because of the new interface
    Last edited by XSA; 11-23-2012 at 05:42 PM.

  14. #14
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by XSA View Post
    Edit: Got it to login but it doesn't smelt because of the new interface
    And I you read before download. it would be easier to live.

  15. #15
    Join Date
    May 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    And I you read before download. it would be easier to live.
    I did read. I asked a question about it. You said you smelted 100k with it. You could have followed up with "but it won't do that now."

  16. #16
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Hi

    What do I have to do to fix it please??

  17. #17
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by nooby123 View Post
    What do I have to do to fix it please??
    Update smelth procedure to EoC support should do the job

  18. #18
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Talking

    Quote Originally Posted by Laimonas171 View Post
    Update smelth procedure to EoC support should do the job
    FoundMatches := SPS_FindMapInMap(P.x, P.y, SPS_AreaMaps, SmallMap, SPS_Tolerance);

    This is the error I get, I don't know how to fix it =[ help please
    Last edited by nooby123; 12-05-2012 at 01:32 PM.

  19. #19
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by nooby123 View Post
    FoundMatches := SPS_FindMapInMap(P.x, P.y, SPS_AreaMaps, SmallMap, SPS_Tolerance);

    This is the error I get, I don't know how to fix it =[ help please
    Did you put map in SPS / others folder?

  20. #20
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    Did you put map in SPS / others folder?
    Sorry my bad, map is fix now, only problem I have is it won't click on smelt since the EoC, can you help me fix that please? Appreciate it bro, thanks for your great work =]

  21. #21
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude, please help man, I played for 8 hours straight just for one level. This isn't fair. Everyone around me there have a life and botting away lol

  22. #22
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by nooby123 View Post
    Dude, please help man, I played for 8 hours straight just for one level. This isn't fair. Everyone around me there have a life and botting away lol
    According to your post count that isn't fair if I do update and you leech it

  23. #23
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Laimonas171 View Post
    According to your post count that isn't fair if I do update and you leech it
    This is why I went to powerbot and got a better script which is flawless! Thanks for your help though! really dude! What you did was beyond sadness! Why post something without having it working properly, you might aswell remove your useless post. Idiot


    Edit: You can shove your bot up your nerdy ass! Stupid bot!
    Last edited by nooby123; 12-06-2012 at 11:20 AM.

  24. #24
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by nooby123 View Post
    This is why I went to powerbot and got a better script which is flawless! Thanks for your help though! really dude! What you did was beyond sadness! Why post something without having it working properly, you might aswell remove your useless post. Idiot


    Edit: You can shove your bot up your nerdy ass! Stupid bot!
    GTFO, leecher, it was posted then it was still working.

  25. #25
    Join Date
    Jan 2012
    Location
    in a galaxy far far away
    Posts
    371
    Mentioned
    3 Post(s)
    Quoted
    48 Post(s)

    Default

    Quote Originally Posted by nooby123 View Post
    This is why I went to powerbot and got a better script which is flawless! Thanks for your help though! really dude! What you did was beyond sadness! Why post something without having it working properly, you might aswell remove your useless post. Idiot


    Edit: You can shove your bot up your nerdy ass! Stupid bot!
    haha my day is made, im just gonna sit around and watch moonshiners all day now!
    >:)

Page 1 of 2 12 LastLast

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
  •