Jump to content
  • 0

Remove weapon on subs


FreakbuZz

Question

3 answers to this question

Recommended Posts

  • 0

Θέλω όταν αλλάξεις subclass να βγαίνει το weapon

pack = l2j frozen

 

Ψάξε λίγο και το τι δυνατότητες έχει το project δεν θα πάθεις τίποτα.

Πάνε gameserver/config/functions/physics.properties

RemoveWeaponSubclass = True

 

Link to comment
Share on other sites

  • 0

model/actor/instance/L2VillageMaster

 

                  html.setFile("data/html/villagemaster/SubClass_ModifyOk.htm");
                  player.sendPacket(SystemMessageId.ADD_NEW_SUBCLASS); // Subclass added.
+                  player.getInventory().unEquipItemInBodySlot(Inventory.PAPERDOLL_RHAND);

 

not tested

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...