Page 16 of 24 FirstFirst ... 61415161718 ... LastLast
Results 376 to 400 of 600

Thread: Evlin's Gilded Altar

  1. #376
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by jonnypot View Post
    Tried v3.1. Banks just fine but when I get to my house it opens the door, walks in, then it just keeps clicking the compass to face north and raise the camera up over and over



    Each time it does so it says this "AutoColor = xxxxxx" (for example 5135718)

    Then when I stop the script it says "The following DTMs were not freed: [2]"
    I'm Not sure which DTM I am Not Freeing.. I think i just figured it out

  2. #377
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jonnypot View Post
    Tried v3.1. Banks just fine but when I get to my house it opens the door, walks in, then it just keeps clicking the compass to face north and raise the camera up over and over



    Each time it does so it says this "AutoColor = xxxxxx" (for example 5135718)

    Then when I stop the script it says "The following DTMs were not freed: [2]"
    you need to delete the lines 261 262 263 and 264

  3. #378
    Join Date
    Mar 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by can i pk View Post
    you need to delete the lines 261 262 263 and 264
    That worked. The bot still missed the right burner by a smidge though and tried to continue without doing the left

  4. #379
    Join Date
    Dec 2011
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just have it littel fun use little of he's scripts and u will find a way to do it on like i'm not sure it work great that i have done yet but work on it and i do not stop before it work like i want it


    and keep ur good work at scripting

  5. #380
    Join Date
    Feb 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah mis clicked the right and went straight to burying

  6. #381
    Join Date
    Dec 2011
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Vicksuper View Post
    Yeah mis clicked the right and went straight to burying
    i mean u can find the best of then and copy some from the other that work like it should and u get a perfect scripts and now i have run like 7 trips without any prob so now it work like i love it lol but i can said one thing use remade and alter from v3,10 i do that and it work great so try it and tell me how it goes for u

  7. #382
    Join Date
    Dec 2011
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hader dem2 View Post
    i mean u can find the best of then and copy some from the other that work like it should and u get a perfect scripts and now i have run like 7 trips without any prob so now it work like i love it lol but i can said one thing use remade and alter from v3,10 i do that and it work great so try it and tell me how it goes for u




    and evlin i do not hope u get mad on me i do only try out and see how thing work and only have use ur's script's

    and sorry for dobble posting
    Last edited by hader dem2; 04-05-2012 at 05:34 PM.

  8. #383
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah it was missing the right burner for me to so i changed line 268 with this
    if FindColorTolerance(x, y, 15331313, 328, 28, 413, 180, 5) then
    Last edited by can i pk; 04-05-2012 at 09:05 PM.

  9. #384
    Join Date
    Feb 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by kirbyn View Post
    Just wondering Evlin if you could add a friends alter scheme to this bot? i have aload of bones banked but im only 70 con, my bank is the bones at the minute, got 94 banked :/. it would be a great help if possible, no worries if you can't i'll just have to get 75 con.
    crystal saw + the tea in your house. Im 70 con and got 95 pray on my own g altar in house

  10. #385
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    Guys i am happy for you to alter the script as long you DO NOT SELL IT.
    Plus busy all easter.

  11. #386
    Join Date
    Mar 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by can i pk View Post
    yeah it was missing the right burner for me to so i changed line 268 with this
    if FindColorTolerance(x, y, 15331313, 328, 28, 413, 180, 5) then
    thanks its working great now with that

    edit: spoke to soon. That line does help it find the burner, but it still doesn't work a lot of the time
    Last edited by jonnypot; 04-06-2012 at 04:49 PM.

  12. #387
    Join Date
    Dec 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jonnypot View Post
    thanks its working great now with that

    edit: spoke to soon. That line does help it find the burner, but it still doesn't work a lot of the time
    It's missing the burners because your character is still moving while it tries to click them, and there are no failsafes to make sure it clicks the first burner. I made a quick fix by adding a wait between OpenDoor and RightBurner being called in the main loop (around line 435 in the unedited version). The script is running nicely now, but you definitely need to babysit it.


    Overall a nice script, Evlin. It could use more failsafes in the object and banker finding scripts in order to be completely flawless. I still really appreciate the time you put into making this; you're saving me countless hours of grinding prayer training!
    Last edited by MaxPower; 04-06-2012 at 06:35 PM.

  13. #388
    Join Date
    Apr 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MaxPower View Post
    It's missing the burners because your character is still moving while it tries to click them, and there are no failsafes to make sure it clicks the first burner. I made a quick fix by adding a wait between OpenDoor and RightBurner being called in the main loop (around line 435 in the unedited version). The script is running nicely now, but you definitely need to babysit it.


    Overall a nice script, Evlin. It could use more failsafes in the object and banker finding scripts in order to be completely flawless. I still really appreciate the time you put into making this; you're saving me countless hours of grinding prayer training!
    Mind sharing that QF full code please, can't get it to work as you described lol im new to this language

  14. #389
    Join Date
    Dec 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by infamousnightmar View Post
    Mind sharing that QF full code please, can't get it to work as you described lol im new to this language
    Just open up the script and go to the very bottom. At line 432, where it says

    Code:
    OpenDoor;
    RightBurner;
    make it

    Code:
    OpenDoor;
    wait(1000 + random(500));
    RightBurner;

  15. #390
    Join Date
    Apr 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol tried that, got

    Found The Marrentill
    Found the DragonBones
    AutoColor = 5137268
    Found Right Burner, Lighting.
    Did not Find Left Burner, Terminating Script.
    Successfully executed.
    The following DTMs were not freed: [2]

  16. #391
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    MaxPower Is On to it, Please go on to worlds with less than 100 Ping, That will make the script work all the more.

    And Should I apply for members with it :/?

  17. #392
    Join Date
    Apr 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    But May i ask what version are you referring to when you say "unedited version"?
    Such As,

    File Type: simba Evlin's Gilded Altar V1.30.simba (7.3 KB, 151 views)
    File Type: simba Evlin's Gilded Summoning Support Altar V2.simba (8.8 KB, 123 views)
    File Type: simba Evlin's Gilded Summoning Support Altar V2.10.simba (8.2 KB, 157 views)
    File Type: simba EvlinsGildedAltarReMade.simba (10.5 KB, 35 views)
    File Type: simba EvinsGildedAltarV3.10.simba (10.6 KB, 60 views)
    Ex,

    Also In Procedure BoneValues;

    Don't you need to free the BoneDTM?
    Last edited by infamousnightmar; 04-07-2012 at 01:47 AM.

  18. #393
    Join Date
    Mar 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MaxPower View Post
    It's missing the burners because your character is still moving while it tries to click them, and there are no failsafes to make sure it clicks the first burner. I made a quick fix by adding a wait between OpenDoor and RightBurner being called in the main loop (around line 435 in the unedited version). The script is running nicely now, but you definitely need to babysit it.


    Overall a nice script, Evlin. It could use more failsafes in the object and banker finding scripts in order to be completely flawless. I still really appreciate the time you put into making this; you're saving me countless hours of grinding prayer training!
    I thought of that and tried it, it did help but I don't think that's the problem. I think whenever it walks infront of the alter from the door is can land in either the 'left' square or the 'right' one. Whenever my char ends up in the right square he almost never misses the burner, but the left square almost always misses it.
    I'll log in later to screenshot what I'm talking about

    Quote Originally Posted by Evlin View Post
    MaxPower Is On to it, Please go on to worlds with less than 100 Ping, That will make the script work all the more.

    And Should I apply for members with it :/?
    Hard to get a world less than 100 ping when you're aussie, you know that
    And the Australian servers lag more than any others for some deranged reason

  19. #394
    Join Date
    Jan 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Amazing script + minor fix= flawless script! will add progy for you elvin <3

  20. #395
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    I get 50 Ping... And i'm Aussie


    Quote Originally Posted by XboxDubstep View Post
    Amazing script + minor fix= flawless script! will add progy for you elvin <3

    Thank You! Much Appreciated.

  21. #396
    Join Date
    Dec 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Evlin View Post
    MaxPower Is On to it, Please go on to worlds with less than 100 Ping, That will make the script work all the more.

    And Should I apply for members with it :/?
    I think if you add more failsafes, you should definitely apply for member with it. I'm not sure what they use as criteria for acceptance, but this script isn't quite reliable enough yet to warrant member status in my opinion. Some examples I can think of are:

    -a watchdog timer to make sure the script doesn't get stuck trying to find the bankers. Some kind of reset feature so that if the script moves and doesn't realize it, it can reset and either move to the bank on the map or search for bankers on the screen.

    -feedback so the script knows it lit each burner. For instance it could wait until it sees "You burn some marrentill in the incense burner." before moving on to light the next burner or sacrifice the bones. Make the script loop through detecting and lighting each burner before moving on to the next step.

    -On line 261 you have this code which screws up the sacrificing and lighting. I had to comment it out to run the script:
    Code:
      if not FindObjTPA(x, y, DoorColour , 3, 1, 70, 80, 200, ['oor']) then
      begin
        OpenDoor;
      end;
    I can't really think of any other areas where I've seen the script fail. I'd check out these guidelines to make sure you've covered all the requirements before applying.

    @jonnypot, the script works for me whether it steps onto the left or right tile. I am using can i pk's fixes and the wait I mentioned.

    @infamousnightmar, use the most recent version (3.10) and try can i pk's fixes in addition to adding the wait. It works fairly reliably for me.
    Last edited by MaxPower; 04-07-2012 at 12:52 PM.

  22. #397
    Join Date
    Apr 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, Works fine for like 2 runs then it fails to detect Burners

  23. #398
    Join Date
    Dec 2011
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by infamousnightmar View Post
    Hmm, Works fine for like 2 runs then it fails to detect Burners
    You have to babysit it.

  24. #399
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Problem With Script

    AutoColor = 5006450

    keeps clicking compass non stop, needs to click burners instead

  25. #400
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    Max Power I had 2 of those ideas hovering around in my head, but it's Easter now so it'll have to wait till Monday/Tuesday.

Page 16 of 24 FirstFirst ... 61415161718 ... 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
  •