Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: patrick_smyth
Forum: General Authoring Discussion 06/04/17, 04:12 PM
Replies: 2
Views: 2,373
Posted By patrick_smyth
pchat forces reloadui

The problem I have with using pchat as my model is that it seems to force a reloadui() every time it does a font change.

It uses:

ZoFontEditChat:SetFont(fontPath)
...
Forum: General Authoring Discussion 05/31/17, 04:16 PM
Replies: 2
Views: 2,373
Posted By patrick_smyth
Changing fonts in chat

I am trying to do the following on the 'System' chat channel (the channel where the output of d() goes):

Save the font and font characteristics (size etc.)
Change font and/or characteristics
...
Forum: General Authoring Discussion 05/07/17, 06:56 AM
Replies: 4
Views: 2,620
Posted By patrick_smyth
Thanks sirinsidiator. That explains the problems...

Thanks sirinsidiator. That explains the problems I have been experiencing.
I think some of my code may resemble yours in the end.
Forum: General Authoring Discussion 05/06/17, 06:16 PM
Replies: 4
Views: 2,620
Posted By patrick_smyth
I thought it was a bit large to do this and I...

I thought it was a bit large to do this and I have edited to cut down the size but here is part one:

JumpBlock = {
name = "TJump",
oldZone = "",
reason = JUMP_SUCCESS,
eventCode =...
Forum: General Authoring Discussion 05/06/17, 10:34 AM
Replies: 4
Views: 2,620
Posted By patrick_smyth
How do I detect jump fail?

Hi,

I need to detect when one of these jumps fails:
FastTravelToNode()
JumpToGroupLeader()
JumpToGroupMember()
JumpToFriend()
JumpToGuildMember()
I have tried registering for these...
Forum: General Authoring Discussion 04/13/17, 03:10 PM
Replies: 2
Views: 10,943
Posted By patrick_smyth
Maximum Zone Index

In my current project I build a table of zone names using:


zoneName = GetZoneNameByIndex(zoneIndex)
zoneId = GetZoneId(zoneIndex)
canJump, result =...
Forum: General Authoring Discussion 04/13/17, 09:29 AM
Replies: 1
Views: 1,842
Posted By patrick_smyth
Where am I teleporting to?

I may be missing something obvious and this is the reason I am asking.

I know that when you jump to a player (groupmate, friend, guildmate) you end up at a wayshrine (always?).

Is there any way to...
Forum: General Authoring Discussion 03/10/17, 03:21 PM
Replies: 3
Views: 2,297
Posted By patrick_smyth
Thank-you

Thank-you to Dolgubon and decay2.

I now have a much clearer picture of what is going on. I am going to test my new knowledge by modifying some code. Then more testing :)
Forum: General Authoring Discussion 03/09/17, 04:22 PM
Replies: 3
Views: 2,297
Posted By patrick_smyth
You only die twice if in group?

I wonder if someone can help me.

I am alpha testing a mod which (among other things) monitors EVENT_UNIT_DEATH_STATE_CHANGED.

The mod is only interested in triggers where the isDead argument is...
Showing results 1 to 9 of 9