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

[Arcemu] Lua Transmogrification

Rochet2

Moderator / Eluna Dev
Get it:
Lua, save to scripts folder:
http://pastebin.com/VFTUmPTm
Run to characters database:
http://pastebin.com/08NXuUAj

HowTo:
To transmogrify an item you need to have the item equipped you want to change.
Then you need to have an item of the same type (inventory type to be exact) somewhere in your inventory (doesnt matter where, just in some bag).
When talking to the NPC you get to select the slot.
After selecting you see a menu with item names of the items which's displays you can use. (max 13 by default)
Select one and you are done :3

How it works:
The script looks about the same as this one here:
http://youtu.be/wuNWPqiIm64
Difference to video:
There are no costs.
There are no item restrictions or limitations, except that the items must have the same inventory type.
Transmogrifications are applied by a timed event, not on equip (no hook)
Display source item wont be affected in any way (not made soulbound etc.)
 

steeth

Enthusiast
idk

I get errors when I go to run my server it says in the world.exe that theres an error table characters.transmog_items doesn't exist is there a way to change it where it reads characters_transmog_items as a table cause I can make a new table for that.
 

steeth

Enthusiast
theres no table for characters.transmog_items and there cant be because u cant separate words with a . u have to separate them with a _ and that's where my problem lays in making another table. for the link or anything does not make a characters.transmog_items table
 
Last edited:

Tommy

Founder
theres no table for characters.transmog_items and there cant be because u cant separate words with a . u have to separate them with a _ and that's where my problem lays in making another table. for the link or anything does not make a characters.transmog_items table

nvm I just figured it ou I was putting it in world not characters

Yeah, it plainly says to put it in your characters database. :p
 
Top