Jump to content

HELP SKILLS STUFF WOLFMAN


Recommended Posts

Hello community, i have a question how to stuff skills wolfman? the part of python is error My uiaffectshower:

 

chr.AFFECT_RED_POSSESSION : ("Alma Escarlata", "d:/ymir work/ui/skill/wolfman/red_possession_03.sub"),
chr.AFFECT_BLUE_POSSESSION : ("Alma Indigo", "d:/ymir work/ui/skill/wolfman/blue_possession_03.sub"),
 
and edited table "skill_proto" of navicat, but open window, the window close, and the syserr is:
 
networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'AFFECT_RED_POSSESSION'
 
and try with numbers 43 and 44, but no found
 
Help me please.
 
 
Sorry for my english.
Link to comment
Share on other sites

  • Honorable Member

Like this:

	## Wolfman content
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+42, "Bip01", "d:/ymir work/effect/hit/blow_poison/bleeding_loop.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+43, "Bip01", "d:/ymir work/effect/hit/blow_flame/flame_loop_w.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+44, "", "d:/ymir work/pc3/common/effect/gyeokgongjang_loop_w.mse")
	## End of Wolfman content

From official.

chr.AFFECT_BLEEDING: 42

chr.AFFECT_RED_POSSESSION: 43

chr.AFFECT_BLUE_POSSESSION: 44

  • Love 1
Link to comment
Share on other sites

Like this:

	## Wolfman content
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+42, "Bip01", "d:/ymir work/effect/hit/blow_poison/bleeding_loop.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+43, "Bip01", "d:/ymir work/effect/hit/blow_flame/flame_loop_w.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+44, "", "d:/ymir work/pc3/common/effect/gyeokgongjang_loop_w.mse")
	## End of Wolfman content

From official.

chr.AFFECT_BLEEDING: 42

chr.AFFECT_RED_POSSESSION: 43

chr.AFFECT_BLUE_POSSESSION: 44

Excellent man, thanks ^^

Link to comment
Share on other sites

  • 1 month later...

 

Like this:

	## Wolfman content
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+42, "Bip01", "d:/ymir work/effect/hit/blow_poison/bleeding_loop.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+43, "Bip01", "d:/ymir work/effect/hit/blow_flame/flame_loop_w.mse")
	chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+44, "", "d:/ymir work/pc3/common/effect/gyeokgongjang_loop_w.mse")
	## End of Wolfman content

From official.

chr.AFFECT_BLEEDING: 42

chr.AFFECT_RED_POSSESSION: 43

chr.AFFECT_BLUE_POSSESSION: 44

Excellent man, thanks ^^

 

networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:23) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiAffectShower.py(line:340) <module>
uiAffectShower.py(line:378) AffectShower
 
networkModule.SetSelectCharacterPhase - <type 'exceptions.AttributeError'>:'module' object has no attribute 'AFFECT_RED_POSSESSION'
 
0329 01:53:08604 :: ============================================================================================================
0329 01:53:08604 :: Abort!!!!
Link to comment
Share on other sites

  • 7 months later...
  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


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