Jump to content

problem with root add effect


Recommended Posts

hay guys*
how i can add effect from the client side (with code)
i do this step 
I go to  playersettingmodule.py   and i add this 
    BuffStr = "d:/ymir work/effect/etc/buff/"  under EmoticonStr = "d:/ymir work/effect/etc/emoticon/"  
after this I add 
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+12, "", BuffStr+"redfenix.mse")
    net.RegisterEmoticonString("(b8)") 
under this
chrmgr.RegisterEffect(chrmgr.EFFECT_EMOTICON+11, "", EmoticonStr+"fish.mse")
net.RegisterEmoticonString("(fish)")
 after this i go to game.py I add this
"buff8"                    : self.__buff8,
under 
"mall"                    : self.__InGameShop_Show  
in the final I add this  
# Buff
def __buff8(self):
net.SendChatPacket("(b8)") 
# End Buff  
under this 
def AskSafeboxPassword(self):
but when i run the game i gut this error 
p_397rjsde1.png
pls i want fix for this problem i need to be able to add effect like this
if any body make this error or say to me what should i do 
iwont forrget this favor
 

line 616 =     net.RegisterEmoticonString("(b8)") 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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