Felladrin submitted a new resource:

Auto Sheathe Weapon - Automatically sheathes or unsheathes player's weapon when they change warmode.

Introduction

This is an automatic system to make characters sheathe their weapons when they change from war to peace mode. It will also reequip their last used weapon when they get back to war mode.

Installation

You can put this into your shard in 2 easy steps:

1. Drop this script somewhere in your Scripts folder.

2. Open PlayerMobile.cs and find:
Code:
public override void OnWarmodeChanged()
{
    if (!Warmode)
    {...

Read more about this resource...
 
Back