Test Shard

Anything regarding UO or Age of Valor
Locked
Spellchucker
Posts: 28
Joined: Mon Jun 02, 2008 1:51 pm

Test Shard

Post by Spellchucker »

How can i add skills and aoas on the ground ?

Archived topic from AOV, old topic ID:3059, old post ID:19532
Image
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Test Shard

Post by Red Squirrel »

[setskill [skillname] 120

Or easiest way

[add skilldeed 1000

To add powerscrolls its

[add powerscroll [skillname] 120

You can actually go above 120 if you want to mess around.

Archived topic from AOV, old topic ID:3059, old post ID:19535
Honk if you love Jesus, text if you want to meet Him!
User avatar
Death
Posts: 7919
Joined: Thu Sep 30, 2004 10:12 pm

Test Shard

Post by Death »

[add *aoa's name here*

Most are named as such but some may be named slightly different then the label they are given.

Archived topic from AOV, old topic ID:3059, old post ID:19539
Spellchucker
Posts: 28
Joined: Mon Jun 02, 2008 1:51 pm

Test Shard

Post by Spellchucker »

how do i get AOAs to liek pop in bag like by saying something?

Archived topic from AOV, old topic ID:3059, old post ID:19547
Image
User avatar
Death
Posts: 7919
Joined: Thu Sep 30, 2004 10:12 pm

Test Shard

Post by Death »

Spellchucker wrote:how do i get AOAs to liek pop in bag like by saying something?
The artifact message and the handing out of a random aoa is part of a system which is triggered by a random event (Artifact chance). There's no real way of force spawning it as it is not set up to do so.

However, if you want to have it pop into your bag you can do:

[addtopack *aoa system name here*

Where system name is the name of the aoa (For example: LaPepritta or LavaShakaStick).

You can also do a name compare by going [add *Typing what you "think" the name might be but aren't certain exactly what it is*

This method will bring up a gump showing you all the possibilities that match your criteria.

Archived topic from AOV, old topic ID:3059, old post ID:19552
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Test Shard

Post by Red Squirrel »

or if you just want to kill a whole bunch of stuff very fast do

[invul (target yourself)
[tile deathblade (like 4 of them is more then enough, even 1 should do)
[props on each deathblade and set "Controlled" to true and set "controlmaster" to yourself

say "all guard" to ensure it worked.

[noinvul on yourself

then

[tile hiryu

or mob of choice. watch AoAs fly in. :P

Archived topic from AOV, old topic ID:3059, old post ID:19554
Honk if you love Jesus, text if you want to meet Him!
Kjata Incarnate
Posts: 2
Joined: Wed Jun 04, 2008 2:40 am

Test Shard

Post by Kjata Incarnate »

how do you add stats?

Archived topic from AOV, old topic ID:3059, old post ID:19556
Kjata Incarnate
Posts: 2
Joined: Wed Jun 04, 2008 2:40 am

Test Shard

Post by Kjata Incarnate »

nvm think i got it [props right?

Archived topic from AOV, old topic ID:3059, old post ID:19557
User avatar
goatmaster
Posts: 11
Joined: Sun May 04, 2008 9:40 pm

Test Shard

Post by goatmaster »

[aosprops just gives you a information box about your current outfit/setup. very handy.

To set stuff...:

[set str x
[set hp x
[set dex x
[set stamina x
[set int x
[set mana x

[help will also list a bunch of commands you can use.

You can also add stuff by just typing [add and then you can search for what you want to add.

Archived topic from AOV, old topic ID:3059, old post ID:19558
User avatar
Death
Posts: 7919
Joined: Thu Sep 30, 2004 10:12 pm

Test Shard

Post by Death »

Kjata Incarnate wrote:how do you add stats?
[set rawstr *amount*
[set rawdex *amount*
[set rawint *amount*

Archived topic from AOV, old topic ID:3059, old post ID:19563
Locked