Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] <@!290897640101511168> is there any good resources on this or has not many people done this?

[DiscordArchive] <@!290897640101511168> is there any good resources on this or has not many people done this?

[DiscordArchive] <@!290897640101511168> is there any good resources on this or has not many people done this?

rektbyfaith
Administrator
0
06-13-2019, 02:43 PM
#1
Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:43:46.036000+00:00
Original source

<@!290897640101511168> is there any good resources on this or has not many people done this?
rektbyfaith
06-13-2019, 02:43 PM #1

Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:43:46.036000+00:00
Original source

<@!290897640101511168> is there any good resources on this or has not many people done this?

rektbyfaith
Administrator
0
06-13-2019, 02:45 PM
#2
Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:45:19.483000+00:00
Original source

<@!290897640101511168> mean first issue i come a cross I noticed I was unable to edit the GlobalStrings.lua would give error
rektbyfaith
06-13-2019, 02:45 PM #2

Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:45:19.483000+00:00
Original source

<@!290897640101511168> mean first issue i come a cross I noticed I was unable to edit the GlobalStrings.lua would give error

rektbyfaith
Administrator
0
06-13-2019, 02:45 PM
#3
Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:45:43.053000+00:00
Original source

And I only added extra strings ready for coding ha

```lua
ERR_TRANSMOGRIFY_CANT_EQUIP = "You must be able to equip yourself with an object to use its appearance.";
ERR_TRANSMOGRIFY_INVALID_DESTINATION = "%s can not be transmogrified.";
ERR_TRANSMOGRIFY_INVALID_ITEM_TYPE = "The appearance of this object is invalid.";
ERR_TRANSMOGRIFY_INVALID_SOURCE = "The appearance of this object can not be used.";
ERR_TRANSMOGRIFY_LEGENDARY = "You can not transmogrify or use the appearance of a legendary object.";
ERR_TRANSMOGRIFY_MISMATCH = "You can transmogrify an object only with another object of the same type and location.";
ERR_TRANSMOGRIFY_NOT_SOULBOUND = "%s can not be transmogrified because this object is not permanently related to you.";
ERR_TRANSMOGRIFY_SAME_APPEARANCE = "Object %s already has this appearance.";
ERR_TRANSMOGRIFY_SAME_ITEM = "You can not transmogrify an object with itself.";
TRANSMOGRIFIED = "Transmogrified in :\n%s";
TRANSMOGRIFIED_ENCHANT = "Illusion : %s";
TRANSMOGRIFIED_HEADER = "Transmogrified in :";
TRANSMOGRIFY = "Transmogrifier";
TRANSMOGRIFY_BIND_CONFIRMATION_BOTH = "Using this item for transmogrification will bind it to you and you will not be able to get it back.";
TRANSMOGRIFY_BIND_CONFIRMATION_DESTINATION = "Use this object for transmogrification\nwill prevent you from getting it back.";
TRANSMOGRIFY_BIND_CONFIRMATION_SOURCE = "Using this item for transmogrification will bind it to you and you will not be able to get it back.";
TRANSMOGRIFY_INVALID_REASON1 = "There is no equipped object in this slot.";
TRANSMOGRIFY_INVALID_REASON2 = "This object is not linked.";
TRANSMOGRIFY_INVALID_REASON3 = "Legendary objects can not be transmogrified.";
TRANSMOGRIFY_INVALID_REASON4 = "This object can not be transmogrified.";
TRANSMOGRIFY_INVALID_REASON5 = "This object can not be transmogrified.";
TRANSMOGRIFY_TOOLTIP_APPLY = "On the verge of being transmogrified :\n%s";
TRANSMOGRIFY_TOOLTIP_REVERT = "About to be canceled";

```
rektbyfaith
06-13-2019, 02:45 PM #3

Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:45:43.053000+00:00
Original source

And I only added extra strings ready for coding ha

```lua
ERR_TRANSMOGRIFY_CANT_EQUIP = "You must be able to equip yourself with an object to use its appearance.";
ERR_TRANSMOGRIFY_INVALID_DESTINATION = "%s can not be transmogrified.";
ERR_TRANSMOGRIFY_INVALID_ITEM_TYPE = "The appearance of this object is invalid.";
ERR_TRANSMOGRIFY_INVALID_SOURCE = "The appearance of this object can not be used.";
ERR_TRANSMOGRIFY_LEGENDARY = "You can not transmogrify or use the appearance of a legendary object.";
ERR_TRANSMOGRIFY_MISMATCH = "You can transmogrify an object only with another object of the same type and location.";
ERR_TRANSMOGRIFY_NOT_SOULBOUND = "%s can not be transmogrified because this object is not permanently related to you.";
ERR_TRANSMOGRIFY_SAME_APPEARANCE = "Object %s already has this appearance.";
ERR_TRANSMOGRIFY_SAME_ITEM = "You can not transmogrify an object with itself.";
TRANSMOGRIFIED = "Transmogrified in :\n%s";
TRANSMOGRIFIED_ENCHANT = "Illusion : %s";
TRANSMOGRIFIED_HEADER = "Transmogrified in :";
TRANSMOGRIFY = "Transmogrifier";
TRANSMOGRIFY_BIND_CONFIRMATION_BOTH = "Using this item for transmogrification will bind it to you and you will not be able to get it back.";
TRANSMOGRIFY_BIND_CONFIRMATION_DESTINATION = "Use this object for transmogrification\nwill prevent you from getting it back.";
TRANSMOGRIFY_BIND_CONFIRMATION_SOURCE = "Using this item for transmogrification will bind it to you and you will not be able to get it back.";
TRANSMOGRIFY_INVALID_REASON1 = "There is no equipped object in this slot.";
TRANSMOGRIFY_INVALID_REASON2 = "This object is not linked.";
TRANSMOGRIFY_INVALID_REASON3 = "Legendary objects can not be transmogrified.";
TRANSMOGRIFY_INVALID_REASON4 = "This object can not be transmogrified.";
TRANSMOGRIFY_INVALID_REASON5 = "This object can not be transmogrified.";
TRANSMOGRIFY_TOOLTIP_APPLY = "On the verge of being transmogrified :\n%s";
TRANSMOGRIFY_TOOLTIP_REVERT = "About to be canceled";

```

rektbyfaith
Administrator
0
06-13-2019, 02:47 PM
#4
Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:47:35.038000+00:00
Original source

and I see it says -- AUTOMATICALLY GENERATED -- DO NOT EDIT! so wonder were it generated exe it self maybe ?
rektbyfaith
06-13-2019, 02:47 PM #4

Archived author: Wpgn (Dâin) • Posted: 2019-06-13T14:47:35.038000+00:00
Original source

and I see it says -- AUTOMATICALLY GENERATED -- DO NOT EDIT! so wonder were it generated exe it self maybe ?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)