Search:

Type: Posts; User: boardergeek

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1,526
    Views
    264,187

    Try sleep instead of wait. I seem to recall they...

    Try sleep instead of wait. I seem to recall they behaved different.
  2. Thread: Clena up

    by boardergeek
    Replies
    4
    Views
    1,147

    I just tested it. It ran to the pawnshop found...

    I just tested it. It ran to the pawnshop found nothing and went back to the starting room. If I had a drake item it should have sold it. Do you have a drake item?
  3. Thread: Clena up

    by boardergeek
    Replies
    4
    Views
    1,147

    Didn't test it, but you could make a new script...

    Didn't test it, but you could make a new script with the following code and add it to your resting scripts before sloot3 sell


    startRoom = Room.current.id
    start_script 'go2', [ "pawnshop" ]...
  4. Replies
    1,526
    Views
    264,187

    True, I would recommend writing a custom script...

    True, I would recommend writing a custom script if you really want some complicated attack logic.
  5. Replies
    1,526
    Views
    264,187

    Yep, I just checked bigshot.lic and XX actual...

    Yep, I just checked bigshot.lic and XX actual means 5 reps. If you really want more than 5 use a higher x# like target(x10) or what not.


    elsif( i =~ /(.*)\(xx\)/ )
    rep =...
  6. Replies
    1,526
    Views
    264,187

    Pretty sure the target(xx) repeats at most 5...

    Pretty sure the target(xx) repeats at most 5 times. I don't have the code with me, but I can check later.
  7. Replies
    58
    Views
    5,724

    Hey Gib, When my eblade script screwed up your...

    Hey Gib,

    When my eblade script screwed up your upickbot2 script all I did was ask if you ever saw your script say "could not find what you were referring to." I didn't blame your script in fact I...
  8. Cale/Vurtole are a ranger/wizard team in...

    Cale/Vurtole are a ranger/wizard team in Shattered. Love keeping the ranger hasted. Find it very easy to cast nature's touch and then tangle weed in offensive to get some damage done. Lots of...
  9. Replies
    1,526
    Views
    264,187

    With typos fixed, added checks to see if the...

    With typos fixed, added checks to see if the spell is active before casting. Remove the if xxxx.active? and end lines around the spells if you just always want to cast the spells. I also added the...
  10. Replies
    1,526
    Views
    264,187

    Subzeros right. I assume the cast method recasts...

    Subzeros right. I assume the cast method recasts if you fail to hindrance, checks if you have the mana, and if you know the spell. The only problem if that you may not want to wait until you are...
  11. Replies
    1,526
    Views
    264,187

    Small Edit wait_until { percentmind

    Small Edit


    wait_until { percentmind <= 63 }
    wait_until { percentmana == 100 } #I prefer >= 70, but that is just me

    if checkmana >= 40
    fput 'incant 640'
    mana_after_cast =...
  12. Replies
    1,526
    Views
    264,187

    wait_until { percentmana

    wait_until { percentmana <= 100 }
    This will not work, your mana is always a percent between 0 and 100; you have basically said wait until my mana is 100 percent or less, which is always true so it...
  13. Replies
    20
    Views
    4,276

    I should mention that there is a check box for...

    I should mention that there is a check box for hunt undead. Just ignore this check box; I started working on a requested feature but havn't had any time. Eventually the idea is that you could have...
  14. Replies
    20
    Views
    4,276

    Yep I didn't have the UI elements in there for...

    Yep I didn't have the UI elements in there for it. Shows you how much I use the GUI. I just edit the XML in a text editor. Grab the new version from repos.

    ;repos download bloader
    ...
  15. And you confirmed that it wasn't in game lag? I...

    And you confirmed that it wasn't in game lag? I don't know, maybe try an ;update update forcemap. I noticed some off things happening with a bad map database. If it is happening on two completely...
  16. Copy and paste the output of ;list all when it is...

    Copy and paste the output of ;list all when it is slowing down.
  17. Is this in a loop? Or is the script being called...

    Is this in a loop? Or is the script being called repeatedly? How is the script ran? The way that script is written it will just go through once and be done and will not loop at all. The problem...
  18. bow to Tillman and Brute, those are the obvious...

    bow to Tillman and Brute, those are the obvious answers and have had the same experience. Though I side with Brute in that my scripts ended up in the no pause loop immediately not later. I can...
  19. Operating System? Front End (Wizard or SF)? Any...

    Operating System? Front End (Wizard or SF)? Any other programs running? How does the game react if you type in the front end? Is it snappy or just a laggish?

    If running windows, what does...
  20. Replies
    3
    Views
    817

    So Y can be up to a 3 part name? And ;DFetcher...

    So Y can be up to a 3 part name? And
    ;DFetcher 10 uncut yellow diamonds would rummage for uncut yellow diamonds? I assume that if you just put yellow jasper then it doesn't choke on the ...
  21. Replies
    2
    Views
    790

    The problem exists when your exp/hr is so small...

    The problem exists when your exp/hr is so small that the time to next level is infinity. I think an ";xp clear" will probably remedy the situation.
  22. Replies
    16
    Views
    4,154

    Isn't that what I write above?

    Isn't that what I write above?
  23. Replies
    16
    Views
    4,154

    Welp, I don't understand is that your using lich....

    Welp, I don't understand is that your using lich. So why not write the equivalent of
  24. Replies
    20
    Views
    4,276

    I am just now level 36 and added an area for the...

    I am just now level 36 and added an area for the Ill and the three-toed tegu area.
  25. Replies
    20
    Views
    4,276

    Did you add a hunting area? The targets are only...

    Did you add a hunting area? The targets are only in the hunting areas since each hunting area has different targets. I am not at home so I can't check to make sure but it should be in the Hunting...
Results 1 to 25 of 64
Page 1 of 3 1 2 3