Remove Quest Log Cap menu

User Tag List

Results 1 to 3 of 3
  1. #1
    veng455's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    51
    Thanks G/R
    2/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Remove Quest Log Cap

    Hi Guys,

    As the title states, does anyone know of a way to remove the quest log cap for 3.3.5 trinity repack?

    Thanks,

    Veng

    Remove Quest Log Cap
  2. #2
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Hmmm, there are multiple solutions. It will require client modifications. This isn't going to be easy.

    It looks like the client code is written to use the number of buttons defined in the quest log. So if you can change that it should work with more, and you will just need to update the server to send more. Unfortunately I cannot identify where these buttons are being created from a quick look: Misc-WoW-Stuff/QuestLogFrame.lua at master . stoneharry/Misc-WoW-Stuff . GitHub

    Code:
    function QuestLogScrollFrame_OnLoad(self)
    	HybridScrollFrame_OnLoad(self);
    	self.update = QuestLog_Update;
    	HybridScrollFrame_CreateButtons(self, "QuestLogTitleButtonTemplate");
    end
    Need to work out what HybridScrollFrame_CreateButtons is doing.

    I found some information here:
    - UI Mod Developer: Extending scroll lists in the default frames
    - BlizzardInterfaceCode/hybridscrollframe.lua at master . tomrus88/BlizzardInterfaceCode . GitHub

    Which is calling:

    Code:
    	for i = #buttons + 1, numButtons do
    		button = CreateFrame("BUTTON", buttonName and (buttonName .. i) or nil, scrollChild, buttonTemplate);
    		button:SetPoint(point, buttons[i-1], relativePoint, offsetX, offsetY);
    		tinsert(buttons, button);
    	end
    You could artificially inject more buttons into the table using the above code.

  3. Thanks veng455 (1 members gave Thanks to stoneharry for this useful post)
  4. #3
    veng455's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    51
    Thanks G/R
    2/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm sounds a bit complex for me, probably going to have to leave this. Thanks anyway though mate

Similar Threads

  1. Quest Log Bug
    By *Alexz* in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-20-2008, 09:16 PM
  2. FIX for Quest Log's Disappearing Act
    By Freyetta in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 02-07-2008, 11:16 PM
  3. QUEST LOG Problemo
    By Rouslan in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 01-26-2008, 03:03 PM
  4. [MOD] Remove the level cap from latest ascent revs!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 25
    Last Post: 12-31-2007, 03:20 AM
  5. how do a remove then level cap
    By jonnd in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-18-2007, 01:37 PM
All times are GMT -5. The time now is 06:19 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search