Page 1 of 2
Artifacts special commands
Posted: Mon Apr 19, 2010 1:21 pm
by DW_FrankyTheFly
If anyonne know about the special keybind command we can use to directly activate the Triple Damage or Globe or any other artifact can you write it down. I'm going to add this precious info to the wiki.
Re: Artifacts special commands
Posted: Mon Apr 19, 2010 3:01 pm
by JulianKingOfNothing
My precious 'U'
Also I have 'G' for suicide, but that was one big mistake :stongue: Now once in a while I accidentaly suicide myself
Re: Artifacts special commands
Posted: Mon Apr 19, 2010 3:34 pm
by DW_Ant
Don't forget to include console commands from this sticky.
Inv Keybinds
Re: Artifacts special commands
Posted: Tue Apr 20, 2010 4:46 pm
by Mr.Dick
Here is how you can setup key binds for most of the useful artifacts.
Type the following in the console: (substitute the word key with whatever key you want) You don't have to capitalize the words and the "|" sign is the pipe - Shift + \
Triple Damage = set input key SelectTriple | InventoryActivate
Globe of Invulnerability = set input key SelectGlobe | InventoryActivate
Boots of Flight = set input key SelectFlight | InventoryActivate
Lightning rod = coming soon
Teleporter = set input key SelectTeleport | InventoryActivate
Double Magic Modifier = set input key SelectDouble | InventoryActivate
Electromagnet = set input key SelectMagnet | InventoryActivate
Sphere of Regeneration = set input key SelectSphereRegeneration | InventoryActivate
Life Burst = set input key SelectSphereRegeneration | PrevItem | InventoryActivate
Monster keybinds = coming soon (even though you can adjust them with PrevItem and NextItem)
Magic Weapon Maker = set input key SelectMWM | InventoryActivate
Max Magic Modifier = set input key SelectDouble | NextItem | InventoryActivate
Overmax (+1) Charm = set input key SelectPlusOne | InventoryActivate
NOTE: Omit the "| IventoryActivate" if you do not wish to activate the artifact (and just select it)
Enjoy
Re: Artifacts special commands
Posted: Sun Apr 25, 2010 11:09 pm
by trey
Mr.Dick wrote:Here is how you can setup key binds for most of the useful artifacts.
Type the following in the console: (substitute the word key with whatever key you want) You don't have to capitalize the words and the "|" sign is the pipe - Shift + \
Triple Damage = set input key SelectTriple | InventoryActivate
Globe of Invulnerability = set input key SelectGlobe | InventoryActivate
Boots of Flight = set input key SelectFlight | InventoryActivate
Lightning rod = coming soon
Teleporter = set input key SelectTeleport | InventoryActivate
Double Magic Modifier = set input key SelectDouble | InventoryActivate
Electromagnet = set input key SelectMagnet | InventoryActivate
Sphere of Regeneration = set input key SelectSphereRegeneration | InventoryActivate
Life Burst = set input key SelectSphereRegeneration | PrevItem | InventoryActivate
Monster keybinds = coming soon (even though you can adjust them with PrevItem and NextItem)
Magic Weapon Maker = set input key SelectMWM | InventoryActivate
Max Magic Modifier = set input key SelectDouble | NextItem | InventoryActivate
Overmax (+1) Charm = set input key SelectPlusOne | InventoryActivate
NOTE: Omit the "| IventoryActivate" if you do not wish to activate the artifact (and just select it)
Enjoy
Is there one for the Medic Weapon Maker? SelectMedic did not work.
Re: Artifacts special commands
Posted: Mon Apr 26, 2010 10:13 pm
by DW_FrankyTheFly
ok so quick update after looking into the code here is what i found. Can someone test those keybind to see if they are working:
Max Magic Modifier: set input key selectMax | InventoryActivate
Cry of replsion: set input key SelectRepulsion | InventoryActivate
Medic Weapon Maker: set input key SelectMedic | InventoryActivate
2 possible for the lightning rod:
Lighthning Rod1: set input key SelectRod | InventoryActivate
Lighthning Rod2: set input key SelectBolt | InventoryActivate
2 possible for life burst:
Life Burst1: set input key SelectLifeBurst | InventoryActivate
Life Burst2: set input key SelectHealingBurst | InventoryActivate
So far no function in the code for selecting medic monsters or the summoning charm.
Re: Artifacts special commands
Posted: Sat May 01, 2010 5:04 pm
by trey
Ok, I have tested all the keybinds listed here (except repulsion)
Working:
SelectTriple
SelectGlobe
SelectFlight
SelectMagnet
SelectTeleport
SelectMWM
SelectDouble
SelectPlusOne
SelectSphereRegeneration
Not Working
SelectMax
SelectRod
SelectBolt
SelectLifeBurst
SelectHealingBurst
SelectMedic
Nice Workarounds that do work
SelectSphereRegeneration | PrevItem (For Life Burst)
SelectDouble | NextItem (For Max)
I use inventorynext and inventoryprevious because that was the command I found already in my User.ini on the brackets. NextItem sounds easier :thumbright: I also noticed, nextitem and previousitem as well as activateitem are in the alias list.
Re: Artifacts special commands
Posted: Mon May 03, 2010 3:14 pm
by DW_FrankyTheFly
Thanks Trey, I appreciate your work. I'll update the wiki based on that info :scool:
Re: Artifacts special commands
Posted: Sat May 15, 2010 6:17 pm
by trey
My pleasure Franky, thank you for your hard work in compiling this list.
I have been struggling with my MM when I pick up a trip it goes in the middle of Medic Maker and Rejen. I will need to do a lot of experimenting.
Do you know by chance know what controls where artifacts go into your inventory?
Re: Artifacts special commands
Posted: Sat May 15, 2010 8:40 pm
by DW_WailofSuicide
trey wrote:My pleasure Franky, thank you for your hard work in compiling this list.
I have been struggling with my MM when I pick up a trip it goes in the middle of Medic Maker and Rejen. I will need to do a lot of experimenting.
Do you know by chance know what controls where artifacts go into your inventory?
Artifacts should be appended to the end of your current inventory (it's a linked list). I'm not sure how it could possibly go in between those two items (which you receive at spawn).