Jump to content

CrazyBear

Banned
  • Posts

    104
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by CrazyBear

  1. Hello guys,

    So i am adding this map with an object / property like OX, it has a big GR2 on the ground that i need to walk on it, but the problem is that i can't walk on it, its preventing me to walk.

    To be extra sure that its because of the object, i took it off, and i was able to walk on the same ground.

    What could be the problem? i tried comparing it to OX but the seem similar...

    Thank you

  2.  

    No, the problem is in the game file, i think vanilla only edit the char.cpp, but need to edit on char_skill.cpp and guild.cpp

     

    if (IsAffectFlag(AFF_REVIVE_INVISIBLE))
    RemoveAffect(AFFECT_REVIVE_INVISIBLE);
     
    to
     
    if (IsAffectFlag(AFFECT_REVIVE_INVISIBLE))
    RemoveAffect(AFFECT_REVIVE_INVISIBLE);

     

    Thanks , So what do you suggest ? since i think we can't apply a diff for vanilla ? 

  3. Can't login after applying this diff : 

     

     

    Process: FDWATCH: peer null in event: ident 21

    Process: FDWATCH: peer null in event: ident 22

    Process: FDWATCH: peer null in event: ident 21

    Process: FDWATCH: peer null in event: ident 21

    Process: FDWATCH: peer null in event: ident 22

    I don't think this work on vanilla core..! and as vanilla said , the problem is fixed from gamefile side, the problems persists in the client binary!

    Thanks anyway

  4.  

     

    I have it, a .py system for day/night with msenv, shared in a forum (Forgot the name)

    its shared on this forum ? 

    could you please send me the link ? 

    Thanks

     

     

    Not this one, I've doesn't have the link anymore. sorry, it's day/night system but you can improve it.

     

    okey thanks 

     

    anyone can help me please ? 

     

  5. Hello Guys , i was wondering if someone would know how to change the night skyboxes , i was searching all around and couldnt found a way to do it , if somebody could tell me i would really apriciate that 

     

    also adding commands like /x 3 , /x 4 to change multiple environement 

     

    Thanks everyonee

  6. Hello guys, 

    I am working on 40k, upgrading using blessing scroll isn't working, usually in old clients its Refined and refine problem, but i tried to replace refined with refine, i got an error with the packer : 

     

    [ERROR]Failed to find attribute RefinedVnum in Item_proto Entry

    This is the whole line in item_proto :

     

     

    <ItemDef Vnum="279" Name="" LocalizedName="Sirius Sword+9" Type="1" SubType="0" Weight="0" Size="2" AntiFlags="288" Flags="1" WearFlags="16" ImmuneFlags="0" Gold="360000" ShopBuyPrice="2770000" LimitType0="1" LimitValue0="80" LimitType1="0" LimitValue1="0" ApplyType0="7" ApplyValue0="30" ApplyType1="22" ApplyValue1="12" ApplyType2="17" ApplyValue2="12" Value0="0" Value1="15" Value2="35" Value3="90" Value4="110" Value5="190" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="15" Specular="100" GainSocketPercent="3" AddonType="0"  />


    I am using FileArchiver i downloaded it from this board.

    Thank you in advance :)

×
×
  • 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.