Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

opfesoft/mod-weapon-visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod-weapon-visual
(Discontinued as of 2024-07-29)

Description

  • Character services: Adding Visual style for Weapons

How to use ingame

As GM:

  • add NPC permanently:
.npc add 55003
  • add NPC temporarily:
.npc add temp 55003

Installation

Clone Git repository:

cd <SolDir>
git clone https://gitlab.com/opfesoft/mod-weapon-visual.git modules/mod-weapon-visual

Import SQL:

cd <SolDir>
bash bash/db_assembler.sh 4
mysql -P <DBport> -u <DPuser> --password=<DBpassword> world <local/sql/world_custom.sql
mysql -P <DBport> -u <DPuser> --password=<DBpassword> characters <local/sql/characters_custom.sql

Without DB Assembler:

cd <SolDir>
mysql -P <DBport> -u <DPuser> --password=<DBpassword> world <modules/mod-weapon-visual/sql/world/base/creature_template.sql
mysql -P <DBport> -u <DPuser> --password=<DBpassword> characters <modules/mod-weapon-visual/sql/characters/base/mod_weapon_visual_effect.sql

Credits

License

This module is released under the GNU GPL v2.