Commit graph

6 commits

Author SHA1 Message Date
Image
d7a00658d1 Rest of Chest Traps and Disarm Chest Traps implementation
Fixes #24 - chest traps and the ability to disarm is implemented.  Can restrict by zone (or applicable to all zones using -1), min and max chest difficulties.

1 = Small Chest (no trigger)
2 =  Treasure Chest (trigger)
3 = Ornate Chest (trigger)
5 = Exquisite Chest (trigger)

DB/updates/chest_traps_tableandsamples.txt included - this will allow you to source in the chest_traps and some 'example' traps (not real ones just testing ones).

Disarm command also required for right click option on chest: insert into commands set type=0,command='disarm',subcommand='',handler=510,required_status=0;
2020-03-16 13:23:38 -04:00
Gogs
b3231b8a35 Update to DB Dump 2020-03-12 13:13:17 -07:00
Image
1e168f0983 Update world_db.zip
world db updated to latest
2020-03-08 00:01:16 -05:00
Image
6c2f0c8f48 Update world_db.zip
Includes new table for characterProperties

DROP TABLE IF EXISTS `charactersProperties`;
CREATE TABLE `charactersProperties` (
  `charid` int(10) unsigned NOT NULL DEFAULT 0,
  `propname` varchar(64) NOT NULL DEFAULT '',
  `propvalue` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB;
2020-03-06 00:01:13 -05:00
Image
8d962dede2 Character visual race available in character select
Fixes #11 -- additional analysis will be needed for equipment / potentially other features of the model
2020-03-05 00:18:57 -05:00
Image
548007ea96 Base
Starting point..!
2020-02-28 09:17:24 -05:00