Search results

  1. Experience

    Again...Taking requests/suggestions

    I forgot that I haven't updated the provo script on the website yet. I'll upload the new one that is much better
  2. Experience

    Again...Taking requests/suggestions

    it picks 2 random targets so you may need to lower the overall range it searches for enemies.
  3. Experience

    Again...Taking requests/suggestions

    Yes
  4. Experience

    Again...Taking requests/suggestions

    Any time!
  5. Experience

    Hi, Old DFI player here.

    I played on DFI AOS and UOR as Smitty and Lerick
  6. Experience

    Again...Taking requests/suggestions

    it ignores red name mobs and only attacks within 12 tiles
  7. Experience

    Again...Taking requests/suggestions

    http://uosteam.proboards.com/thread/4/lockpick-trainer //Select an instrument automatically to use if @findtype '0xe9e' '0' 'backpack' 'any' '2' //Tambourine with red tassle @setalias 'instrument' 'found' elseif @findtype '0x2805' 'any' 'backpack' 'any' '4' //Flute @setalias 'instrument'...
  8. Experience

    Again...Taking requests/suggestions

    Or you could just copy and paste that into another script
  9. Experience

    Again...Taking requests/suggestions

    if not timerexists 'Reflect' createtimer 'Reflect' endif if timer 'Reflect' > 30000 cast 'magic reflection' pause 4000 settimer 'Reflect' 0 endif
  10. Experience

    Again...Taking requests/suggestions

    There are healing/potion scripts available currently
  11. Experience

    Again...Taking requests/suggestions

    where exactly are you entering a serial? and for what...
  12. Experience

    Again...Taking requests/suggestions

    Line 1 is the Serial (Specific to that single item) Line 2 is the Type (specific to every item IE:runebook, spellbook, katana, etc.)
  13. Experience

    Vet Script Questions

    Just need to figure out the parameters needed/timer for protection and i'll update that
  14. Experience

    Vet Script Questions

    //Experience //Heals 2 pets. //Included weight check on self @cleartargetqueue @clearjournal if dead 'self' stop endif //Setup if not findalias 'pet1' headmsg 'Select first pet' promptalias 'pet1' endif if not findalias 'pet2' headmsg 'Select second pet' promptalias 'pet2' endif if not findalias...
  15. Experience

    Vet Script Questions

    As soon as I get time I shall
  16. Experience

    Again...Taking requests/suggestions

    http://prntscr.com/c5fxjv All pretty self explanatory
  17. Experience

    Again...Taking requests/suggestions

    click the macro tab and at the bottom you will see "object inspector" use that and target whatever you need the ID for
  18. Experience

    Vet Script Questions

    Precisely.
  19. Experience

    Enhanced Auto Pet Heal - Now with lists!

    It depends on your use for it. The reason I dont like the list idea is if you are trying to heal an allies pets or w/e you have to use a diff macro or do it manually because they aren't in the list. and if they are it will conflict with your pets when all pets are visible
  20. Experience

    Vet Script Questions

    The script will heal the pet with lowest health until both pets are fully healed. make sure to check the loop script box on the left. it will also feed them if you have raw ribs in your pack.
Top