Search found 126 matches
- January 4th, 2017, 3:01 pm
- Forum: Anything and Everything
- Topic: 3d print your character!
- Replies: 5
- Views: 20912
Re: 3d print your character!
If only I had a 3d printer. haha
- December 27th, 2016, 5:11 pm
- Forum: Utilities and Plugins
- Topic: AC Tool Final
- Replies: 34
- Views: 53774
Re: AC Tool Final
Holy crap.. how long did it take you to do the documentation?Phinius wrote:AC Tool is finally complete and apparently so is the game.
- December 16th, 2016, 3:30 pm
- Forum: VT: Meta Support
- Topic: Colo Meta Question
- Replies: 4
- Views: 11512
Re: Colo Meta Question
I had a big long explanation typed out, but when I clicked on Submit, it deleted everything and put "Gimp" in there. For my army, I just have Default selected for most of the weapons. The only ones that I set are for my archers that use a bow with a different type arrow (i.e. soulbound). I...
- December 16th, 2016, 11:10 am
- Forum: VT: Meta Support
- Topic: Colo Meta Question
- Replies: 4
- Views: 11512
- November 25th, 2016, 9:44 pm
- Forum: VT: Meta Releases
- Topic: GM: Arwic Chest Meta
- Replies: 4
- Views: 11435
Re: GM: Arwic Chest Meta
Oh... can't wait to try this. I hate waiting. 

- October 27th, 2016, 10:34 am
- Forum: VT: Meta Releases
- Topic: GM: usethis snippet
- Replies: 0
- Views: 8023
GM: usethis snippet
I saw a question in the chaoshelper thread that asked about using the various "npcs" that can be either a npc or a portal, or portals that are actually npcs. I wrote this a while ago, but after seeing that (it was from april or sometime earlier this year), I decided to extract that section...
- September 28th, 2016, 8:29 am
- Forum: VT: Meta Support
- Topic: I have a few questions about using meta for certain purposes.
- Replies: 4
- Views: 10731
Re: I have a few questions about using meta for certain purposes.
randint[0,2] would return a random value between 0 and 2 (0,1,2) randint[3,15] would return a random value between 3 and 15 (3,4,5,6,7,8,9,10,11,12,13,14,15) For your example, I'd use chat strings.. just logic here, since I don't have a pc running ac/vtank to test out on [default state] Chat: You sa...
- September 26th, 2016, 8:02 am
- Forum: VT: General
- Topic: Hoshino Creature Type ID's
- Replies: 15
- Views: 51704
Re: Hoshino Creature Type ID's
What I did was saved the profile as a generic melee and mage, then did a /vt propertydump on each of the weapons that I selected on the original ones, and on each of my other toons, so I could just do a search and replace on the text file (--charname_server_profile.usd). So.. say I had a fire rend o...
- August 25th, 2016, 5:00 pm
- Forum: VT: General
- Topic: Broadcast on Loot?
- Replies: 7
- Views: 18266
Re: Broadcast on Loot?
hah.. It'll probably take me a year to remember how to program a plugin. 

- August 25th, 2016, 11:16 am
- Forum: VT: General
- Topic: Broadcast on Loot?
- Replies: 7
- Views: 18266
Re: Broadcast on Loot?
Someone had mentioned something like this in another thread as well. I'm not a fan of creating XX number of rules to count items. I'm actually working on planning something for scenarios like this (though I don't know how it would work in this case).. Basically.. a vtank helper type plugin that will...