Results: 4Comments by: sixoffive
File: Wanderlust04-28-11
Originally posted by ichik Variab...
Posted By: sixoffive
Originally posted by ichik Variable contains nil value, guess why? but it isn't nil- it is true local function mapDragOn() Wanderlust:MapDrag(true) end this too complicated for me...
File: Wanderlust04-28-11
Originally posted by ichik Yes yo...
Posted By: sixoffive
Originally posted by ichik Yes you added the function, now call it with any method: console, in-game button, menu item on the minimap, click on the map etc. Any method will do. Work harder. I give up! SLASH_WANDERLUST1 = '/wl' SlashCmdList = function(inp) Wanderlust:FrameDragEnable() end seems to work, but when I...
File: Wanderlust04-28-11
Originally posted by ichik In any...
Posted By: sixoffive
Originally posted by ichik In any other minimap's code with the function of dragging? :banana: I added and modified these lines from SimpleMinimap but it won't work. Wanderlust isn't dragable local function mapDragOn() Wanderlust:MapDrag(true) end local function mapDragOff() Wanderlust:MapDrag(false) end function...
File: Wanderlust04-28-11
Originally posted by ichik 1. You...
Posted By: sixoffive
Originally posted by ichik 1. You open the Wanderlust.lua with your favorite code editor 2. You add the dragability function to the code 3. You add the slash-command i.e. /wandelustmove to call this function, or bind a special button for it, or add it to dropdown menu, or make it movable with Blizzard Interface menu — any option...