Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: samueldcorbin
Forum: General Authoring Discussion 04-20-21, 03:58 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Hah. I think I'm just going to stick with my...

Hah. I think I'm just going to stick with my original implementation that opens the map at the end of combat (or, if they open it early manually, sets the map and pre-empts the queued call).

I don't...
Forum: General Authoring Discussion 04-20-21, 03:14 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
For one, the command can take parameters, so that...

For one, the command can take parameters, so that would be hugely more difficult.

For another, /sam is not actually like pressing "enter+/+s+a+m+enter" in a row because you can enter slash commands...
Forum: General Authoring Discussion 04-20-21, 03:04 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
I might be misunderstanding without an example,...

I might be misunderstanding without an example, but are you suggesting I rebind the chat-entry key, then rebind the entire keyboard and basically reimplement the WoW line editor via key-by-key...
Forum: General Authoring Discussion 04-20-21, 02:22 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
I'm not sure I'm following what you mean. Can you...

I'm not sure I'm following what you mean. Can you show a simple example of doing this for /sam?

And it isn't "because I don't like /click" - it's because there are a half dozen other functions run...
Forum: General Authoring Discussion 04-20-21, 02:10 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Assume I have a slash command /sam, and I want it...

Assume I have a slash command /sam, and I want it to open the map, during combat. Can you show how I would go about doing that?
Forum: General Authoring Discussion 04-20-21, 01:54 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
I know that you can map a key to trigger a click...

I know that you can map a key to trigger a click which can be used to drive a secure button.

Unless I misunderstand, that does not somehow enable to me to call a protected function during combat...
Forum: General Authoring Discussion 04-20-21, 01:22 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Like I said a couple of times, using /click is...

Like I said a couple of times, using /click is not what I'm after. My question was about opening the map via a custom slash command.

The answer is that what I'm after is not possible both because...
Forum: General Authoring Discussion 04-19-21, 08:18 PM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Thank you for the answers. I can...

Thank you for the answers.

I can WorldMapFrame:Show() so long as nothing else taints it, but the OnShow doesn't actually handle all the things you would normally get from showing the frame - several...
Forum: General Authoring Discussion 04-17-21, 01:43 PM
Replies: 26
Views: 9,951
Posted By samueldcorbin
That's fair, though I couldn't find any change...

That's fair, though I couldn't find any change related to this. I think perhaps whoever said that originally was just mistaken.
That actually doesn't seem to work in combat either - "Interaction...
Forum: General Authoring Discussion 04-16-21, 08:54 PM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Hrm, I came across several posts from a couple of...

Hrm, I came across several posts from a couple of years ago suggesting that it could be initiated by a click or slash command - though none of them explained how. I'm guessing a click generated by a...
Forum: General Authoring Discussion 04-15-21, 10:39 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
My goal at the moment is literally a command that...

My goal at the moment is literally a command that opens the map to the map with the user's current pin on it.

I already have what you are describing. I'm trying to figure out how to open the map -...
Forum: General Authoring Discussion 04-15-21, 12:24 AM
Replies: 26
Views: 9,951
Posted By samueldcorbin
Open Map From Slash Command

I am trying to open the world map to the zone with the player's current waypoint pinned to it.

If the map is already open, my slash command can set the zone just fine using...
Forum: General Authoring Discussion 12-14-20, 01:20 PM
Replies: 1
Views: 3,164
Posted By samueldcorbin
Aha, after digging through the API a bit longer,...

Aha, after digging through the API a bit longer, I found it!

C_Map.GetMapGroupID, then C_Map.GetMapGroupMembersInfo
Forum: General Authoring Discussion 12-14-20, 01:08 PM
Replies: 1
Views: 3,164
Posted By samueldcorbin
Get Zone Layer Names from Map Dropdown

When you have the map open to a zone like, say, Oribos, there's a drop-down in the upper left corner that lets you select the maps for different floors. Each of these floors is named. For example, if...
Showing results 1 to 14 of 14