Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 8 Ball

Pages: 1 [2] 3 4 ... 7
16
Disco Sampire huh? Template something like:

120 Music
120 Disco
120 Bushido
120 Weapon
100 Necro
120 Parry
Something in Chiv?

X

120 Swords
120 Tactics
120 Music
120 Discordance
100 Necro
80 Chivalry
60 Parry

I use a 1100 Luck suit, a mix of wooden and leather armour with luck shield and M&S glasses which I just threw together for the 1100 Luck. So far I've only used it to farm the first few levels of Shame against melee monsters rather than casters, due to the lack of Resist Spells and the fact that I don't have EP or massive stat increases on this suit so debuffs can really shut me down. I don't really notice the lack of Perfection with taking Disco instead of Bushido, as the damage I can output seems comparable and I imagine against monsters like UEVs Disco is preferable to the increasing damage from Perfection anyway. I'd build a 'normal' suit for this char to try fighting some other high-end single target monsters, but I'm kinda burnt out on building samp suits at the moment, and I have 3 or 4 sampires anyway :P

17
I heard 1100 Luck is the 'sweet spot' for certain mobs, and it certainly seems to be the case for me when I farm level 2 with my disco sampire. I tried a max luck suit and just felt like I wasn't pulling as many usable/sellable items as with 1100, not that I have any real evidence of this - it's more of a gut feeling :)

18
Any tips for pricing Shame jewelery? :p

19
OpenEUO Scripts / Re: Kali's Bod Sorter for openEUO
« on: May 31, 2013, 09:37:07 AM »
I tried to create my own index to sort smith BODs into books based on whether they were platemail/ringmail/chainmail but ran into some problems. The script started fine and I was able to target my bags, but after it had emptied BODs from the source book into my backpack nothing happened - no book was moved from reward bag into my backpack. Any ideas why it was struggling with this?

20
Crafting / Re: MeWon's Smith BOD Sorter-er
« on: May 27, 2013, 04:31:53 AM »
Works great, very clean code so easy to modify the books and BODs to be sorted :) My only issue is that it is VERY sensitive to lag, which will lead to the 'No more BODs to fill' message. Perhaps a Yes/No lag variable to increase all of the wait times to compensate?

21
Scripting Chat / Re: 'Click' item on ground?
« on: April 09, 2013, 10:18:38 AM »
Thats amazing dxrom, did the job perfectly :) Thanks!

For my own code I simply had two lines; click [coords] d and then a wait, basically just cobbling bits together from the EUO wiki :)

22
Scripting Chat / 'Click' item on ground?
« on: April 09, 2013, 07:24:20 AM »
Hi guys, I'm trying to make a really simple script to click the summoning altar in Shame so I can kill the summons on my second account. ATM I just have a simple click/wait setup, but when I change to the second client it stops working. The altar will keep flashing yellow as though it is being highlighted but unless I manually move my cursor over it the messages won't appear. Any ideas?

23
General UO Chat / Re: Does reforged items always equal crap durability?
« on: December 23, 2012, 04:43:56 AM »
I've made a couple PVP suits for lesser-used characters with the Cannot Be Repaired property, meant that I could use Spined kits to reforge instead of the more expensive Horned or Barbed. If you select both CBR options the item has a base of 200 durability, which isn't too shabby and should last a goodish while :)

24
General UO Chat / Re: Soloing the Slasher of Veils
« on: December 23, 2012, 04:41:32 AM »
I thought throwers could have a range of 11, which is outside most monster's range? Or does the pulling-in work from anywhere?

25
General UO Chat / Re: Re-Forging the 'Perfect' Elven Composite Bow
« on: November 24, 2012, 02:54:45 AM »
150 Stamina(Dex) + 6 Pieces at 10 Stamina Inc...

50 SSI bow + 5 SSI Ring + 5 SSI Cloak

Not that Hard, but Yes Stamina Increase on your Ring and Bracelet is Nice as well :P
Too many useful modded headpieces for me to replace one with a reforged piece right now :)

26
General UO Chat / Re: Re-Forging the 'Perfect' Elven Composite Bow
« on: November 17, 2012, 03:49:17 AM »
Quote
With a normal Comp bow 60 SSI and 210 Stamina, you can swing at 1.25

you keep saying that!  I have yet to get more than 181 stam
10 Stamina on 5 reforged armour pieces, then 5 Stamina on ring (looted) and 5 Stamina on bracelet (looted) + 150 Dex = 210 Stamina :) Either you have to get really lucky in Shame or be prepared to spend hundreds of millions for decent 5 Stamina jewels though :P

27
Public Bugs / Re: Pigment color on Clothes.
« on: November 17, 2012, 03:41:35 AM »
Nice bug, thanks!

28
UOMaddogs' Script Library / Re: Maddog's Discordance Trainer (90-120)
« on: October 31, 2012, 07:33:08 AM »
Sounds awesome :)

29
UOMaddogs' Script Library / Re: Maddog's Discordance Trainer (90-120)
« on: October 30, 2012, 08:37:52 AM »
This is a great little script, so simple yet so effective :) I hope you don't mind but I made a couple of small edits in order to use this script for training Provocation and Peacemaking:

Peacemaking:
Code: [Select]
set %manacost 16

if #mana > %manacost
  {
  ;Cast Resilience
  event macro 15 703
  wait 50
  event macro 8 7
  wait 50
  ;Cast again to cancel
  event macro 15 703
  wait 50
  }
wait 1
}
until #false

Provocation:
Code: [Select]
set %manacost 16

if #mana > %manacost
  {
  ;Cast Inspire
  event macro 15 701
  wait 50
  event macro 8 7
  wait 50
  ;Cast again to cancel
  event macro 15 701
  wait 50
  }
wait 1
}
until #false

Since those two Masteries don't require you to target anything I put in a line to open your backpack to stop you timing out whilst using it.

All credit to Maddog :)

30
Scripting Chat / Re: Combining Runics
« on: October 19, 2012, 05:31:32 PM »
Or This One !!

Ok my bad on this one. No harm was meant. I was listing out info so the poster had some existing script to work from. I did not notice nor put attention that it was an elite script link.
No offence taken, hopefully someday I'll get to see it ;)

Pages: 1 [2] 3 4 ... 7