Results: 107Comments by: mulesh
File: MusicTheme12-21-07
Recent Comments
Posted By: mulesh
Originally posted by Pyrolith I think I found the answer to one of my questions -- play in combat elseif (InInstance == false) and (classification == "elite") then elseif (InInstance == false) or (classification == "elite") then It now plays the BossMusic for me when I'm in an instance. This is INTENDED. The addon sho...
File: MusicTheme12-09-07
Re: Re: Re: Battle Music Stopping
Posted By: mulesh
Originally posted by Pyrolith Sorry about that, it was BattleSong I cant see anything in the code that would make that song stop during combat. Its evaluating the same way it would outside an instance when in a normal fight and I have never noticed to stop in the way you are describing. Does it only do it in instances?
File: MusicTheme12-09-07
Originally posted by okami Great...
Posted By: mulesh
Originally posted by okami Great addon :D , but is there a way to play random PVE battle songs? Yes, its possible. I will look into adding that feature. Originally posted by Pyrolith I'm looking at some of the play in combat code and was wondering if this was intended. elseif (InInstance == false) and (classification...
File: Final Fantasy 7 Theme (lua only)12-09-07
Originally posted by flaska If th...
Posted By: mulesh
Originally posted by flaska If this contains no music, what is it good for? This is a PATCH addon. It does NOTHING on its own. This is the lua only theme file for MusicTheme. The actual music is WAY to big to host here. The purpose of this patch is to allow updates to the theme file without having to re-upload the entire mus...
File: MusicTheme12-09-07
Re: Battle Music Stopping
Posted By: mulesh
Originally posted by Pyrolith For some reason when I was in Shattered Halls on my mage it would stop playing the pve battle music, but once the battle was over it would begin playing the regular song. OutsideNightFSong. That song was the correct song to play, but I ran it in debug and couldn't find why the battle song would stop....
File: MusicTheme12-09-07
Fixes
Posted By: mulesh
The Stormwind City and IronForge typos have been fixed in v1.1.6 The FinalFantasy7 Theme ExodarSong typo has been fixed in v1.3 Again, you can just download the "lua only" patch above instead of getting the full theme pack since none of the music files were changed (provided you already have the music files). Thanks for spotti...
File: Final Fantasy 7 Theme (lua only)12-09-07
Screenshots are not available for t...
Posted By: mulesh
Screenshots are not available for this patch.
File: MusicTheme12-07-07
Update: New Theme Bug
Posted By: mulesh
I have corrected the issue in v1.1.4. New themes should register with the addon automaticly. There is one small change to the theme files that needs some extra attention. The first line in the theme file is slightly diffirent now. Old model MusicThemeDB.Themes = { New Model MusicTheme.Themes = { Enjoy :) EDIT: You D...
File: Loot Filter12-02-07
Bug
Posted By: mulesh
With WoW 2.3, itemSubType's for Trade Goods are no longer "Trade Goods". Your "type entry" only checks itemSubType which now could equal any of the following: Any Elemental Cloth Leather Metal & Stone Meat Herb Enchanting Jewelcrafting Parts Devices Explosives Other Maybe you could add filters for each subType or just...
File: MusicTheme12-01-07
Adding a new theme bug
Posted By: mulesh
I am currently investigating a bug preventing new themes from becoming registered with the addon. Work-Around: If a new theme is added or if an old theme is changed, go into your WTF SavedVariable folder and delete the MusicTheme.lua file and the MusicTheme.lua.bak file. Make sure you are logged out when you do this.
File: MusicTheme11-30-07
Originally posted by tpan0065 Hey...
Posted By: mulesh
Originally posted by tpan0065 Hey I've got a problem with this add-on... I downloaded the latest patch and the final fantasy theme pack, but when i enable the add-on, it gives me an error msg. It reads: " Interface\AddOns\Music\Theme\MusicTheme.lua.91: attempt to index field '?' (a nil value) After I click ok, it gives me...
File: PlaySound11-24-07
Originally posted by chusina didn...
Posted By: mulesh
Originally posted by chusina didnt work... :( In the same instant that i log in again... the playsound.lua file is again with "nil" text. Just for clearing... the playsound.lua file is not saved in the general savevariables folder in WTF, it is saved per character. So i deleted all the playsound.lua file and playsound.lua.bak f...
File: PlaySound11-24-07
Originally posted by chusina No,...
Posted By: mulesh
Originally posted by chusina No, im using windows xp sp2... :confused: But now that i know what is failing... will check inmeditaly the file permission of the saved variables of playsound. Could it be possible that i downloaded the file without write permissions? :eek: Anyway, thanks for the answer.... /me running to che...
File: PlaySound11-23-07
Originally posted by chusina I go...
Posted By: mulesh
Originally posted by chusina I got a bunch of .lua errors like: : PlaySound\PlaySound.lua:35: attempt to index global 'PlaySound_CharVar' (a nil value) :"*:OnEvent":1: in function <:1> What im doing wrong? :confused: It looks like the addon is unable to access the variable PlaySound_CharVar. This is the name of th...
File: MusicTheme11-23-07
Re: Good idea
Posted By: mulesh
Originally posted by PallStar Mulesh, I really love this add-on. Everything is working for me from the Final Fantasy theme. I am going to use the example you created and starting my own set. I will post my LUA after I get it all together. I am going to setup multiple combat musics. (so it won't get stagnant every time I get into co...
File: MusicTheme11-18-07
To Do
Posted By: mulesh
I still need to add songs for all the outland cities (just the major ones that have city maps). If you have a suggestion for a song/city combo, please let me know (none of my characters are in outland yet). Please try to use a selection from Final Fantasy 7 (http://ffmusic.ffshrine.org/ff7soundtracks/ff7-soundtracks.php). Once I g...
File: MusicTheme11-17-07
Originally posted by Muramasa I j...
Posted By: mulesh
Originally posted by Muramasa I just can't get it to seem to load when im in contested friendly or enemy territory, the music just stays the game music. There is no debug output either. If you are in one of those types of zones and you start combat, does it play that? No debug message means that the check for GetZonePVPInfo() is...
File: MusicTheme11-17-07
Re: Questions
Posted By: mulesh
Originally posted by damascus300 Does this addon play music for pvp? Does the music fade out or does just play the whole song? Can I add my own music? If you enter combat with another player, yes, it plays diffirent battle music. It will loop. Yes, there is a link for creating your own themes in the info above. Originally...
File: MusicTheme11-16-07
I created the zip incorrectly, it l...
Posted By: mulesh
I created the zip incorrectly, it lacked proper file structure. That has been fixed in v1.1.2. After updating to this version, I would encourage you to delete your SavedVariables file for MusicTheme as it may have become corrupted by previous releases. The current version I am using is MusicTheme v1.1.2 and Final Fantasy 7 Them...
File: MusicTheme11-16-07
Questions
Posted By: mulesh
If anyone has any questions on how to create their own theme file, please feel free to ask me. I can be reached here, on my author portal or by PM.
File: MusicTheme11-15-07
Are these right then? Stormwind...
Posted By: mulesh
Are these right then? Stormwind - Disk 1 - Track 12 - Flowers Blooming in the Church The Exodar - Disk 3 - Track 17 - Forested Temple Darnasses - Disk 3 - Track 1 - Cosmo Canyon Iron Forge - Disk 1 - Track 19 - Infiltrating Shinra Tower http://ffmusic.ffshrine.org/ff7soundtracks/ff7-soundtracks.php
File: MusicTheme11-15-07
Re: what about the towns for the Allies?
Posted By: mulesh
Originally posted by Lumania What about adding use for a song when you enter a town for the allies? I can add the Alliance town checks to the addon. I was wanting to find some songs for them to put in the FF7 theme first which is not easy (never been to those towns). Got any suggestions for those areas?
File: MusicTheme11-14-07
Ah, thanks. This link should wor...
Posted By: mulesh
Ah, thanks. This link should work Final Fantasy 7 Theme That will have to do until I can find a better way to host my themes.
File: MusicTheme11-12-07
The Final Fantasy 7 theme zip is st...
Posted By: mulesh
The Final Fantasy 7 theme zip is still uploading to my server. Its about 75mb so I cant host it here. Ill post again when its finished uploading. The Final Fantasy 7 theme is up. Link is in the info above.
File: PlaySound11-07-07
Originally posted by Maerius I wo...
Posted By: mulesh
Originally posted by Maerius I would love it if you could set it to make a sound when you Parry (so I know when to Riposte). The mod that used to do that for me doesn't seem to work anymore. :( Thanks I think you would get more of what you want in a battle scroller mod like MikScrollingBattleText. That one will let you configu...