This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [RELEASE] 3.3.5a Gobject patch  (Read 5297 times)

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
[RELEASE] 3.3.5a Gobject patch
« on: March 02, 2015, 01:01:03 pm »
Hello there little whelps,

I used to use patch made by one guy from Ownedcore which included all M2s and WMOs existing in WoW turned into spawnable gameobjects. That means that you can simply search for model name in game and you will always find gob you can spawn. Its just great thing for gob spammers, I know, but problem is that patch from Ownedcore is terribly messed up in my opinion. It contains a LOT of completely unneeded objects and displayIDs and also is full of displayIDs with messed up bounding boxes (all copied from one), which leads into gobs lootable from 50yd distances.

So I made my own patch. Here is MPQ patch, DBC file and SQL dump (for TrinityCore2 revisions after WDBVerified column was renamed to VerifiedBuild). I tryed to make this completely noob-friendly so if you want to use this patch, you don't need to know anything about MPQ patches or DBC files, you just need to know the very basics of running TrinityCore2 server. READ README file. You will find how-to guide there. All gobs with custom displayIDs have [AmPatch] placed behind their postfixes and have entrys 410000 and higher. Their displayIDs are 10000 and higher, meaning that every gob has displayID=entry-400000. Good for searching for displayIDs.

Version 1 - light pack
This version contains all M2s and WMOs from World and Spell folders spawnable. Other were excluded, because majority of them just can't be used as gobs (they have no hardcoded textures for example).

Version 2 - full pack
This pack contains really ALL M2s, even character, item, creature... And its needless to say that most of such things are completely useless as gobs. But someone still may preffer this version.
« Last Edit: March 02, 2015, 10:13:50 pm by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

PhilipTNG

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 709
    • View Profile
Re: [RELEASE] 3.3.5a Gob patch
« Reply #1 on: March 02, 2015, 05:23:45 pm »
hehe... my mind is crazy , i thought Gob was for Goblin XD.. hehehehaahha  :lol:  :lol:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #2 on: March 02, 2015, 05:37:30 pm »
I rather renamed topic. :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #3 on: March 02, 2015, 07:31:45 pm »
Great, next weekend I wanted to make a small script that exactly do that and searchs all model files and creates the sql.

Saves me a lot of time. Thanks for the release.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

rockrazer

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #4 on: March 02, 2015, 08:18:57 pm »
Thanks a lot for this.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Domminust

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 100
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #5 on: March 02, 2015, 10:38:11 pm »
ty
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

danger788

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 2
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #6 on: July 04, 2015, 11:23:57 am »
Thanks allot for this nice work  :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alice

  • Registred Member
  • Race Changer
  • *****
  • Posts: 28
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #7 on: July 10, 2015, 06:42:12 am »
Thank you so much, this was exactly what i was needing!!!
One thousand times thank you!!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Bhalandros

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #8 on: May 03, 2017, 10:34:04 am »
Sorry for necro. But SQL dump doesn't seem to work. Error message here.
https://pastebin.com/ZnUrLV4p
May be a TrinityCore update. Effectively, on gameobject_template table there exists no faction collumn.

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #9 on: May 03, 2017, 11:29:38 am »
:)

TC is yet again "fixing" things which aren't broken, and yet again in ways which makes all kinds of software not being backwards compatible. WP TC, WP. Love you.


You can use my tool I have released to make this patch by yourself, my tool leaves most of values as default and sets only those which are really needed to be set (this released patch was actually generated by older, private tool). Which may become an issue (although easily fixable) if someone doesn't have default values for at least most of fields in his table, but I just can't take into accound every single possibility, that would be too much of tedious (and potentially bug-prone) coding.

Tutorial:

Download link:
http://www.model-changing.net/files/file/92-gobdisplaygenerator/
« Last Edit: May 03, 2017, 11:31:37 am by Amaroth »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Bhalandros

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #10 on: May 08, 2017, 10:48:32 am »
Thank you. And, if anyone is wondering, I tried to cheese it a bit and use it on a Legion db2 (It didn't work mind you, not that I was expecting it to) But will definitely use it when I downport all the models to 3.3.5.
Thanks again!

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #11 on: May 08, 2017, 10:36:47 pm »
Definitely won't work for (most of) newer expansions. But slight modification of source would make that happen.
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Barbz

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 48
    • View Profile
    • YHOOL
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #12 on: May 10, 2017, 11:15:11 pm »
Off-topic : Amaroth, have a look at azerothcore (unless you need eluna) if you're tired of TC breaking stuff.

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [RELEASE] 3.3.5a Gobject patch
« Reply #13 on: May 11, 2017, 12:25:53 am »
I have noticed that thing, but I am no longer leading any running project, and its unlikely I will ever return to doing so again. I consider myself an independent, half-retired developer who is just hanging around, having some fun (which doesn't include concerns with core, as I am no C++ programmer anyway) and helping younger folks. But thanks, its appreciated.
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz