Difference between revisions of "User:Wendy Black/Arcane Knowledge"

From PRIMUS Database
Jump to: navigation, search
m
m
Line 14: Line 14:
 
:*Access the Tailor from anywhere
 
:*Access the Tailor from anywhere
 
::/bind F7 gensendmessage Tailor_Root Show
 
::/bind F7 gensendmessage Tailor_Root Show
:*Access the Exchange House from anywhere
+
 
::/bind F8 GenSendMessage Auction_Root Show
+
 
:*Use another costume to fly
 
:*Use another costume to fly
 
::/bind y "+PowerTrayExec 14$$ setactivecostume 0 0"
 
::/bind y "+PowerTrayExec 14$$ setactivecostume 0 0"
Line 26: Line 25:
 
::/bind F12 gotoCharacterSelect
 
::/bind F12 gotoCharacterSelect
  
 +
==== Nonfunctional ====
 +
This is a list of commands that don't work 100% or have been rendered useless.
 +
:*Access the Exchange House from anywhere - Works for Neverwinter and Star Trek, but not here.
 +
::It seems to access the Champion's Auction you MUST be in the market at Millennium City.
 +
::This will make the window open but it has no ''search'' or ''posting'' ability.
 +
:::/GenSendMessage Auction_Root Show
  
 
=== Combat Parser ===
 
=== Combat Parser ===
Line 34: Line 39:
 
:Both parsers mentioned above can analyze your combat log in real time (while you play) or after you are finished and have even logged out of the game. The data they provide allows one to track DPS among other aspects of all entities within gaming area. This gives the player a clear picture into what aspects of their character needs to be developed.
 
:Both parsers mentioned above can analyze your combat log in real time (while you play) or after you are finished and have even logged out of the game. The data they provide allows one to track DPS among other aspects of all entities within gaming area. This gives the player a clear picture into what aspects of their character needs to be developed.
  
=== Using Chat to Search ===
+
=== Using Chat to Search for Commands ===
 
:Most key binds are self evident found in the Options of the game. How did I find the Socrates button?  There are some ''/gen commands'' to search until you find what you need.  I knew Socrates was a button but I started my search typing '''/gensendmessage soc''' at this point nothing was showing up. After typing the 3rd letter a prompt normally appears. Typing '''/gensendmessage hud''' gave me more than the screen could allow however  '''/gensendmessage hud_soc''' revealed nothing I started using the alphabet hud_a, hud_b, hud_c, etc.. When I got to the letter m, I found hud_minimap_ next it revealed the rest for me.  
 
:Most key binds are self evident found in the Options of the game. How did I find the Socrates button?  There are some ''/gen commands'' to search until you find what you need.  I knew Socrates was a button but I started my search typing '''/gensendmessage soc''' at this point nothing was showing up. After typing the 3rd letter a prompt normally appears. Typing '''/gensendmessage hud''' gave me more than the screen could allow however  '''/gensendmessage hud_soc''' revealed nothing I started using the alphabet hud_a, hud_b, hud_c, etc.. When I got to the letter m, I found hud_minimap_ next it revealed the rest for me.  
  
 
:You can open it using; '''/gensendmessage Hud_Minimap_Socratesbutton activate''' ... but /genbuttonclick is just shorter. Meanwhile I found; '''/gensendmessage MineSweeper_Root show'''  Displays a Mine Sweeper game. Have fun searching!
 
:You can open it using; '''/gensendmessage Hud_Minimap_Socratesbutton activate''' ... but /genbuttonclick is just shorter. Meanwhile I found; '''/gensendmessage MineSweeper_Root show'''  Displays a Mine Sweeper game. Have fun searching!

Revision as of 03:18, 11 August 2017

Almost Heroes Character Biographies Costume Gallery Arcane Knowledge Talk Page


Arcane Knowledge

This is the place to learn about keybinding, game tips, and some general "behind the scenes" items to get the best game play. I won't be discussing hacks, exploits, and other prohibited activities. However the items I do discuss could be eliminated by Cryptic in the future. Many users don't seem to understand the game doesn't belong to us, we are borrowing it from Cryptic. I play the game as they intended so everything on this page is permitted in the game until Cryptic says otherwise. While this is not a page for discussion, feel free to contact me on my talk page, or leave comments in the discussion tab of this page.

Key Binds

  • Call up the Socrates Crime Computer
/bind F5 genbuttonclick Hud_Minimap_Socratesbutton
  • Call up the Zen/Questionite Exchange
/bind F6 CurrencyExchange
  • Access the Tailor from anywhere
/bind F7 gensendmessage Tailor_Root Show
  • Use another costume to fly
/bind y "+PowerTrayExec 14$$ setactivecostume 0 0"
/bind t "+PowerTrayExec 14$$ setactivecostume 0 1"
  • Same as above but using one key (F for example) as a toggle
/alias land "+PowerTrayExec 14 $$ setactivecostume 0 1 $$ bind f fly"
/alias fly "+PowerTrayExec 14 $$ setactivecostume 0 0 $$ bind f land"
/fly
  • I made F12 a quick swap of characters jumping to the selection screen.
/bind F12 gotoCharacterSelect

Nonfunctional

This is a list of commands that don't work 100% or have been rendered useless.

  • Access the Exchange House from anywhere - Works for Neverwinter and Star Trek, but not here.
It seems to access the Champion's Auction you MUST be in the market at Millennium City.
This will make the window open but it has no search or posting ability.
/GenSendMessage Auction_Root Show

Combat Parser

Looking for how much damage per second (DPS) you are doing compared to others? A parser takes input data and builds structure, giving a clear representation of the input, checking for correct syntax in the process. Advanced Combat Tracker (ACT for short) is a generic game parser that requires a translation script for each game. You will need someone to either; A) help you make such a script, or B) hope that someone has already made the script.
Sourceforge has CombatLogParser specifically geared to operate for Cryptic's games. Since this program is written in Java, it is a cross platform tool for Windows, MAC, and Linux.
Both parsers mentioned above can analyze your combat log in real time (while you play) or after you are finished and have even logged out of the game. The data they provide allows one to track DPS among other aspects of all entities within gaming area. This gives the player a clear picture into what aspects of their character needs to be developed.

Using Chat to Search for Commands

Most key binds are self evident found in the Options of the game. How did I find the Socrates button? There are some /gen commands to search until you find what you need. I knew Socrates was a button but I started my search typing /gensendmessage soc at this point nothing was showing up. After typing the 3rd letter a prompt normally appears. Typing /gensendmessage hud gave me more than the screen could allow however /gensendmessage hud_soc revealed nothing I started using the alphabet hud_a, hud_b, hud_c, etc.. When I got to the letter m, I found hud_minimap_ next it revealed the rest for me.
You can open it using; /gensendmessage Hud_Minimap_Socratesbutton activate ... but /genbuttonclick is just shorter. Meanwhile I found; /gensendmessage MineSweeper_Root show Displays a Mine Sweeper game. Have fun searching!