L2JMobius

Fafurion Private Workshop message is not working on L2JMobius

fengshui · 8 · 7289

Offline fengshui

  • Heir
  • **
    • Posts: 32

Observation: When you want to add Private Workshop as (Private Store) in game, you must set the message twice otherwise it won't work.
(It can happen on other chronicles... not tested!)

All pictures:
https://imgur.com/a/sbxsmSz







Any fix please or advice?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114
Try this.
Code: [Select]
Index: java/org/l2jmobius/gameserver/network/clientpackets/RequestRecipeShopMessageSet.java
===================================================================
--- java/org/l2jmobius/gameserver/network/clientpackets/RequestRecipeShopMessageSet.java (revision 7662)
+++ java/org/l2jmobius/gameserver/network/clientpackets/RequestRecipeShopMessageSet.java (working copy)
@@ -53,9 +53,6 @@
  return;
  }
 
- if (player.hasManufactureShop())
- {
- player.setStoreName(_name);
- }
+ player.setStoreName(_name);
  }
 }


Offline fengshui

  • Heir
  • **
    • Posts: 32
Hi, it's not working with removing the IF ... maybe on private version is working but on free version still not working.
More files are needed.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16114

Offline fengshui

  • Heir
  • **
    • Posts: 32
Try to understand that is not working with this branch ... L2J_Mobius_6.0_Fafurion
https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_6.0_Fafurion/

More files are missing or something like that...
I tested 5 times... NOT working!

The free version from bitbucket is a LOT different than your version.



Offline fengshui

  • Heir
  • **
    • Posts: 32
Of course :)
For you only...
..but for everyone else is not working.

Thanks anyway for your helpful answer ..now I know that's working for you. :)