Thread Tools Display Modes
11/02/14, 06:23 AM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
few new features, is it possible?

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


another two things

1. any addons to replace standart Repair All button with Repair Only Equipped items? for now it repirs al items in your inventory too....

2. I have an idea, is it possible to make an addon, global addon, for other addons, which will share all addons settings from one character on all your other heroes/choosen heroes? AccoundWide thing or whatever it calling, but with options to choose your mules first, if you wanna to apply this settings for all heroes, for some reason
Will be vey usefull.

Last edited by QuadroTony : 11/06/14 at 03:09 AM.
  Reply With Quote
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
11/02/14, 07:29 AM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
about NPCs, i basically visit every unknown NPC to catch him for Vendors addon, and you know how fast this thing works with book, you can open it like for only 200-500 ms and then A or D to close it imediatly. and book counted to your library addons or whatever. thats what i want

but i think dialog tweaks is pretty close to my wishes, thanks, Garkin
  Reply With Quote
11/02/14, 07:36 AM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
about NPCs, i basically visit every unknown NPC to catch him for Vendors addon, and you know how fast this thing works with book, you can open it like for only 200-500 ms and then A or D to close it imediatly. and book counted to your library addons or whatever. thats what i want

but i think dialog tweaks is pretty close to my wishes, thanks, Garkin
To close dialog use ALT or X or ESC or the line number of Goodbye option.
  Reply With Quote
11/02/14, 07:51 AM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
btw do you know how to prevent cancelling TP to other player when you trying to alt-tab, or even when you push "windows" button?
  Reply With Quote
11/02/14, 07:56 AM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
btw do you know how to prevent cancelling TP to other player when you trying to alt-tab, or even when you push "windows" button?
I'm using CTRL+ESC when I want to switch between game and desktop without closing active scene. But I didn't try it with teleportation.
  Reply With Quote
11/07/14, 09:10 PM   #7
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
RepairIt

Originally Posted by QuadroTony View Post

1. any addons to replace standart Repair All button with Repair Only Equipped items? for now it repirs al items in your inventory too....
Here you go this does what you asked for: RepairIt

Last edited by circonian : 11/07/14 at 09:24 PM.
  Reply With Quote
11/07/14, 09:44 PM   #8
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by QuadroTony View Post
2. I have an idea, is it possible to make an addon, global addon, for other addons, which will share all addons settings from one character on all your other heroes/choosen heroes? AccoundWide thing or whatever it calling, but with options to choose your mules first, if you wanna to apply this settings for all heroes, for some reason
Will be vey usefull.
It looks like it hasn't been updated, but it still might work. I think this might be what your looking for, you can find the description of what it is on the main page here:
Joviex's Addon Settings Transfer

Someone else posted an update for it for Update 4 here: Joviex's Addon Settings Transfer (for Update 4)
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » few new features, is it possible?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off