Results: 16Comments by: Synchretomus
File: [DISCONTINUED] Random Access Mount 3 (Beta)09-26-09
Originally posted by Vladinator S...
Posted By: Synchretomus
Originally posted by Vladinator Synchretomus; I added the "IsInBG()". Returns true when you are, otherwise nil. I am trying to figure a way to implement a passenger mount function so you can force it to pick a random mount that supports passangers. About a premade menu I will think about that, for now not a important addition imo....
File: [DISCONTINUED] Random Access Mount 3 (Beta)08-05-09
Wintergrasp 3.2
Posted By: Synchretomus
Hello, Please note that you can fly in wintergrasp when not in battle ;) You should find useful trigger functions in pvp addons like capping. see ya
File: [DISCONTINUED] Random Access Mount 3 (Beta)07-23-09
Feature request
Posted By: Synchretomus
Hey, As you know I really love this one-button-random-mount :) By the way, since i've bought the big mammouth that carries friends, i was thinking of an another option and an another mount option. IsInBG() checks wether you're in bg or not some flavours could be added (IsInBgAndNoCtrl() for instance) RMS("multi") or s...
File: FizzleInventory07-22-09
Keybag
Posted By: Synchretomus
Hey there ! Keys in keybags are not colored correctly : an epic key (malygos) is not coloured in purple. Instead, its the key "above" in the bag which is cloured. Does this for all keys in the bag from common to epic quality. BTW nice addon and thanks for coding it ! PS : i play on eu-fr realm.
File: ForteXorcist07-21-09
Re: Re: can't show config window?
Posted By: Synchretomus
@Synchretomus - To copy text, its ctrl+c, paste is ctrl+v. holy crap ! sorry for that ^^
File: ImprovedMerchant07-20-09
Need some localization help! If yo...
Posted By: Synchretomus
Need some localization help! If you use a french, spanish, russian, korean, chinese client please provide me with a correct localization for "Recipe" "Recipe" is "Recette" in french, mostly for cooking, jewelcrafting or alchemy. By the way, please note that allakzam or wowhead can provide useful info on localization ex :...
File: ForteXorcist07-19-09
Originally posted by Lilitharien...
Posted By: Synchretomus
Originally posted by Lilitharien Is there a way to add Divine Aegis and Grace buffs to this buff timer? That's all it's missing for me, and those are crucial things I need to track. As far as i know there is a simple way "by hand". 1 - look for the spell, buff, aura in a database such as www.wowhead.com (or fr.wowhead.com if...
File: ForteXorcist07-17-09
Forte_Mage
Posted By: Synchretomus
Hello, here is something for frost mages, to add in Forte_Mage.lua : FW:RegisterBuff(57761); -- spell timer will track for "Fireball !" It will track Proc of Brain Freeze in SpellTimer (like Hot Streak). It was missing, so here it is.
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-30-09
Hi, Just FYI, i started a topic...
Posted By: Synchretomus
Hi, Just FYI, i started a topic on french blizzard's forums about mount descriptions. (http://forums.wow-europe.com/thread.html?topicId=9521351186&sid=2 , hem... its in french) and we now have a response about how things are (pure language issue). By the way, please note that some (few?) flying mounts are "Outland and Northrend...
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-30-09
Originally posted by Vladinator S...
Posted By: Synchretomus
Originally posted by Vladinator Sorry about that, uploaded 2.003 and that will hopefully fix this bug. Did some tests and I did not get any bugs with this fix now. :) Works perfectly ! Great Job ! Thanks a lot Vladinator :)
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-29-09
Re: Re: Re: Re: Re: Tooltip parser
Posted By: Synchretomus
Originally posted by Vladinator It's extremely nice of you, Synchretomus! I've uploaded 2.002 that should fix this issue, and yes you should blame the french translators for not keeping everything the same on all items and instead using different sentences. :P The file should be approved and up shortly. Thanks for showing int...
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-26-09
Re: Re: Re: Tooltip parser
Posted By: Synchretomus
Originally posted by Synchretomus thanks a lot ! I'm gonna look at this right now, and give you feedback. Don't turn your head up and down too much for this :D So, fixed for flying mounts (yahaaa !) But still a little buggy for ground mounts (...) it randomize only among certains mounts, because ... wait for it ... another sim...
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-26-09
Re: Re: Tooltip parser
Posted By: Synchretomus
Originally posted by Vladinator Thanks a lot Synchretomus, really nice of you to point this out! I've uploaded a 2.001 fix that should deal with this issue. The addon was looking for: "peut être invoquée qu'en Outreterre ou en Norfendre" But I changed it to look for: "peut être invoquée qu'en Outreterre (.+) en Norfendre...
File: [DISCONTINUED] Random Access Mount 3 (Beta)06-23-09
Tooltip parser
Posted By: Synchretomus
Hello, Please note that (at least on fr-FR servers), the red drake is bugged. Since this version of the addon parses tooltips for key-sentences (this sentence is in bold), one mount is a bit different. Most flying mounts in fr-FR are : Invoque et renvoie ... C'est une monture très rapide qui ne peut être invoquée qu'en Ou...
File: [DISCONTINUED] Random Access Mount 3 (Beta)01-16-09
Re: Re: French Locale
Posted By: Synchretomus
Hello, did a mistake : it is : LOC_VIOLET = "Citadelle Pourpre"; and not : LOC_VIOLET = "La citadelle Pourpre"; Sorry for this ! have fun !
File: [DISCONTINUED] Random Access Mount 3 (Beta)01-11-09
French Locale
Posted By: Synchretomus
Hi dude, Tried your lua addon with some modifications for french localization. Did this : 12/01/2009 -- Game locale local GAME_LOCALE = GetLocale(); local LOC_DALARAN = ""; local LOC_WINTERGRASP = ""; local LOC_KRASUS = ""; local LOC_COLDFLY = ""; local LOC_VIOLET = ""; local LOC_UNDERDALARAN = ""; -- Localiza...