Commit graph

120 commits

Author SHA1 Message Date
Zarto
8c781b8343 Fix up client commands for starting/stopping events. Now offers more robust feedback if event string is not found.
Does not errantly declare event already active if not found or not active if event not found.
2020-02-01 21:11:21 +00:00
morosity
ff000d45b5 Final 1.33.4 updates
On branch TestServer
 Your branch is ahead of 'origin/TestServer' by 1 commit.
   (use "git push" to publish your local commits)

 Changes to be committed:
	modified:   Source/Client.cpp
	modified:   Source/ClientCommands.cpp
	modified:   Source/Monster.cpp
	modified:   Source/weenie/PetDevice.cpp

 Changes not staged for commit:
	modified:   Bin/server.cfg

 Untracked files:
	Bin/runserver.sh
2019-12-14 22:00:28 -05:00
Morosity
b6b7a3565e Character Delete timer & Restore ability
Character delete time via config (default 1 hour)
Cleaned up some text messages to correct error int
New /getemail & /setemail for account security
Use of setemail is once per account only
Login screen will start to highlight last played char
Only if house owner is deleted will house be lost
2019-11-23 20:34:53 +00:00
Michael Rath
d53be4a789 More wield fixes 2019-10-04 18:02:31 -07:00
Morosity
9caa46e4af Player option to show combat pet damage
/petdamage on
/petdamage off
2019-09-29 01:51:54 +00:00
Code Munkey
920f67d449 Add some fallthrough cases to remove warnings, return some crafting ops back to original configuration 2019-09-20 08:20:45 +00:00
Yonneh
db2fb0daea Experience Overflowing past 275 2019-09-18 02:53:46 +00:00
Justin Kennedy
842984708d Added amount support for decrement quest emote type. 2019-08-05 21:41:35 -04:00
Code Munkey
8cb1fdaf34 Item xp 2019-07-30 02:19:05 +00:00
Michael Rath
c29060133f Enabling treasure spawning for players on test server 10 items max per use. 2019-07-24 17:03:19 -07:00
Michael Rath
b241f4e30a Merge branch 'TestServer' of https://gitlab.com/Scribble/gdlenhanced into TestServer 2019-07-16 21:17:53 -07:00
Michael Rath
4285191cb7 Pet attack stablizations
New admin commands for testing summoning
2019-07-16 21:17:46 -07:00
Morosity
ff994f328b Pet Devices drop in loot
Configurable via treasureprofile.json
Masteries/Skill/Level checks
2019-07-17 04:16:10 +00:00
Michael Rath
6a20b8621c Adding some precision to /getinfo location values 2019-07-11 21:53:38 -07:00
Michael Rath
19b0ac6833 Void, Dirty Fighting, and you 2019-07-07 15:49:54 -07:00
Zarto
2cc045e85b Update IncrementQuest_EmoteType to Accept Optional Increment by Value 2019-07-07 20:58:01 +00:00
Code Munkey
c86c4fa0df Linux support 2019-07-07 20:56:15 +00:00
Michael Rath
a967640f5d Cleaning some stuff 2019-07-02 19:13:50 -07:00
Michael Rath
badfdaf351 Added admin command to spawn full bags of salvage by wcid - spawnsalvagewcid
Remove sandstone upon successful use
2019-06-05 22:18:17 -07:00
Morosity
b174cf496c Moved HouseManager code to new file
Added support for hslist
Phase 1 - only existing available to see, bugged houses are ignored
2019-05-28 15:59:42 +00:00
Morosity
d0be540340 Merge branch 'BetterWcidFreshClientCommands' into 'TestServer'
Improve spawn wcid fresh commands

See merge request Scribble/gdlenhanced!402
2019-04-13 18:19:52 +00:00
Morosity
4e51e55f8e House abandon on delete char
New admin command 'evict'
Assess the Crystal and /evict
If house number known, /evict ####
2019-04-13 18:18:16 +00:00
Michael Rath
328cb06d4c Recent RC hotfixes 2019-04-12 14:21:53 -07:00
David H. Flint
c7ad5821c4 Improve wcid fresh commands.
Reloads weenie even if not specified by decimal number, reloads only specified weenie, attempts to find .json file if not already loaded, and aborts without crashing on a parse error.
2019-04-08 12:28:11 -05:00
Morosity
c285589aae 1.27 hotfixes 2019-02-26 22:24:48 +00:00
Morosity
4ff0a36caf Titles - 'nuf said 2019-02-10 01:02:56 +00:00
Morosity
8ec838a3ac Merge branch 'TestServer' into 'master'
# Conflicts:
#   Resource/PhatAC.rc
#   Source/StdAfx.h
2019-02-05 23:20:17 +00:00
Michael Rath
6b48aa9bb3 Can give negative skill credit amount
Cannot give negative to go below 0 available for char
2019-02-02 11:46:45 -08:00
Michael Rath
a2f67b6d64 Update to ignore old skills on credit count
Reduced code duplication
Updated client command to FindPlayer for faster processing
2019-02-02 00:46:49 -08:00
Michael Rath
d8b9339d09 Update Skill restore process to not provide extra skill point level too early.
Renamed method to Adjust as both positive and negative adjustments handled.
Removed EmitSound for chars with invalid Cells will crash server.
2019-01-31 20:25:29 -08:00
Chosen1
1bc43f55d8 Changed Quick to 790 so run speed isnt bugged 2019-01-27 20:45:55 -08:00
Zarto
b8c826929a FIX: Interim interlock on actions while in portal space. 2019-01-27 09:13:17 +00:00
LikeableLime
eedef106f6 SERVER/FEATURE: Initial work on timed ban system.
Supports custom ban message (config option) on login with expiration time.
Bans default to permanent, but can be set by number of seconds.
Requires "banned" field in accounts table in db.
2019-01-25 02:26:45 -06:00
LikeableLime
6708354284 Add unique ip address count to /player list 2019-01-19 18:57:19 -06:00
Zarto
213059132c FIX: Unspec Skills not returning all credits 2019-01-19 22:29:15 +00:00
Michael Rath
1a9d6f45b0 Merging conflicts 2019-01-15 17:04:04 -08:00
Michael Rath
b1e0212ff0 Recent RC hotfixes and tweaks 2019-01-15 17:01:20 -08:00
LikeableLime
f574b69376 Some admin stuffs. 2019-01-14 21:23:22 -06:00
LikeableLime
f4afdac858 Added commands to get loc of other objects. 2019-01-11 22:47:50 -06:00
LikeableLime
07f838d07c Adding check for changing stance back in to help with stuck in state bugs. Add reset to ondeath and a failsafe fix to fixbusy. 2019-01-11 20:39:47 -06:00
Zarto
ea523e1401 Adding 2 commands to Check/Give skill credits to target. 2019-01-04 04:07:51 +00:00
LikeableLime
518e66a999 setquest client command 2018-12-26 00:11:07 -06:00
LikeableLime
7293207c13 Pair /decent with /godly 2018-12-24 22:53:46 -06:00
Zarto
6a3fc0f189 Adjusting /teleloc command to accept both /myloc and /loc formatting 2018-11-21 20:53:24 +00:00
LikeableLime
33e6023711 Merge branch 'QualityCommands' into 'TestServer'
Quality commands

See merge request Scribble/gdlenhanced!247
2018-11-13 05:06:12 +00:00
LikeableLime
6b9cfdb507 whoops, those definitely shouldn't be basic_access 2018-11-12 23:04:40 -06:00
codemunkey
03f609697c Refactor a bit for static init 2018-11-12 15:12:45 -06:00
LikeableLime
69e3aba19c last fix for spawntreasure, I swear. 2018-11-12 01:18:53 -06:00
LikeableLime
5c5d3b984e and another fix for spawntreasure, whoops. 2018-11-12 01:13:11 -06:00
LikeableLime
aee3346804 reworked spawntreasure to be a little cleaner. 2018-11-12 00:57:49 -06:00