Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: fgprodigal
Forum: General Authoring Discussion 11-15-16, 08:54 PM
Replies: 5
Views: 1,928
Posted By fgprodigal
Yes, just type it in chatbox. JoinBattleField()...

Yes, just type it in chatbox. JoinBattleField() will be tainted.
Forum: General Authoring Discussion 11-15-16, 08:44 PM
Replies: 5
Views: 1,928
Posted By fgprodigal
Many UI kill the minimap tracking button, they...

Many UI kill the minimap tracking button, they toggle the minimap tracking dropdown menu by right click the minimap instead (by ToggleDropDownMenu(1, nil, MiniMapTrackingDropDown, "cursor")).
Some UI...
Forum: General Authoring Discussion 11-15-16, 03:37 AM
Replies: 5
Views: 1,928
Posted By fgprodigal
Question JoinBattleFiled() blocked

I'm writing my own UI now. I find that if we do the following thing step by step:
1. Toggle the MiniMapTrackingDropDown by ToggleDropDownMenu(1, nil, MiniMapTrackingDropDown, "cursor")
2. Open...
Forum: Dev Tools 11-04-14, 08:57 AM
Replies: 42
Views: 44,798
Posted By fgprodigal
in file 'WoW...

in file 'WoW Lua.tmLanguage'

<dict>
<key>match</key>
<string>\b[^,\[\](){}\s]+\b</string>
<key>name</key>
<string>variable.parameter.lua</string>
</dict>

I added '\.' into regex, like
Showing results 1 to 4 of 4