• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Trinitycore] Transmogrification 3.3.5a

Rochet2

Moderator / Eluna Dev
Video:*Transmogrification - YouTube

Key features:
Blizzlike
dynamic (custom items work)
customizable from config
uses gossip menus

Limitations:
(These are defaults, can be configured)
http://www.wowwiki.com/Transmogrification

Get It:
http://rochet2.github.io/Transmogrification.html

How To Transmogrify:
Equip an item that is suitable for transmogrification.
Have an item in your bags that is suitable to be used to transmogrify the equipped item
Talk to Transmogrifier and select the item slot. Then select the item you want to transmogrify to.
Click to proceed when prompted and your items are transmogrified.

Links:
How to add a new script?
Updating core?

Transmog threads:
http://www.trinitycore.org/f/topic/6508-patch-transmogrification-335a/ (requires login)
Transmogrification 3.3.5a - SICKind
http://emudevs.com/showthread.php/33-Trinitycore-Transmogrification-3-3-5a
 
Last edited:

Cortana

Enthusiast
Thank you for this release. It will be helpful for many people. Now we dont have to worry about Dispersion WoW complaining that they are the only ones with it.
 

Rochet2

Moderator / Eluna Dev
Update 5.0 is here :)

Adding sets, config options, possible corrections, fixed prices, information options (How does transmogrification / sets work?)
Adding icons, colored item names, deleted useless storage.
Totally compatible with 4.x (can be upgraded)
Removed translation support (sadly)
 

Fort

Respected Member
Thanks for the Share Rochet2 Btw is there anyway i can make it Detect Custom items like Cata and MoP stuff for transmorg
 

darksoke

OnTop500
Rochet how can i remove items used after transmog ? it seem that after i transmog , items remain in bags ....
and 1 more thing about messages "How transmogrification work" and "How sets work" actualy don't work :|
 
Last edited:

Synth

Exalted Member
Rochet how can i remove items used after transmog ? it seem that after i transmog , items remain in bags ....
and 1 more thing about messages "How transmogrification work" and "How sets work" actualy don't work :|
Make you sure you have Save Set after Remove Transmogrification Items.
It work perfectly make you sure,you add SQL files,then delete your cache.
 

Synth

Exalted Member
what do you mean ?
In the Transmogrification npc there is a gossip called "Save Set" once you find it click "Save Set" then remove your transmogrification items it will not delete whole your items just transmog one,if you didn't do that it will remove whole your items.
and be sure you run the query's,you can find it on Transmogrification.diff,for you make "How does Transmogrification" gossip work.
 

darksoke

OnTop500
In the Transmogrification npc there is a gossip called "Save Set" once you find it click "Save Set" then remove your transmogrification items it will not delete whole your items just transmog one,if you didn't do that it will remove whole your items.
and be sure you run the query's,you can find it on Transmogrification.diff,for you make "How does Transmogrification" gossip work.

man i have instaledit correctly and i set
Code:
Transmogrification.EnableTransmogInfo = 1
Transmogrification.TransmogNpcText = 50000

Transmogrification.EnableSetInfo = 1
Transmogrification.SetNpcText = 50001
executed all SQLs

and this settings don't work
Code:
Transmogrification.AllowMixedArmorTypes = 1
Transmogrification.AllowMixedWeaponTypes = 1
 

Synth

Exalted Member
man i have instaledit correctly and i set
Code:
Transmogrification.EnableTransmogInfo = 1
Transmogrification.TransmogNpcText = 50000

Transmogrification.EnableSetInfo = 1
Transmogrification.SetNpcText = 50001
executed all SQLs

and this settings don't work
Code:
Transmogrification.AllowMixedArmorTypes = 1
Transmogrification.AllowMixedWeaponTypes = 1
You don't have to excecuted all SQL's.You have to run the follows SQL's:
●Run characters.sql to your characters database.
●Run world_texts.sql to your world database.
●Run World_NPC.sql to your world database.
●Run the 4_x_to_5_0 updates from sql/transmogrification/updates.
●Delete your cache.
●Restart the server.
●Enjoy your game :smile:
 

darksoke

OnTop500
You don't have to excecuted all SQL's.You have to run the follows SQL's:
●Run characters.sql to your characters database.
●Run world_texts.sql to your world database.
●Run World_NPC.sql to your world database.
●Run the 4_x_to_5_0 updates from sql/transmogrification/updates.
●Delete your cache.
●Restart the server.
●Enjoy your game :smile:

i know what i have to add man i'm not dumb but it still don't work :|
 

Barebones

BETA Tester
\sigh

Can someone give me a dumbed down version of the guide for this explaining where each files goes in order to add it it, because the .diff isn't the only file is it?
 
Last edited:
Top