Jump to content

Retro

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Retro

  1. check affect.h from server source and instancebase.h from client source , count your affects to see if they are on the same position number:

    exemple:

    aff_fasfa -> this in number 0 

    aff_2qe -> number 1

    aff_hfdh

    aff_qwewq

    aff_hdsfhds -> number 4

    AFFECT_BLEEDING,                // 42 (in my source this is affect number 42)

    In pythoncharactermodule.cpp it must be like that

        PyModule_AddIntConstant(poModule, "AFFECT_BLEEDING",                    CInstanceBase::AFFECT_BLEEDING);

    also check uiaffectshower.py : if the bleeding is affect number 42 in affect.h and instancebase.h you should add like this

    42 : (localeInfo.SKILL_BLEEDING, "d:/ymir work/ui/skill/wolfman/hwayeom_03.sub",), //NOTE , this is only an example if you want to see how it is check a client which has already this for example m2rage , what i gave you is only an example SKILL_BLEEDING i don't know if that exist and this is not the right location of the image d:/ymir work/ui/skill/wolfman/hwayeom_03.sub this is only an example , hope it helped

     

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