Page 10 of 48 FirstFirst ... 8910111220 ... LastLast
Results 226 to 250 of 1193

Thread: AshamanAltars

  1. #226
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok so the incense seems bugged- I changed it to mahogany and it worked fine. zenev + mahog works alright seems like a good script so far! thanks!

    basically with incense it opens the door and waits there

  2. #227
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by sniper90 View Post
    Ok so the incense seems bugged- I changed it to mahogany and it worked fine. zenev + mahog works alright seems like a good script so far! thanks!

    basically with incense it opens the door and waits there
    Incense means the oak kind, it worked fine for me back in the day, was it never clicking on it for you?

  3. #228
    Join Date
    Nov 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its opening the door and doing nothing else.

    http://gyazo.com/afa727599ce5bb1c3f2dbfd94b9f312b

    thats where it stands

  4. #229
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by C0N0R View Post
    Its opening the door and doing nothing else.

    http://gyazo.com/afa727599ce5bb1c3f2dbfd94b9f312b

    thats where it stands
    Did you make sure to put 'Top' exactly like that for altar place?

  5. #230
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    Incense means the oak kind, it worked fine for me back in the day, was it never clicking on it for you?
    It was working for me for the past few days with like 15hrs+, so i think it may just be incorrect settings?

  6. #231
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Great script!

    ========AshamanAltars=========
    =========Version: 1.06=========
    Time Running: 5 Hours, 12 Minutes and 0 Seconds
    Bones Used: 5025
    Experience Earned: 1208340
    Experience/Hour: 230400
    Bones/H: 966
    ===============================

  7. #232
    Join Date
    Apr 2012
    Location
    Norway
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looking forward to using this once i get 75 con off your oak larder bot!

  8. #233
    Join Date
    Apr 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    running this bot, working great so far.

  9. #234
    Join Date
    May 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I finally got Simba working! hahaha

    The script is working pretty well, except for the south door as mentioned previously and in the main thread. Otherwise, great script (=
    Last edited by Jake1715; 05-14-2012 at 02:31 AM.

  10. #235
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Wrote this some time back when I used to Edit Flight's Nature Crafter:
    Simba Code:
    {$I SRL/SRL.Simba}

    var
      RingCount: Integer;

    Function WearRing: boolean;
    var
      RingDTM, X, Y: Integer;
    begin
      RingDTM := DTMFromString('mWAAAAHicY2FgYGAFYk4GCOACYg4omweKXVwcGESnSzKsmCDBUJ0lyGAEFEPGjGgYBADTGwTc');
      if FindDTM(RingDTM, X, Y, MIX1, MIY1, MIX2, MIY2) then
      begin
        MMouse(X, Y, 5, 5);
        if not BankScreen then
        begin
          ClickMouse2(True);
          Result := True;
        end else if BankScreen then
          begin
            ClickMouse2(MOUSE_RIGHT);
            Result:= WaitOption('Wear', 1500);
          end;
          if Result then
            RingCount := 8;
      end else
        Result := False;
      FreeDTM(RingDTM);
    end;

    Function GetRingCount: Integer;
    var
      S, S2: String;
    begin
      GameTab(tab_equip);
      if WearingItem(11) then
      begin
        MouseEquippedItem('ring', 3);
        Wait(RandomRange(175, 350));
        S := GetUpText;
        Wait(RandomRange(175, 350));
        S2 := Between('(', ')', S);
        if not (S2 = '') then
        begin
          Writeln('We have '+S2+' ring charges left');
          Result := StrToIntDef(S2, 8);
        end
      end else
        Result := 0;
    end;

    Function Bank: Boolean;
    var
      NeedRing: Boolean;
    begin
      NeedRing:= (RingCount < 1);
      if (NeedRing) then
        if BankScreen then
          //Withdraw ring blah..
          //WearRing.
    end;

    Function TeleportTo(Where: String): Boolean;                //Lets assume Where = CW..
    begin
      Case LowerCase(Where) of
        'cw':
              //Script Mouses Equipment ring slot.. to check for uptext..
              RingCount:= GetRingCount - 1;
              //Script right clicks ring to teleport.. This guarantees ring count is correct!
      end;
    end;
    This is great, thanks brandon! I will implement this and several other edits on tuesday (I'm out of town till then). Overall improvements and fixes, especially for east and south directions.

  11. #236
    Join Date
    Apr 2008
    Location
    Minnesota, USA
    Posts
    279
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked great got 95 pray with it no pics though :/
    Thanks again
    Currently Working on: Runite Miner W/ World Hop (Fally) 80% complete

    Next: Advanced Gnome Agility Course!

  12. #237
    Join Date
    Jan 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great Script

    Using from 96-99.

  13. #238
    Join Date
    May 2012
    Location
    California
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Bot lag

    When the bot opens the door, it lags really badly. Im not sure what to do about this, as it causes the bot to tele out of my house and never use the herbs on the burners, nor the bones on the altar. I can show some screnshots if this might help you help me.
    thanks and sorry for being a noob

  14. #239
    Join Date
    Feb 2012
    Location
    Ã…lesund,Norway
    Posts
    281
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if anyone got thisto run for houers .. can them tell me how their house is ? and set up ? didnt work for me :S maby a picture of the map ?

  15. #240
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ring of duel teleports, tabs, ring of duel teleports, tabs...

    What did I do wrong? Does it matter my house it at Yanille?
    Last edited by Bownedi; 05-14-2012 at 08:25 PM.

  16. #241
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


    70-95, great script

  17. #242
    Join Date
    Apr 2012
    Location
    Norway
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Everything is working flawlessly EXCEPT the duel ring.. It keeps forgetting to replace the ring and also the start of script for the first run it just sits by door then teles to CW then teles back to house then starts to light and bury.

  18. #243
    Join Date
    Apr 2012
    Location
    Norway
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


  19. #244
    Join Date
    Apr 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    THANKS SO MUCH
    ========AshamanAltars=========
    =========Version: 1.06=========
    Time Running: 6 Hours, 24 Minutes and 21 Seconds
    Bones Used: 8525
    Experience Earned: 2148300
    Experience/Hour: 358050
    Bones/H: 1337
    ===============================
    Last edited by Beriously; 05-14-2012 at 08:05 PM.

  20. #245
    Join Date
    May 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Dude nice, had to config a bit but it works great. But there is one issue could you support praying at summoing obelicks outside of cw. Because when i run out of summoing points i cant summon my terrorbird.

  21. #246
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Small bug: when teleporting, it tries to find the basicwood door on the "there's no place like home" screen. Other than that works good for me so far.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  22. #247
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    Incense means the oak kind, it worked fine for me back in the day, was it never clicking on it for you?
    AH! The marble one is called "Marble Incense" so I thought that was the only Incense one

    Otherwise it's a fairly good script- sometimes it clicks the green area south of the altar. My house is Zenev with Mahog burners so it shouldn't click the green area at all. Anyway, with baby-sitting it did fine

    Perhaps make it not turn everything to "Off"? Might seem a bit strange if everyone who does prayer does this? I usually keep public on because someone at TzHaar bank was doing herblore and talked to me between runs to make sure I wasn't a bot haha.

    Either way, thanks it got me 99 prayer

  23. #248
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by sniper90 View Post
    AH! The marble one is called "Marble Incense" so I thought that was the only Incense one

    Otherwise it's a fairly good script- sometimes it clicks the green area south of the altar. My house is Zenev with Mahog burners so it shouldn't click the green area at all. Anyway, with baby-sitting it did fine

    Perhaps make it not turn everything to "Off"? Might seem a bit strange if everyone who does prayer does this? I usually keep public on because someone at TzHaar bank was doing herblore and talked to me between runs to make sure I wasn't a bot haha.

    Either way, thanks it got me 99 prayer
    Yeah I probably should have made it more clear about the burners :P I will add that next version. The only reason I have it turn it off is because of detecting duel ring message, but with the next version that won't be necessary, so it will be taken out!

    Quote Originally Posted by Harry View Post
    Small bug: when teleporting, it tries to find the basicwood door on the "there's no place like home" screen. Other than that works good for me so far.
    Yeah cuz basic wood is evil, the colors were no fun :P, jk should be a simple fix for that, thanks for reporting back.

    Quote Originally Posted by motherloader View Post
    Dude nice, had to config a bit but it works great. But there is one issue could you support praying at summoing obelicks outside of cw. Because when i run out of summoing points i cant summon my terrorbird.
    did you have summoning pots visible in your bank?

    Quote Originally Posted by Beriously View Post
    THANKS SO MUCH
    ========AshamanAltars=========
    =========Version: 1.06=========
    Time Running: 6 Hours, 24 Minutes and 21 Seconds
    Bones Used: 8525
    Experience Earned: 2148300
    Experience/Hour: 358050
    Bones/H: 1337
    ===============================
    dude epic proggy I will have to add that to front page!

    Quote Originally Posted by public_static_void_main View Post
    Everything is working flawlessly EXCEPT the duel ring.. It keeps forgetting to replace the ring and also the start of script for the first run it just sits by door then teles to CW then teles back to house then starts to light and bury.
    The only reason it would forget the duel ring is if you get caught in that loop from bank to house like you described with no charges left. There will be a fix for that next version. Also what settings do you have typed into script and will you post a pic of you standing by door?

    Quote Originally Posted by biohazard96 View Post

    70-95, great script
    Congrats man!

  24. #249
    Join Date
    Apr 2012
    Location
    Norway
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


  25. #250
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by public_static_void_main View Post
    East needed a little adjustment for next version, but will you post a pick of you standing next to doorway?

Page 10 of 48 FirstFirst ... 8910111220 ... 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
  •