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: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place  (Read 1757 times)

PassCody

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Hello Modcraft Community,

my problem is following. I create some custom gems and it works well. I done all, but if I socket a Gem in a socket place he is disappeared but the sat is taken. Can some one help me to fix this bug?

Here are Pictures to from the problem:
Gem = https://puu.sh/wXrva/d2cb027fd6.jpg
Gem's in Socket place = https://puu.sh/wXrEh/bc01ab7260.jpg
Socket Bug = https://puu.sh/wXruq/0d3c111f45.jpg

I hope someone can help me with this crap bug.


Great regards

PassCody
« Last Edit: August 01, 2017, 11:35:38 pm by PassCody »

Arthodel

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 7
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #1 on: August 11, 2017, 01:09:24 am »
Have you edited the Item.dbc? Or has this only been added Serverside?

If you've only done the latter, add into the Item.DBC (Can be easily done by copy and pasting another Gem entry.)

PassCody

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #2 on: August 11, 2017, 09:52:36 pm »
@Arthodel Yea I add the gems in the Items.DBC but it dosn't work...

Morfium

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 96
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #3 on: August 24, 2017, 01:39:47 pm »
Did you add the dbc server side and into a patch client side? If you missed the patch something like this would happen.

PassCody

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #4 on: September 05, 2017, 02:43:22 pm »
Yea I do but it dosn't work... so The gems + icons exist but if I socket them the icon disappears on the item.

Makpptfox

  • Contributors
  • Loreweaver
  • *****
  • Posts: 103
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #5 on: September 27, 2017, 01:33:22 pm »
Most of the "buff" provided by the gems are linked to one and only item's entry.

You will most likely copy/past a new entry in the dbc named SpellItemEnchantment.dbc and in GemProperties.dbc.

It's easy to understand once you get this here's an exemple :

I've created a gem (prismatic one, meaning it goes in red, blue or yellow) wich give +100 to spirit.



here's a screenshot of the SpellItemEnchantment.dbc; the 300145 is the ID of my Item used to be the gem in game, let's call it "the caching entry". I don't know why but the facts is when you didn't add it, it's not rendering correctly.

For the full descriptions about the collums go at https://wowdev.wiki/DB/SpellItemEnchantment



then you can see my GemProperties.dbc as you probably though 4030 is the same as my SpellItemEnchantment's row ID.

For the full descriptions about the collums go at https://wowdev.wiki/DB/GemProperties (Keep in mind that the wiki say "Gem Color (a combination of Meta = 1, Red = 2, Yellow = 4 and Blue = 8 )" but you can add "14" as the prismatic one.)

Once it's done you just need to create a new gem with the exact same ID as the caching entry in SpellItemEnchantment, change it's gemproperties with the one you've just created and of course, upload the dbc on your server before restarting it.

Hope it helps.
« Last Edit: September 27, 2017, 01:36:48 pm by Makpptfox »
For support, send your Discord's ID by PM.

PassCody

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #6 on: September 29, 2017, 10:14:45 pm »
Yea I know thats not the problem the problem is:

When I socket one gem the icon disappears but the item have the stat buff...

I loke to do it so that the icon dosn't disappears...

Finsternis

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 505
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #7 on: September 29, 2017, 11:36:55 pm »
Im not sure but i look on the gem .blp, and im not sure if that is important but the original gems have an alpha layer. It could be that the aktiv and passive gem one of them the layer. If u made no layer it shows nothing.

PassCody

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 24
    • View Profile
Re: [QUESTION] [NEED HELP] Gem dosn't shwon in the socket place
« Reply #8 on: October 01, 2017, 08:23:48 pm »
Ok thanks  I will try it :)