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 - asdface

Pages: [1]
1
Serverside Modding / Re: [QUESTION] XPBar & Druid Inspect bug :/
« on: June 29, 2012, 07:18:08 pm »
Didn't work at all tested all solution but i still getting wowerror :(

2
Resources and Tools / [QUESTION] M2mod4 needed!
« on: June 26, 2012, 04:40:22 pm »
hi,

i searched for m2mod4 on this forum but i just get wrong links...
so please somebody upload it ( m2mod4 ) to any site :(

thx, asdface

ps: is there a newer version for MOP?

3
Serverside Modding / Re: [QUESTION] XPBar & Druid Inspect bug :/
« on: June 15, 2012, 02:18:56 am »
Quote from: "Morfium"
It's a little bit late, but maybe I have a fix for your druid problem.
If you mean looking at the character sheet (Press C) and not inspecting yourself.

There used to be that same error on a server I once played at.

Method #1 is:
Type this in your window:
Code: [Select]
/console PlayerStatLeftDropDown Melee
/console PlayerStatRightDropDown Spell
/reload

I think it has something to do with the BaseStat view of the character sheet that gets an error for druids.

Method #2 if #1 fails:
in the folder:
World of Warcraft / WTF / Account / AccountName / RealmName/ Name of Druid
in the file:
SavedVariables.lua

Change:
Code: [Select]
SHOW_KEYRING = 0
PLAYERSTAT_LEFTDROPDOWN_SELECTION = "PLAYERSTAT_BASE_STATS"
PLAYERSTAT_RIGHTDROPDOWN_SELECTION = "PLAYERSTAT_MELEE_COMBAT"
SHOW_BATTLEFIELD_MINIMAP = "0"

to:

Code: [Select]
SHOW_KEYRING = 0
PLAYERSTAT_LEFTDROPDOWN_SELECTION = "PLAYERSTAT_SPELL_COMBAT"
PLAYERSTAT_RIGHTDROPDOWN_SELECTION = "PLAYERSTAT_SPELL_COMBAT"
SHOW_BATTLEFIELD_MINIMAP = "0"

Not the most elegant solution as every player needs to do that, but I hoppe it solves your problem.

thx for it but i had a solution for it ( #1 ) before i posted this... i just tought there would a solution to fix this in a patch ( .mpq ) ... or in a modded wow client... :/

4
Serverside Modding / Re: [QUESTION] XPBar & Druid Inspect bug :/
« on: May 31, 2012, 04:48:33 pm »
Quote from: "Supora"
use search please.
Guide for XPBar

thanks and sorry :/ :)

5
Serverside Modding / [QUESTION] XPBar & Druid Inspect bug :/
« on: May 31, 2012, 02:13:18 pm »
Hi everyone,

on my server i activated the "all race all class" patch and the max lvl is 255.
BUT when somebody is above 80 the xp bar is disappear..
AND when a druid( above Level 103 ) wants to inspect self he/she get's a wowerror :/

So.. i don't know what i need to do with the xp bar and with the inspect bug...
somebody please help me :/

/
Yes i know there are to scripts but i want to fix it..

Pages: [1]