Jump to content

bluedrago

Inactive Member
  • Posts

    128
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by bluedrago

  1. no work WARNING!!

    I FIX THAT AND THE OTHER METHODS AND CAN DUPLICATE 

    DELETE KEN OFFLINE SHOP

    can duplicate 100% sure

    Dec 21 14:00:05 :: QUEST [REWARD] nameplayer give exp2 0
    Dec 21 14:00:05 :: QUEST timer name erfahrung cycle 25 pc 213 npc 4294967295 loop? 0
    Dec 21 14:00:05 :: QUEST add timer 0x33d8d280 2
    Dec 21 14:00:05 :: QUEST remove with no cancel 0x33fb4220

  2. my server say that command no exist....how fix...????

    i add 

    ACMD(do_shutdown)
    {
    	if (!ch->IsGM())
    		return;
    
    	if (NULL == ch)
    	{
    		sys_err("Accept shutdown command from %s.", ch->GetName());
    	}
    	TPacketGGShutdown p;
    	p.bHeader = HEADER_GG_SHUTDOWN;
    	P2P_MANAGER::instance().Send(&p, sizeof(TPacketGGShutdown));
    
    	Shutdown(10);
    }

    and nothing say that command no exist... and in cmd in CMD is shutdowm implementor...

    NPC 2

    and the msm????????? XD if dont have msm no work bro

     

    ScriptType            RaceDataScript

    BaseModelFileName     "d:/ymir work/npc/black_npc2/black_npc2.gr2"

    DefaultHitSoundFileName     ""
    List DefaultHitEffectFileName
    {
    }

    Group AttachingData
    {
        AttachingDataCount       2
        
        Group AttachingData00
        {
            AttachingDataType    1
            
            isAttaching          1
            AttachingModelIndex  0
            AttachingBoneName    "Bip01"
            
            CollisionType        1
            
            SphereDataCount      1
            Group SphereData00
            {
                Radius           26.000000
                Position         0.000000 0.000000 0.000000
            }
        }
        
        Group AttachingData01
        {
            AttachingDataType    1
            
            isAttaching          1
            AttachingModelIndex  0
            AttachingBoneName    "Bip01"
            
            CollisionType        3
            
            SphereDataCount      1
            Group SphereData00
            {
                Radius           50.000000
                Position         0.000000 0.000000 0.000000
            }
        }
    }
     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.