04/02/19 Total rewrite of 5-6 major features, Hopefully eliminated all the invisible character glitches, firstly let's list the key features:
Removed Instances - going to rewrite these.
Re-coded AOE
Added Skin melters (configurable) It's up to you if you want to copy the clone, I've just provided the code.
Basic Pets - Toggle Attacking, Spawns via egg or admin command.
Weddings have been fixed. Seem to work flawlessy?
Here's my Addlog, the below post will get long so before you read it:
If there's any feature requests let me know via post or PM!
## 04/02/19
#
# + Added Items.ini in configs/extras
# + Configurable Skin melters inside items.ini
#
## 03/02/19
#
# + Added optional Global Welcome Message with Customizable Message.
#
## 02/02/19
#
# - Removed Instances (Instances.ini)
# - Removed Weapon Effects (wepeffs.ini)
# - Removed Spell Effects (Spelleffs)
# * Changed Spelleffs.ini to Spells.ini - Now contains SpellBuffs.
# + Added top 50 players (by EXP) to in-game board 5
#
#
## 03/09/17
#
# + Basic Event handling system
# @ NOTES
# @ Mining and fishing uses unknown tiles, Fishing = Unk1 Mining = Unk2
#
#
## 31/08/17
#
# + Added NPC Speech! (config/NPC.ini)
# @ New spell settings have been added to the rev for fresh installs
# @ If you're updating the rev you, you will have to add the new settings to npc.ini
# @ Yourself, You can get them here: http://eohost.net/code/NpcSpeechConfig.txt
#
# * Fixed HP Drains and added a way to cap the HP stolen.
# @ Add this line to the WepEffs format:
# # id.WepEffDrainMax = caps the amount of Hp that can be stolen
# @ Once you've added that to the format you can then use the Cap like this:
# @ Wepid.WepEffDrainMax = Amt - This will limit that HP steal to that Amt.
#
# @ NPC Spells are inside NPC.ini also, they skip a walk to cast (will be improved later)
#
## 26/08/17
#
# * Fixed memory leak that kept instances loaded.
# * Fixed TimedMessage not turning off when disabled using $rehash
# + Added AOE Spells! (extras/spelleffs.ini)
# * Merged SpellBuffs into spelleffs.ini
# ~~ Important if you have used spellbuffs.ini then you will need to transfer
# Your data over to spelleffs.ini
#
#
## 22/08/17
#
# + PlayerCommands (config/playercommands.ini)
# * Edited giftbox code to now say you get items from the name of the item clicked.
# (using a HP pot will say "You won X from the Health Potion!"
# * Fixed bugs where items weren't give by giftboxes
# + Added Login messages (config/messages.ini)
# + Timed messages (config/messages.ini)
#
## 21/08/17
#
# + GiftBoxes (config/giftboxes.ini)
# + Mining (config/mining.ini)
# + Fishing (config/fishing.ini)
#
# Queries needed to run:
ALTER TABLE characters ADD COLUMN mineexp NOT NULL DEFAULT 0;
ALTER TABLE characters ADD COLUMN minelevel NOT NULL DEFAULT 0;
ALTER TABLE characters ADD COLUMN fishexp NOT NULL DEFAULT 0;
ALTER TABLE characters ADD COLUMN fishlevel NOT NULL DEFAULT 0;
#
#
## 07/15/17
# *NPC Boundaries no longer effect pets
# + Pet Eggs & pets.ini (config/pets.ini)
#
## 06/07/17
# +Basic pets
# +Wedding system
# +Arena token prizes per 3 kills
# +Bot systems (trivia & arena)
# +Basic NPC spells
# +Arena leaderboards
# +spellbuffs
# +weapon effects
# +trivia leaderboards