View Full Version : Monster Summoning Problem
Nightrider84
06-30-2013, 06:32 PM
Whenever monster summoning 1 2 3 or 4 summons a cyclops or a hill giant. it gives them a solid pink cyclops head with only the eye being normal. any thoughts on how to fix this stupid issue. Tried different clients and they all show the same issue So i imagine its a DB issue.
"Update"
I figured out part of the problem the ID for cyclops and giants are the same id so the system glitches when it trys and loads both at the same time. If you set the face to 0 in npc_types for Monstersum it fixes the cyclops but gives giants you summon a cyclops head. I wanted to make it so only cyclops are summoned when using monstersum or summon earth pet ect. but the skins work correctly in zones that cyclops are present but it reverts to a human when your in zones that dont have cyclops. Is there anyway to make it so if you use the model its not zone restricted?
Kingly_Krab
06-30-2013, 06:43 PM
Face != Helmtexture, some mobs require you to set their helmet texture, such as race 455, Kobolds, if you want them to look like classic Ruga in armor you have to set their texture to the armor texture as well as their helmet texture, just a tip as to why that is happening as the head is rendered separately on said model for some reason. Hope I helped.
Nightrider84
06-30-2013, 11:10 PM
yeah the problem is the cyclops and the giants use the same model id so even if i fix the face for 1 it messes up the other. It only does it with the spell thow the normal cyclops and hill giants running around look normal
Kingly_Krab
07-01-2013, 08:10 AM
Hmm, Face != Helmtexture, you're applying a 'fix' in the wrong place. Fix the helmtexture, not the face, as helmtexture is actually the head in some mobs, such as these. But remember, there's no need to make two posts about the same topic.
demonstar55
07-01-2013, 03:52 PM
This should be fixed now. Next time just ask for the thread to be moved.
Nightrider84
07-16-2013, 12:39 AM
I know this issue was resolved with an update to the source code and recompiling. I was curious how I could fix this issue myself without having to update my server. Id prefer to keep it right where its at. Thanks
lerxst2112
07-16-2013, 01:24 AM
It was a really small change. You could apply it yourself locally.
https://github.com/EQEmu/Server/commit/02eb56a6966c8555d92ac524882ae6664a9d270b
You might also want this one in case you summon in bothunder.
https://github.com/EQEmu/Server/commit/6d218239594a85104030c29bfc0d2c7ef0acc6e1
demonstar55
07-16-2013, 01:46 PM
Without editing the source code, no. Either update your server or apply the patches that lerxst2112 recommended to.
https://github.com/EQEmu/Server/commit/02eb56a6966c8555d92ac524882ae6664a9d270b.diff
https://github.com/EQEmu/Server/commit/6d218239594a85104030c29bfc0d2c7ef0acc6e1.diff
and those are direct links to diffs that you might be able to apply with the patch utility if your server isn't too far behind.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.