Page 1 of 1

Test Shard

Posted: Mon Jun 09, 2008 8:04 pm
by Spellchucker
How can i add skills and aoas on the ground ?

Archived topic from AOV, old topic ID:3059, old post ID:19532

Test Shard

Posted: Mon Jun 09, 2008 8:08 pm
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

Test Shard

Posted: Mon Jun 09, 2008 8:39 pm
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

Test Shard

Posted: Mon Jun 09, 2008 10:36 pm
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

Test Shard

Posted: Mon Jun 09, 2008 11:27 pm
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

Test Shard

Posted: Mon Jun 09, 2008 11:33 pm
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

Test Shard

Posted: Tue Jun 10, 2008 12:37 am
by Kjata Incarnate
how do you add stats?

Archived topic from AOV, old topic ID:3059, old post ID:19556

Test Shard

Posted: Tue Jun 10, 2008 12:40 am
by Kjata Incarnate
nvm think i got it [props right?

Archived topic from AOV, old topic ID:3059, old post ID:19557

Test Shard

Posted: Tue Jun 10, 2008 1:58 am
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

Test Shard

Posted: Tue Jun 10, 2008 9:09 am
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