------- Weisse Loewe Effect?

07/06/2012 11:38 Interception#1
Hey all,

Where can i find the effect (blue light) around the white lion? I want to add this to another mob.

Greetings,
Interception


PS: I checked the query's server side but there is no difference between the 'normal' lion
07/06/2012 11:43 MetinLegende#2
Its in your Client the ice_smoke.dds.
07/06/2012 11:44 Interception#3
--
07/06/2012 11:46 MetinLegende#4
€ sry Not your dds :D you have to add the dds to the msm of the New Mob where you want to add i think. I add the shining of the 2 Lions to my horses at my Server but im Not Sure if i did it so but i think so
07/06/2012 12:57 Interception#5
Quote:
Originally Posted by xBlix View Post
€ sry Not your dds :D you have to add the dds to the msm of the New Mob where you want to add i think. I add the shining of the 2 Lions to my horses at my Server but im Not Sure if i did it so but i think so
Yeah, I downloaded White Lion again to see how it's done.

Okay,
I added the 2 files to the new mob (ice_smoke01.dds & ice_smoke.mse) Also i editted the mob mse:

Code:
ScriptType            RaceDataScript

BaseModelFileName     "d:\ymir work\monster2\ent_elder\ent_elder.gr2"

Group ShapeData
{
    PathName 		 ""
    ShapeDataCount 		 0
}
Group AttachingData
{
    AttachingDataCount       3
    
    Group AttachingData00
    {
        AttachingDataType    1
        
        isAttaching          0
        AttachingModelIndex  0
        AttachingBoneName    "Bip01"
        
        CollisionType        1
        
        SphereDataCount      1
        Group SphereData00
        {
            Radius           124.000000
            Position         0.000000 0.000000 100.000000
        }
    }
    
    Group AttachingData01
    {
        AttachingDataType    1
        
        isAttaching          0
        AttachingModelIndex  0
        AttachingBoneName    "Bip01"
        
        CollisionType        3
        
        SphereDataCount      1
        Group SphereData00
        {
            Radius           160.000000
            Position         0.000000 0.000000 100.000000
        }
    }
	    
    Group AttachingData02
    {
        AttachingDataType    2
        
        isAttaching          0
        AttachingModelIndex  0
        AttachingBoneName    "Bip01"
        
        EffectScriptName     "D:\Ymir Work\npc\ent_elder\ice_smoke1.mse"
        EffectPosition       0.000000 0.000000 0.000000
        EffectRotation       0.000000 0.000000 0.000000
    }
}
now i did this, i get this syserr
Code:
0706 12:54:45145 :: CEffectManager::RegisterEffect - LoadScript(D:\Ymir Work\npc\ent_elder\ice_smoke1.mse) Error
Also the effect is not visible ingame.


Could anyone help me with this error?
07/06/2012 13:22 MetinLegende#6
You dont have the ice_smoke1.mse in the Folder and your Client cant load it
07/06/2012 13:40 Interception#7
Quote:
Originally Posted by xBlix View Post
You dont have the ice_smoke1.mse in the Folder and your Client cant load it

Thought the same, but actually i have..

[Only registered and activated users can see links. Click Here To Register...]