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.


Topics - lob91

Pages: [1]
1
General UO Chat / DPS slow vs fast weps
« on: August 26, 2010, 03:45:56 PM »
I have 160 stam. With a radiant scimmi I can swing max without ssi. (radiant is 2.5 and is my max before I need SSI)

I can swing an ornate axe with 30% ssi at 1.5/s

Radiant has a 12-14 base damage swinging at 1.25s...= 10.6-11.2 damage per second
Ornate has a 18-20 base damage swinging at 1.5s....= 15-16.6 base damage per second

For example, both weps have repond slayer. I can hit a renowned rat for roughly 90-100 on average. With my ornate axe I only hit about 105-115 on average.

according to DPS the radiant does 2/3 the damage that the ornate axe does. same with the base damage, I should see 1/3 more damage shouldnt I?


2
Scripting Chat / Quick question about corpses
« on: August 07, 2010, 10:43:00 PM »
just wondering what the best way to tell if a monster is alive or dead? seems that they changed the way monsters die, and now my previous way of checking will not work. the corpse used to be a different ID, now they are the same? Thanks

3
Scripting Chat / Attack closest?
« on: July 19, 2010, 09:38:29 PM »
I have my script to auto attack monsters, and I want it to switch to a monster if it is within striking distance, rather than the one 2-10 tiles away that it has previously targeted...

What am I doing wrong?

attack_loop:
wait 1
EVENT macro 27
FINDITEM %enemy g_8
IF #FINDKIND = 1
{
finditem %creature g_2
if #findkind = 1
set %enemy #findID
wait 2
goto attack_loop
}
goto loop
...

%enemy is the current target, and %creature is my list of monsters to search for.

4
Script Debug / Saving settings?
« on: April 04, 2010, 10:32:15 PM »
Hey.. been away from scripting for a while, anywho... looking to only be required to do the initial setup once and then be able to always start with those setting presaved (from the first and only setup)

can anyone point me in the right dirrection on what I might use? Thank you.

5
Player Templates / Anat or SS for Swampie?
« on: April 02, 2010, 02:44:37 AM »
my swammpie is going to be in vamp form unless fighting specific bosses where wraith is better.

my question is, do I need the SS? or could I use it to get the 8 second timer for evade by picking up anat?

6
New member introductions / Returning Player
« on: March 17, 2010, 01:28:41 PM »
Hey all, I quit for over a year, and now I am back. I used to contribute alot on UOC, but they shut down!

look forward to scripting with ya'll :)

p.s. I can wrtie fairly advanced scripts too, so not a total noobie :P

Pages: [1]