View Single Post
11/02/14, 07:23 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
1. chanelling bar for "porting to guildmate/player from contact or group list"
2. the same behavior with traders/npc like with books - movement key WASD used to Exit/Goodbye in dialog with them, it will be very usefull/fast, i think, then usuall mouse control
1. channeling bar is possible, if I'm not mistaken casting time is 5 seconds (local _, castTime, _ = GetAbilityCastInfo(3973)). You will need to hook jump functions, register for EVENT_JUMP_FAILED (eventCode, actionResult) and hide casting bar when casting is finished of if jump failed.

2. You can use numbers 1 - 4 to select conversation options, I think this is better then movement keys. If you want to see numbers in dialog, use for example Dialog Tweaks.

Last edited by Garkin : 11/02/14 at 07:27 AM.
  Reply With Quote