Thread: Hello
View Single Post
  #9  
Unread 05-20-2013, 08:06 PM
Elrigh's Avatar
Elrigh Elrigh is offline
The Unscathed
 
Join Date: May 2007
Location: Kaiserslautern, Germany
Posts: 16
Just figured out that the strange quickslotbar belongs to the CombatQuickslots-Plugin. It was active but didn't show until I installed your Plugin.

Deactivated it and it didn't show up again.

Tried your Plugin on another Character. Worked perfect until I left the game and came back online. Had the Plugin checked in the Plugin-Manager to load automatically, but it did not load when I relogged. So I opened the Plugin-Manager and tried to load it. Got this again:

...e/PluginData/Haywinron/[DE-RP] Belegaer/Succinia/SequenceBars.plugindata:9: ']' expected near ','
...lugins\Thurallor\SequenceBars\SequenceBarManage r.lua:29: Unable to parse file!


If I'm right its the old Problem with the Turbine.PluginData. Vindar made a patch (mentioned in Garans Guide), which does not work anymore or messes up with Plugins which work correctly with the german client like Buffbars for example. (Tried it a while ago, didn't work on Buildswapper and broke Buffbars).

Here's my Plugindata-File:

Code:
return 
{
	["deletedGroupIDs"] = 
	{

	},
	["groups"] = 
	{
		[1,000000] = 
		{
			["caption"] = 
			{
				["text"] = "New Group"
			},
			["barsMoveTogether"] = true,
			["deletedBarIDs"] = 
			{

			},
			["color"] = 
			{
				["A"] = 1,000000,
				["R"] = 0,750000,
				["G"] = 0,750000,
				["B"] = 0,750000
			},
			["bars"] = 
			{
				[1,000000] = 
				{
					["cursorStyle"] = "Small Square Glow",
					["sequenceEditor"] = 
					{
						["size"] = 
						{
							[1,000000] = 400,000000,
							[2,000000] = 113,000000
						},
						["position"] = 
						{
							[1,000000] = 497,000000,
							[2,000000] = 871,000000
						}
					},
					["sequenceItemInfo"] = 
					{
						[1,000000] = 
						{
							["Data"] = "0x70003953",
							["Type"] = 6,000000
						},
						[2,000000] = 
						{
							["Data"] = "0x7001B4D8",
							["Type"] = 6,000000
						},
						[3,000000] = 
						{
							["Data"] = "0x031B0003CCF04CEA,0x00000000",
							["Type"] = 2,000000
						},
						[4,000000] = 
						{
							["Data"] = "0x031B0003CCF04D0F,0x00000000",
							["Type"] = 2,000000
						},
						[5,000000] = 
						{

						}
					},
					["visibleSlots"] = 5,000000,
					["hidden"] = false,
					["caption"] = 
					{
						["font"] = 1107296263,000000,
						["position"] = "beginning",
						["height"] = 32,000000,
						["text"] = "Test",
						["hidden"] = false,
						["width"] = 80,000000
					},
					["slotSpacing"] = 0,000000,
					["slotSize"] = 36,000000,
					["position"] = 
					{
						["left"] = 497,000000,
						["top"] = 871,000000
					},
					["locked"] = false,
					["orientation"] = "Right",
					["cursorHomePosition"] = 2,000000,
					["color"] = 
					{
						["A"] = 1,000000,
						["R"] = 1,000000,
						["G"] = 0,000000,
						["B"] = 0,000000
					}
				}
			},
			["hidden"] = false,
			["barIDs"] = 
			{
				[1,000000] = 1,000000
			}
		}
	},
	["animation"] = 
	{
		["enabled"] = true,
		["duration"] = 0,100000
	},
	["caption"] = 
	{
		["text"] = "My Sequence Bars"
	},
	["color"] = 
	{
		["A"] = 1,000000,
		["R"] = 1,000000,
		["G"] = 1,000000,
		["B"] = 1,000000
	},
	["groupIDs"] = 
	{
		[1,000000] = 1,000000
	}
}
Reply With Quote