Download
(2 Kb)
Download
Updated: 05/12/15 02:33 PM
Compatibility:
Live (1.0)
Updated:05/12/15 02:33 PM
Created:03/17/14 02:22 PM
Monthly downloads:70
Total downloads:24,222
Favorites:49
MD5:
Easy Quick Slots  Popular! (More than 5000 hits)
Version: 1.1
by: Jar-Ek [More]
This mod makes changing the current quick slot easy (well easier).
Just setup your key-binds for the slots in Controls and then you can change the currently selected quick slot via a key press. You still have to activate the quick slot item with your standard activation button (default is Q). BTW there is no UI graphical element present - the mod simply allows the quick slot to be changed.

Thanks for the comments, updates and fixes posted guys!!
Version 0.1: Initial Beta
Version 1.0: Updated API (should no longer claim to be out-of-date)
Added international binding
Fixed quickslot cycling
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
1.0
2kB
Jar-Ek
03/17/14 02:22 PM


Post A Reply Comment Options
Unread 06/28/23, 07:02 PM  
hanspeter123

Forum posts: 0
File comments: 6
Uploads: 0
if you edit the addon a bit it will still work.
the quickslot id changed, so it's no longer 9-16 but actually 1-8

i created my own "simpler" quickslot selecter, the creator of this addon (or yourself) can modify the set and cycle functions similar to mine:
Code:
QUICKSLOT = {}
QUICKSLOT.version = 1.0

function QUICKSLOT.SetQuickSlot(id)
  SetCurrentQuickslot(id)
end

function QUICKSLOT.ShowQuickSlot()
  local QuickSlotValue = GetCurrentQuickSlot()
end

function QUICKSLOT.Update()
  if QUICKSLOT.active then
  QUICKSLOT.ShowQuickSlot()
  end
end

function QUICKSLOT.CycleQuickSlot()
  SetCurrentQuickslot(((GetCurrentQuickslot()-1)<1) and 8 or (GetCurrentQuickslot()-1))
end

function QUICKSLOT.BallAndChain(object)
  local T = {}
  setmetatable(T,{ __index = function(self, func)
    if func == "__BALL" then return object end
    return function(self, ...)
      assert(object[func], func .. " missing in object")
      object[func](object, ...)
      return self
    end
  end })
  return T
end
//edit: keep in mind that the quickslot id is a little weird, the very bottom is "8" and then it starts counting down CLOCKWISE to "1". so basically:
____4____
__5___3__
6_______2
__7___1__
____8____
Last edited by hanspeter123 : 06/28/23 at 07:08 PM.
Report comment to moderator  
Reply With Quote
Unread 06/25/22, 07:33 AM  
Carnage2k4

Forum posts: 0
File comments: 7
Uploads: 0
Yeah, no longer functioning.

As others have said, High Isles has rendered this current version of the mod non-functioning.
Last edited by Carnage2k4 : 06/25/22 at 07:33 AM.
Report comment to moderator  
Reply With Quote
Unread 06/15/22, 01:52 AM  
RunYouFools

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Jar-Ek
OK so Easy Quick Slots is revived... what do people want it to do above and beyond what it currently does?
This addon is great, but it doesn't work anymore. Do you intend on updating it to work with the current version of the game?
Report comment to moderator  
Reply With Quote
Unread 06/09/22, 05:27 AM  
aovannor
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 1
This isn't working since the high isle update and the quick slot changes. There's no errors or anything like that and you can set the bindings but pressing them just doesn't do anything.

An update would be great but I'll just leave this here so that people browsing know.
Report comment to moderator  
Reply With Quote
Unread 11/30/17, 05:00 AM  
Neverlands
 
Neverlands's Avatar

Forum posts: 7
File comments: 570
Uploads: 0
Hello - thanks for the great plugin
Would it be possible to make the font white and bold? I nearly can't see it when using top/middle/buttom.
Report comment to moderator  
Reply With Quote
Unread 10/29/16, 04:25 AM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
I don't know if possible to just when you click on the keybind that activate for example the potion? If not is it possible to click twice, like first time you click f1 to select the pots and then click again f1 to activate it?
Report comment to moderator  
Reply With Quote
Unread 07/22/15, 01:41 PM  
Jar-Ek
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 25
Uploads: 4
OK so Easy Quick Slots is revived... what do people want it to do above and beyond what it currently does?
Report comment to moderator  
Reply With Quote
Unread 07/02/15, 03:54 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by Jar-Ek
unfortunately I have no idea how to do that
try to PM to admin Cairenn, or others, or reupload this addon as new page
Report comment to moderator  
Reply With Quote
Unread 07/02/15, 03:52 PM  
Jar-Ek
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 25
Uploads: 4
unfortunately I have no idea how to do that
Report comment to moderator  
Reply With Quote
Unread 06/04/15, 12:25 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
this addon unavialable in Minion
you need to change category
Report comment to moderator  
Reply With Quote
Unread 11/06/14, 04:22 PM  
Phinix
 
Phinix's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 1781
Uploads: 32
Re: out of date

Originally Posted by goetion
just download and installed.
It says "out of date"
Can't find any keibindings in CONTROLS

pls update?
As with many addons, this works perfectly. You simply have to check the "allow out of date addons" button.

Verified working with update 5, STILL the best quickslot addon.

"Out of date" does NOT mean broken.
Report comment to moderator  
Reply With Quote
Unread 04/23/14, 09:04 PM  
goetion

Forum posts: 0
File comments: 6
Uploads: 0
out of date

just download and installed.
It says "out of date"
Can't find any keibindings in CONTROLS

pls update?
Report comment to moderator  
Reply With Quote
Unread 04/19/14, 07:51 AM  
Jar-Ek
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 25
Uploads: 4
Talking Updated!!

I have updated the add-on with the fixes and updates suggested by Grischu and Shadowspirit.
Thanks guys!!
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 03:15 AM  
Grischu
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 5
Uploads: 1
Originally Posted by Archongamer
Don't see an update for this yet. Did you post it as a new addon? I'm use to seeing it under the OTHER files tab
Thanks
I don't know why it's not visible, i uploaded it as patch for this addon.
But i am in contact with Jar-Ek, he wrote to me, he is update his addon, so we have to wait.
Last edited by Grischu : 04/19/14 at 10:55 AM.
Report comment to moderator  
Reply With Quote
Unread 04/17/14, 12:51 AM  
Archongamer

Forum posts: 3
File comments: 74
Uploads: 0
Originally Posted by Grischu
Originally Posted by shadowspirit
Here is a fix to the cycle quickslot function. I have mapped the cycling of quickslots to my mousewheel and activate them using the default key Q. I also tweaked the logic a bit so that "up" selects the next quickslot item going clockwise starting at the "12:00" position.

EasyQuickslots.lua

Code:
-- Called from bindings.xml, cycle through the current Quickslot         
function EQS.CycleQSlot( up )
	local slotValue = GetCurrentQuickslot()
	if(up == 0) then slotValue = slotValue + 1 
	else slotValue = slotValue - 1 end
	if(slotValue < 9) then slotValue = 16
	elseif(slotValue > 16) then slotValue = 9 end
	SetCurrentQuickslot(slotValue)
end
Uploaded several minutes ago a little patch for this Addon. Shoud be available in a short time
This error is fixed,
It works now for german and french clients
Don't see an update for this yet. Did you post it as a new addon? I'm use to seeing it under the OTHER files tab
Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: