Jump to content

Driguezgames

Inactive Member
  • Posts

    113
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Driguezgames

  1. Hello, today i was setting the Kawuco npc to do the new item Crafts, but i figure out this:

    YtEsfab.png

    (Was you can see all 3 crafts have the same materials)

    but if i scroll down and up slowly i get this:

    TUvLdab.png

     

    I don't know what is happening, this bug is just with this kind of itens (they multiply just in icon this don't have the right tooltip

    btw i got this syserr:

    OkVudab.png

  2. 15 minutes ago, Xploitz said:

    The strange is, if the client can't load the item_scale.txt, the sash shouldn't even appear on the character. Do you have this in your PythonApplication.cpp ?

    
    #ifdef ENABLE_SASH_SYSTEM
    	char szItemScale[256];
    	snprintf(szItemScale, sizeof(szItemScale), "%s/item_scale.txt", localePath);
    	if (!rkItemMgr.LoadItemScale(szItemScale))
    		Tracenf("LoadLocaleData: error while loading %s.", szItemScale);
    #endif

     

    Yes i have, i checked this, i think the problem is on new Pet System scale

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