Test Shard
-
- Posts: 28
- Joined: Mon Jun 02, 2008 1:51 pm
Test Shard
How can i add skills and aoas on the ground ?
Archived topic from AOV, old topic ID:3059, old post ID:19532
Archived topic from AOV, old topic ID:3059, old post ID:19532
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Test Shard
[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
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!
Test Shard
[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
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
-
- Posts: 28
- Joined: Mon Jun 02, 2008 1:51 pm
Test Shard
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
Archived topic from AOV, old topic ID:3059, old post ID:19547
Test Shard
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.Spellchucker wrote:how do i get AOAs to liek pop in bag like by saying something?
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
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Test Shard
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.
Archived topic from AOV, old topic ID:3059, old post ID:19554
[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.
Archived topic from AOV, old topic ID:3059, old post ID:19554
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 2
- Joined: Wed Jun 04, 2008 2:40 am
Test Shard
how do you add stats?
Archived topic from AOV, old topic ID:3059, old post ID:19556
Archived topic from AOV, old topic ID:3059, old post ID:19556
-
- Posts: 2
- Joined: Wed Jun 04, 2008 2:40 am
Test Shard
nvm think i got it [props right?
Archived topic from AOV, old topic ID:3059, old post ID:19557
Archived topic from AOV, old topic ID:3059, old post ID:19557
- goatmaster
- Posts: 11
- Joined: Sun May 04, 2008 9:40 pm
Test Shard
[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
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
[set rawstr *amount*Kjata Incarnate wrote:how do you add stats?
[set rawdex *amount*
[set rawint *amount*
Archived topic from AOV, old topic ID:3059, old post ID:19563