Welcome to Ac-Web AC-Web

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Ask a Question

Ask Questions and Get Answers from Our Community

Ac-Web Official Repacks !

Here you will find all our official repacks

Contact Us

Contact a Staff member if needed

[Trinity] [3.3.5] {Ultimate} Transmog Mall.

mindsear

Senior
Pu
joined: Mar 18, 2016
messages: 1,273
Reaction score: 109
Points: 63
Location: here
Credits: 80
Just updated Phil's Transmog Mall script for the latest TrinityCore rev. TDB 335.61 (Aug-27-2016)

[3.3.5] Transmog Mall: http://pastebin.com/MA2LViJ8

[3.3.5] Transmog NPC's SPAWN: http://pastebin.com/pEwcq8Qz




Wo_WScrn_Shot_082716_011355.jpg
 
Last edited:

philippovitch

Senior
Senior
joined: Jun 29, 2009
messages: 764
Reaction score: 83
Points: 28
Location: Lebanon
Credits: 434
thank you a lot for updating my work. i had a lot of work this days got so busy !
 

celinemessi

Registered
joined: Jul 25, 2018
messages: 6
Reaction score: 0
Points: 1
Credits: 5
Hello guys and thx for this shop, but the sql have a problem for me... :
Error SQL (1054) : Unknow column 'InhabitType' in 'field list'
so please help me what can i do? add a new colum in creature template? or custom the sql script?
 

mindsear

Senior
Pu
joined: Mar 18, 2016
messages: 1,273
Reaction score: 109
Points: 63
Location: here
Credits: 80
Last edited:

celinemessi

Registered
joined: Jul 25, 2018
messages: 6
Reaction score: 0
Points: 1
Credits: 5
Oh my god thanks you very much :D

I have a little question, i downloaded the transmogvendor but i want to transmog with item in my bag not with the item vendor how can i do?

- - - Updated - - -

And please another question, is that hard to up to date an sql file? like u did before for this script?
 

philippovitch

Senior
Senior
joined: Jun 29, 2009
messages: 764
Reaction score: 83
Points: 28
Location: Lebanon
Credits: 434
I've just updated Phil's Transmog mall for TrinityCore rev. TDB 335.64 (Jul-25-2018)

[3.3.5] Transmog Mall: https://gist.github.com/mindsear/b224a6d5a0e1b73a03bbc144cd0d63f7

Enjoy!

Wow been long time i didin't returned to this thread thanks for updating it mindsear.

Oh my god thanks you very much :D

I have a little question, i downloaded the transmogvendor but i want to transmog with item in my bag not with the item vendor how can i do?

- - - Updated - - -

And please another question, is that hard to up to date an sql file? like u did before for this script?

I Didin't get it, you got TransmogVendor from Rochet2 ? and you want to Transmog items from your bag? then just add his blizzlike Transmog Vendor " http://rochet2.github.io/Transmogrification "

It's not hard mainly if you know what have changed, with notepad++ and "some regex (not really needed)" also it's not really complicated in this case you can also re-create the "npc vendor" part which is copy-paste mainly. it's just very long..
 

celinemessi

Registered
joined: Jul 25, 2018
messages: 6
Reaction score: 0
Points: 1
Credits: 5
Thank you very much that just what i needed to know. But i can add 2 different transmog vendor type?

In the new sql from mindsear there are just wow tlk transmogs and not tbc and vanilla just want to signal it! :cool:
 

pennybox

Registered
joined: Nov 16, 2007
messages: 60
Reaction score: 0
Points: 6
Credits: 5
not working with current revision.

- - - Updated - - -

anyone updating?
 

GlebJM

Banned
Banned
joined: Feb 10, 2019
messages: 4
Reaction score: 0
Points: 0
Location: Eritrea
Website prom-electric.ru
Credits: 0
3 3 5 Ultimate Transmog Mall

Summon Existing Fleet has an issue where the ships that jump to you wont carry out new orders. Removing them from your squad and adding them in again seemed to fix it.
 

philippovitch

Senior
Senior
joined: Jun 29, 2009
messages: 764
Reaction score: 83
Points: 28
Location: Lebanon
Credits: 434
anyone got this updated?
I do not maintain my scripts anymore. but by reading my original code only the entry, name, and subname of the creature_template are being set. the rest of the code should be able to run on any db revision that has an item_template.

I made for you a simple javascript program that generates for you all the vendors entries, so you do not have to request an update every time.


you must change line 16, with your own creature template / db structure.

You can run the code with nodejs if you have that on your pc. Or use any browser console by right-clicking + inspect.

I'm pretty sure there's a modern way of doing it tho, so if anyone has an alternative feel free to comment and I'll update the original post with your name on it.
 

Brunolopes

Official Ac-Web Repacker
ac-repack
joined: Nov 23, 2014
messages: 1,190
Reaction score: 119
Points: 63
Credits: 658
I will be home in 1 hour i will have a look! thanks!
 

Brunolopes

Official Ac-Web Repacker
ac-repack
joined: Nov 23, 2014
messages: 1,190
Reaction score: 119
Points: 63
Credits: 658
swaped the line 16 with
const creature_template = (entry, name, subname) => {
return `(${entry},'0','0','0','0','0','27822','0','0','0',${name},${subname}, NULL, 0, 80, 80, 0, 35, 4225, 1, 1.14286, 0.25, 3, 0, 0, 0, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '0', 12340);,`;
};

installing that softwere to run the code right now

it still doesnt work i know its me who´s doing something wrong but still cant figure it out xD
 

philippovitch

Senior
Senior
joined: Jun 29, 2009
messages: 764
Reaction score: 83
Points: 28
Location: Lebanon
Credits: 434
swaped the line 16 with
const creature_template = (entry, name, subname) => {
return `(${entry},'0','0','0','0','0','27822','0','0','0',${name},${subname}, NULL, 0, 80, 80, 0, 35, 4225, 1, 1.14286, 0.25, 3, 0, 0, 0, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '0', 12340);,`;
};

installing that softwere to run the code right now

it still doesnt work i know its me who´s doing something wrong but still cant figure it out xD
It's probably due to the closing of your query
);,`;

should either be ), for mulitline insert or ); for single line insert `; this closes the javascript string declaration.
 
Back
Top