This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Portals

Pages: [1] 2
1
Quote from: "Grymskvll"
UnitPopup.lua has the clientside unitframe menu.

3.3.5a:
Code: [Select]
elseif ( value == "DUNGEON_DIFFICULTY" ) then
if ( UnitLevel("player") < 65 and GetDungeonDifficulty() == 1 ) then
UnitPopupShown[UIDROPDOWNMENU_MENU_LEVEL][index] = 0;
end
elseif ( value == "RAID_DIFFICULTY" ) then
if ( UnitLevel("player") < 65 and GetRaidDifficulty() == 1 ) then
UnitPopupShown[UIDROPDOWNMENU_MENU_LEVEL][index] = 0;
end

Change 65 to whatever you want.

When I login it says my Interface/FrameXML file is corrupt

2
All good, I still just wanna try and figure this out. I know you can change difficulty using a macro but who wants to do that...

3
Try it yourself and tell me if it works. I have Utgarde Keep heroic and regular set for level 15 in my access_requirement but I still dont get the tooltip on my character to choose heroic or regular.

4
Its gotta be something like that cause I searched and found this

I have found this in Globalstrings.lua but I still cannot find where I can edit the level required for them to be used under level 65.

Code: [Select]
RAID_DIFFICULTY = "Raid Difficulty";
RAID_DIFFICULTY1 = "10 Player";
RAID_DIFFICULTY2 = "25 Player";
RAID_DIFFICULTY3 = "10 Player (Heroic)";
RAID_DIFFICULTY4 = "25 Player (Heroic)";
RAID_DIFFICULTY_10PLAYER = "10 Player";
RAID_DIFFICULTY_10PLAYER_HEROIC = "10 Player (Heroic)";
RAID_DIFFICULTY_20PLAYER = "20 Player";
RAID_DIFFICULTY_25PLAYER = "25 Player";
RAID_DIFFICULTY_25PLAYER_HEROIC = "25 Player (Heroic)";
RAID_DIFFICULTY_40PLAYER = "40 Player";

Code: [Select]
DUNGEON_DIFFICULTY = "Dungeon Difficulty";
DUNGEON_DIFFICULTY1 = "5 Player";
DUNGEON_DIFFICULTY2 = "5 Player (Heroic)";
DUNGEON_DIFFICULTY3 = "Epic (Unused)";
DUNGEON_DIFFICULTY_5PLAYER = "5 Player";
DUNGEON_DIFFICULTY_5PLAYER_HEROIC = "5 Player (Heroic)";

Any help on this would be much appreciated.

5
This doesnt make it show.

6
Serverside Modding / [WotLk] [QUESTION] Hunter Pet Scaling?
« on: March 30, 2016, 08:48:22 am »
Is there a way to edit hunter pets scaling? imo they are super small and I just want to make them a bit bigger.

7
I am trying to figure out how to enable

http://prntscr.com/alv2j3
&
http://prntscr.com/alv2or

For lower levels, for instance they unlock at level 65 and I want to enable it for level 30, where can I find the file to edit the level requirement?

8
Modelling and Animation / Re: [QUESTION] [WotLk] 
« on: March 18, 2016, 10:16:27 am »
How do I find the filenames for them and where are they located ._.

9
Modelling and Animation / [QUESTION] [WotLk] 
« on: March 18, 2016, 07:09:10 am »


Can someone please tell me what I need to edit to get rid of these green squares and make these items work...

10
Serverside Modding / Re: Listfile from cata-mop
« on: March 17, 2016, 06:33:58 pm »
Bump

11
Serverside Modding / Re: Listfile from cata-mop
« on: March 16, 2016, 06:33:16 am »
I think I am missing something for the Elemental Triad set like the aura for the shoulders and helm as seen here

http://prntscr.com/afuikf

12
Serverside Modding / Re: Listfile from cata-mop
« on: March 16, 2016, 05:14:59 am »

13
Serverside Modding / Listfile from cata-mop
« on: March 15, 2016, 08:50:15 pm »
Anyone have a full listfile for cata/mop patches they could upload for me?

14
Miscellaneous / Re: Heroic Items?
« on: January 09, 2014, 03:07:47 am »
I really don't understand stoneharry, can you please explain it a little bit more detailed or add me on skype @ NikoMotus. I am willing to pay for a private lesson if needed.

15
Miscellaneous / Re: Heroic Items?
« on: January 08, 2014, 09:28:33 am »
Thank you! Is there a way to add another name. For instance I want there to be Normal, Medium, and Hard names in different colors.

Pages: [1] 2