Search found 6 matches

by Lady Demolka
Tue Aug 08, 2017 8:26 am
Forum: Published Macros
Topic: [UO Steam] Cihvalry [<30 - 100]
Replies: 0
Views: 1371

[UO Steam] Cihvalry [<30 - 100]

If we have LRC and doesn't give any gold to Ankh, we need give something. For ex. 100 gold

if skill "Chivalry" < 40
cast "Consecrate Weapon"
pause 7000
ELSEIF skill "Chivalry" < 55
cast "Divine Fury"
pause 7000
ELSEif skill "Chivalry" < 69
cast "Enemy of One"
pause 7000
ELSEIF skill ...
by Lady Demolka
Tue Aug 08, 2017 8:22 am
Forum: Published Macros
Topic: [UO Steam] Necromancy [<30 - 100]
Replies: 0
Views: 2629

[UO Steam] Necromancy [<30 - 100]

if mana < 25
useskill 'meditation'
while mana < maxmana
endwhile
endif
if skill 'Necromancy' < 30
cast "Curse Weapon"
waitfortarget 1600
elseif skill 'Necromancy' < 50
cast "Wraith Form"
waitfortarget 1600
elseif skill 'Necromancy' < 71
cast "Horrific Beast"
waitfortarget 1600
elseif skill ...
by Lady Demolka
Tue Aug 08, 2017 1:37 am
Forum: Announcements
Topic: Spectre Dungeon Revamp
Replies: 28
Views: 22159

Re: Spectre Dungeon Revamp

You guys doing great job. Im waiting for my char is ready for this adventure
by Lady Demolka
Mon Aug 07, 2017 11:16 pm
Forum: General discussion
Topic: Ed
Replies: 10
Views: 3660

Re: Ed

If i understand 1 euro give us 10 ED right?
by Lady Demolka
Mon Aug 07, 2017 4:20 pm
Forum: General discussion
Topic: Ultime Online - Accessories - Wear
Replies: 0
Views: 796

Ultime Online - Accessories - Wear

Hi everybody i was lookin for cool stuff with UO theme in RL Life . T-Shirts etc.

Found this
http://www.cafepress.com/+ultima-online+gifts

If you have something too please post it.
by Lady Demolka
Sun Aug 06, 2017 3:12 pm
Forum: Published Macros
Topic: [UOSteam] Magery & Resist [<30 - 100]
Replies: 0
Views: 1809

[UOSteam] Magery & Resist [<30 - 100]

Hi everyone, i want train magery & resist.

Looking for good script, and found. So get them too


if skill 'magery' < 100
if @injournal 'insufficient mana'
clearjournal
useskill 'meditation'
while mana < maxmana
endwhile
else
if skill 'magery' < 30
cast 'cure' 'self'
pause 1000
elseif ...