Jump to content

PandiCore

Member
  • Posts

    52
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by PandiCore

  1. Hey bro i have a little question

     

    I add a new costum (plechito)

    warrior_m.msm

    6142be0254a9039f744ea0b7fe1f00d0.gif

    Pc

    343654e59cf2cf5e38f9fa6de61f30b1.gif

    item proto.txt

    Costume    ITEM_COSTUME    ARMOR_BODY    2    ANTI_ASSASSIN | ANTI_SURA | ANTI_MUDANG    ITEM_TUNABLE    WEAR_BODY    NONE    0    0    24000    10210    0    LEVEL    75    LIMIT_NONE    0    APPLY_ATTBONUS_MONSTER    20    APPLY_ATTBONUS_STONE    20    APPLY_ATTBONUS_BOSS    20    0    1000    0    916   0    0    100    3    0 

    Ingame

         16a84e1dace1b5abf13b3b516bfd8d9d.gif

     

    Thanks u !

  2. Hi i have this problem in client source

     

    Severity    Code    Description    Project    File    Line    Suppression State    Details
    Error (active)    E0135    class "CPythonNetworkStream" has no member "SendOpenChestPacket"    UserInterface    F:\Server_file_2024_v.0.0.1\Client Source\source\UserInterface\PythonNetworkStreamPhaseGameItem.cpp    558        
    Error (active)    E0020    identifier "__CanActMainInstance" is undefined    UserInterface    F:\Server_file_2024_v.0.0.1\Client Source\source\UserInterface\PythonNetworkStreamPhaseGameItem.cpp    560        
    Error (active)    E0020    identifier "__PlayInventoryItemUseSound" is undefined    UserInterface    F:\Server_file_2024_v.0.0.1\Client Source\source\UserInterface\PythonNetworkStreamPhaseGameItem.cpp    562        
    Error (active)    E0020    identifier "Send" is undefined    UserInterface    F:\Server_file_2024_v.0.0.1\Client Source\source\UserInterface\PythonNetworkStreamPhaseGameItem.cpp    569        
     

  3. Spoiler

    exceptions.RuntimeError'>:Failed to load image (filename: d:/ymir work/ui/game/mercenary/mercenary_menu_tab_2.sub)

    Hi bro i have this problem , after..

    On 8/11/2023 at 7:26 PM, Marcos17 said:

    I am also having the same problem.

    @ Mali Any idea what it could be?


    The sysser is clean

    I have this problem..

  4. how to add this 

     

        if app.ENABLE_PREMIUM_EFFECT_ABOVE_HEAD:
            chrmgr.RegisterEffect(chrmgr.EFFECT_AFFECT+45, "Bip01", localeInfo.FN_PREMIUM_MARK) #!!! Pay attention for ID of that effect!!!
        # END_OF_LOCALE

    on pythonplayersettingsmodule?

  5. Sorry for doble post ,

    one question how to add new potions *speed(atack)

     

    i edit this but dont work 

    bool CItem::IsDragonGodItem()
    {
    	switch(GetVnum())
    	{
    		case 71044: case 71045: case 72046: case 72047:
    		case 72048: case 39024: case 39025: case 72025:
    		case 72026: case 72027: case 76035: case 76036:
    			return true;
    	}
    
    	if (GetVnum() >= 39017 && GetVnum() <= 39020)
    		return true;
    
    	if (GetVnum() >= 71027 && GetVnum() <= 71030)
    		return true;
    
    	if (GetVnum() >= 72031 && GetVnum() <= 72042)
    		return true;
    
    	return false;
    }

    thanks u man !

  6. Hi i have a little problem..for skilss

     Dont show the description on skill

    0417 09:32:17758 :: Traceback (most recent call last):

    0417 09:32:17758 ::   File "ui.py", line 1987, in OnOverInItem

    0417 09:32:17758 ::   File "ui.py", line 88, in __call__

    0417 09:32:17759 ::   File "ui.py", line 79, in __call__

    0417 09:32:17759 ::   File "uiTaskBar.py", line 978, in OverInItem

    0417 09:32:17759 ::   File "uiToolTip.py", line 2679, in SetSkillNew

    0417 09:32:17759 ::   File "uiToolTip.py", line 2825, in AppendSkillDataNew

    0417 09:32:17759 ::   File "uiToolTip.py", line 2895, in AppendSkillLevelDescriptionNew

    0417 09:32:17759 ::   File "uiToolTip.py", line 3042, in AppendNeedSP

    0417 09:32:17759 :: NameError
    0417 09:32:17759 :: :
    0417 09:32:17759 :: global name 'skillGrade' is not defined
    0417 09:32:17759 ::

     

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