Results 1 to 6 of 6

Thread: Etheras Essence Miner linearroadwalk Problem

  1. #1
    Join Date
    Sep 2007
    Location
    Greece
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Etheras Essence Miner linearroadwalk Problem

    Ok , Ive been working hard to find what is wrong with this but it just wont happen.

    This is a script created in 48 hours time so its not a totally pro one
    just want people to help me and tell me why after SMART starts and logs in it just moves the pointer around and not doing linearroadwalk. linearroadwalk is nessecery for the script so i cant skip it ive tryed RadialWalk but got the same error. If you could pls help me i would <3 it.

    Oh BTW in debug it stops at
    Code:
    Creating the NickTPA.
    and havent found any scripts that use that kind of color and command (Its Mainly a dirty road so i cant use Varrock road colors.

    This was suppose to be for personal use only so ... you know.

  2. #2
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    No failsafes at all.
    Why don't u use radialwalk?
    SCAR Code:
    If(PinScreen)Then InPin(Players[CurrentPlayer].Strings[0]);
    Hmm u never declared string 0 ?
    Eerik.
    This probably won't even make it to the mining spot, and try dtms?

  3. #3
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    You need to use autocolouring to get the road colour, as it changes every time you login. The best way would be to use a DTM to identify a spot on the road (when you are near) then using GetColor to get the colour of the position of the DTM (though if anyone is standing on it, then you would have some problems).

  4. #4
    Join Date
    Sep 2007
    Location
    Greece
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *Mixster05*
    Thx for the response . Supposed RadialWalk and etc where suppose to be built for this kind of things: Finding a part of a road and clicking it but im gonna try your solution.If you could explain your idea farther i would realy appreciate it Cause the TuT's ive read Dont explain much about the color. Before i quit pascal i used to use radial walk aid but now it is deleted. pls help would be appreciated.
    *heavenzeyez1*
    You are totaly out of subject. If my script has no failsafes has nothing to do with my issue neither does the fact that i didnt declare String[0](That i must say was something i hadnt noticed thx )

  5. #5
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    You can use a DTM to find a unique location, such as in D/DTM walking, but instead of using it to walk, you can use it to get the road colour or you could just use a D/DTM walker. I'm sure I saw a tut for it in the Intermediate/ Advanced section, but I'm not 100% sure (check the tut list, would be there if anywhere). If you do just use the DTM to get the road colour, you can then store that as a global var (as in declared at the beginning of the script) then use that instead of an actual number in all your walking procedures (which would save some time in the scripting, but does make it likely to faill 100% if someone was standing on the spot it chose to get the colour from - if that makes any sense).
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  6. #6
    Join Date
    Sep 2007
    Location
    Greece
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It Does make sence thx very much mixster i know what tut you are reffering too just hadn'y looked for DTM walking.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with Wizzups? Essence Miner
    By Sirt in forum OSR Help
    Replies: 7
    Last Post: 10-13-2007, 02:16 PM
  2. My problem with Pentti's Essence Miner 2.2
    By pengu in forum OSR Help
    Replies: 2
    Last Post: 06-08-2007, 08:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •