Jump to content

Sash Scale Big Problem


Recommended Posts

  • Replies 12
  • Created
  • Last Reply

Top Posters In This Topic

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 5 months later...
  • 4 weeks later...
  • 4 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.