Search results

  1. Experience

    Again...Taking requests/suggestions

    http://uosteam.proboards.com/thread/68/all-pets-on-hotkey
  2. Experience

    Again...Taking requests/suggestions

    msg 'All Come' pause 1200
  3. Experience

    Again...Taking requests/suggestions

    //Author: Experience //This will drop all gold to beetle when overweight if not findalias 'mount' useobject 'self' promptalias 'mount' endif while weight >= maxweight if mounted 'self' useobject 'self' pause 1000 movetype '0xeed' 'backpack' 'mount' pause 1000 @useobject 'mount' elseif not...
  4. Experience

    Again...Taking requests/suggestions

    //Author: Experience //Added "All Come" for pets if not @findobject 'Recall Book' promptalias 'Recall Book' endif if not @findalias 'Loot Box' promptalias 'Loot Box' endif msg 'All Come' cast 'recall' autotargetobject 'Recall Book' pause 2000 msg 'All Come' pause 2500 while findtype...
  5. Experience

    Again...Taking requests/suggestions

    Why would recalling on a hotkey anywhere be illegal?
  6. Experience

    Again...Taking requests/suggestions

    the only detection for hp you can use on anyone but yourself is hits == maxhits or hits < maxhits. can't detect any certain amount of hp.
  7. Experience

    Again...Taking requests/suggestions

    //Author: Experience if not @findobject 'Recall Book' promptalias 'Recall Book' endif if not @findalias 'Loot Box' promptalias 'Loot Box' endif cast 'recall' autotargetobject 'Recall Book' pause 4500 while findtype '0xeed' 'any' 'backpack' 'any' '3' moveitem 'found' 'Loot Box' '0 0 0'...
  8. Experience

    LF a Macro that skins new corpses, cuts leather & loot it

    if not @findtype '0x2006' 'any' 'ground' '1' '2' sysmsg ' ******No Corpse Found******' '28' else @setalias! 'o' 'found' endif if not @findtype '0xf52' 'any' 'backpack' sysmsg '*****No dagger*****' '25' stop else @usetype! '0xf52' 'any' 'backpack' waitfortarget '5000' target! 'o'...
  9. Experience

    META DEXXERS NEW ARMOR CHANGES AND HIT CHANCE CHANGES

    I tested my nox fencer against my axxer the other day and I'm much happier with the damage that comes from it. Didn't really notice a dmg increase on my fencer though...
  10. Experience

    Cellar Layouts

    1M private sell maybe lol
  11. Experience

    Housing: Owner-only Refreshes

    I think it should be owner/co-Owner. I know several people that share houses. We need to keep in mind the overall community. People move, run of bad luck (displacement due to natural disaster, job loss, etc), military deployments, etc. If we make owner only refreshes we need to add a vacation...
  12. Experience

    Dexxer Assistant (2h weapon/shield) Bandages and Pots need tweak...

    Please nobody use the below script. It is TOTALLY OP in pvp!!! if hits < maxhits if graphic 'self' == 401 or graphic 'self' == 400 cast "Polymorph" waitforgump 0xad105d86 15000 replygump 0xad105d86 1 0 pause 6000 endif if poisoned 'self' cast 'cure' 'self' pause 1800 endif miniheal 'self' pause...
  13. Experience

    Dexxer Assistant (2h weapon/shield) Bandages and Pots need tweak...

    I was thinking more along the lines of if hits < 25 msg '[e cry' cast 'invuln' 'self' pause 600 msg '[e laugh' msg '[kill autotargetenemy endif
  14. Experience

    Again...Taking requests/suggestions

    I think I have a keg filler macro somewhere....
  15. Experience

    Dexxer Assistant (2h weapon/shield) Bandages and Pots need tweak...

    WAIT...You guys mean to tell me having a macro auto-chug for me doesn't make me a 1337 PVPer?? :( Guess I need to work on more scripts....
  16. Experience

    Again...Taking requests/suggestions

    http://uosteam.proboards.com/thread/75/taming-assistant-peacemaking
  17. Experience

    How is the mana regain rate calculate

    AFAIK the higher your intel (in 20 point increments i think) gives you a boost as well as Meditation bonus
  18. Experience

    Again...Taking requests/suggestions

    http://uosteam.proboards.com/thread/9/item-using-wand
  19. Experience

    Again...Taking requests/suggestions

    add: (inside the for/endfor) if weight > maxweight stop endif
  20. Experience

    Enhanced Auto Pet Heal - Now with lists!

    @Nasty_Girl Should be good to go. That's what I get for using copy/paste haha if not listexists 'petlist' createlist 'petlist' endif //add an entry for each pet you hunt with: @pushlist 'petlist' '' // Death Beetle @pushlist 'petlist' '' // Meta @pushlist 'petlist' '' // white wyrm //Removes...
Top