Commit graph

192 commits

Author SHA1 Message Date
Rumble
30a82beeeb [Dec 05 2009] - Rumble
Changed zedit clear level restrictions to dump you back at main zedit menu ins
tead of in the level menu.
  Changed zone level restriction to level recommendation so players would not be
 blocked from zones.
  Changed Zcheck to level 31.
[Nov 19 2009] - Rumble
  Fixed list obj max/min from room to obj. (thanks Elervan)
[Nov 13 2009] - Rumble
  Removed con_app 2nd apply type shock that was for "resurrection?" This was not
 used in 3.1.
[Nov 12 2009] - Rumble
  Fixed overflow in prefedit.c. (thanks Xiu)
[Nov 01 2009] - Rumble
  Renamed autorun log entries from autoscript killed to terminated so it wouldn'
t go into the log/rip file.
2009-12-05 22:24:22 +00:00
Fizban
547f123738 Fixed previously created error in do_show 2009-11-20 23:08:26 +00:00
Fizban
1004af6a7d Edited Show Zones and MOB_OR_IMPL macro 2009-11-01 22:26:00 +00:00
Rumble
47c79784c2 PLR_BUG/IDEA/TYPO flag cleanup. Added zone 555/556 qst files --Rumble 2009-10-27 02:34:56 +00:00
JamDog
f7b0d156bb Adding 2 new files missed in the last update 2009-10-24 15:19:30 +00:00
JamDog
71fbf510ba Added new IBT system for Ideas, Bugs and Typos (thanks Frenze) 2009-10-24 13:34:21 +00:00
Rumble
baf644d031 [Oct 23 2009] - Rumble
Fixed bug in renumbering zone table after deleting mobiles. (thanks Drefs)
  Fixed bug in renumbering zone table after deleting objects. (thanks Drefs)
  Upgraded column_list to use player screenwidth to determine how many columns t
o create (use column arg of 0). (thanks Maclir)
[Oct 20 2009] - Rumble
  Corrected several PRF_FLAGGED checks that mobs were using.
  Removed l-desc from stat player and title from stat mob. (thanks Xiu)
[Oct 19 2009] - Rumble
  Added a note to spec_assign.c assign_mobiles that guildguard, snake, thief, ma
gic user, puff, fido, janitor, and cityguards are now implemented via triggers.
  Fixed a bug where empty drink containers and fountains would show half empty.
(thanks Parna)
2009-10-23 00:29:56 +00:00
Rumble
44722575ea [Oct 17 2009] - Rumble
Added Ultima Zone 555 and 556. Originally by Casret, rebuilt by Parna.
  Made MEDIT column menu's consistent with other OLC menu's.
  added TEDIT access to bugs, typos, and ideas file.
[Oct 09 2009] - Rumble
  Added connected_type "Preference Edit" (thanks Maoliosa)
2009-10-17 04:59:28 +00:00
Rumble
9f5b893ec5 [Oct 08 2009] - Rumble
Fixed do_purge to allow targetting of multiple objects of the same name. i.e.
2.knife. (thanks Drefs)
[Oct 07 2009] - Rumble
  Added CAN_SEE_IN_DARK and AFF_BLIND checks in do_automap. (thanks Frenze)
[Oct 06 2009] - Rumble
  Fixed do_cast to allow targetting of multiple objects of the same name. i.e. 2
.knife. (thanks Drefs)
[Oct 04 2009] - Rumble
  Fixed a bug on filling unlimited containers where it doesn't update weight. (t
hanks Drefs)
[Oct 02 2009] - Rumble
  Fixed buildwalk so it does not require the first room to exist. (thanks Zizaza
t)
2009-10-08 00:42:46 +00:00
Rumble
5e3caf42ff Minor code changes and updated World and files for 3.60 release. --Rumble 2009-09-18 11:17:47 +00:00
Rumble
f9f356823f Fixed MEDIT_SEX, typos, socials, and added char_from_furniture check --Rumble 2009-07-26 21:16:20 +00:00
Rumble
b3f404c29c Removed dupe struct and fixed zedit_level saving --Rumble 2009-07-25 16:14:37 +00:00
Rumble
bf451a6ece Fixed a typo and added trigedit variable armor. --Rumble 2009-07-04 20:11:06 +00:00
Rumble
1dc7d9287a Added Jamdog to do_cheat. --Rumble 2009-07-03 16:39:58 +00:00
JamDog
eac2c08bf1 Fixed dg-script crash bug (forcing dead players) and added set help command 2009-06-08 19:00:17 +00:00
JamDog
6121aed5b9 Bug-Fix: prefedit: Editing screenwidth was setting pagelength value (thanks drefs) 2009-06-06 20:25:58 +00:00
JamDog
6ddc788b1b Bug-Fix: Furniture fixes for removed furniture, and sitter counts (Thanks MTFox) 2009-06-02 00:23:02 +00:00
JamDog
5e3ffd750b toggle command not fully fixed in last update (sorry) - It's fixed this time 2009-06-01 10:34:54 +00:00
JamDog
28fb33f349 Bug-Fix: toggle command broke since last release - fixed before next one :) 2009-05-28 11:59:21 +00:00
JamDog
7480df9d35 Bug Fix: sedit, copy shop option causing a crash (Thanks slicer) 2009-05-24 17:24:17 +00:00
JamDog
1786aa135d Adds prefedit OLC 2009-05-21 18:35:05 +00:00
JamDog
85ea93c818 Added autodoor and autokey toggles, and all auto toggle commands 2009-05-21 10:15:21 +00:00
JamDog
13d58bc333 Crash-Bug-Fix: Added check for attacker and victim in the hit function (thanks Lyceq) 2009-05-15 11:03:36 +00:00
JamDog
7ac7eca7ac Fixed variable definition halfway through do_oasis_zedit to allow compilation in MSVC. (thanks Lyceq) 2009-05-15 10:39:25 +00:00
JamDog
bed412f47e Bug fixes to quests system (checks for prev and next quests) - thanks drefs 2009-05-13 09:52:18 +00:00
JamDog
8f001492ce Fix to shop, where a NULL object variable could cause a crash 2009-04-13 21:34:26 +00:00
JamDog
3d6c633d66 Fixed minor bug in do_stat_character when displaying players current quest information 2009-04-12 20:53:14 +00:00
JamDog
0bde43f70b Bug-Fix: Fixed commands and socials list for mobs (thanks Rumble) 2009-04-11 13:25:28 +00:00
JamDog
97661bb017 Bug-Fix: Fixed crash bug in remove_player where index entry is removed too early (thanks drefs) 2009-04-11 10:04:36 +00:00
JamDog
3e2851cc8b Bug-Fix: NPC check added to do_gen_ps function (thanks drefs) 2009-04-11 09:59:52 +00:00
JamDog
1de1a8c477 Changing a player name (using 'set') no longer allows two-word names (thanks Slicer) 2009-04-06 17:48:00 +00:00
JamDog
cc5a63d732 Bug-Fix: Frees memory used by qedit and hedit when closing socket (thanks Xiuhtecuhtli) 2009-04-05 21:42:03 +00:00
Rumble
b656706cb2 Updated World and files for 3.59 release. --Rumble 2009-04-04 23:44:20 +00:00
JamDog
15c7e83d3e Added bug-fix to real_shop function (Thanks Slicer), and removed the duplicate (find_shop) function 2009-03-14 23:49:13 +00:00
Rumble
4a4ba0cf0a do_cheat update. --Rumble 2009-03-14 00:01:44 +00:00
Rumble
7bce58cc13 Added some coding comments, typo fix, and do_cheat update. --Rumble 2009-03-13 23:56:40 +00:00
JamDog
40d89ca26b Added Zone Flags, Zone Levels Restrictions, and zlock, zunlock and areas commands 2009-03-13 21:49:38 +00:00
JamDog
44f59ceff2 Fixed a bug with character deletion (see changelog) 2009-03-13 18:19:38 +00:00
JamDog
2d52e5cb67 Two bug fixes (Thanks Slicer) in CAP (utils.c) and delete_object (genobj.c) 2009-03-08 20:18:27 +00:00
JamDog
b35073602f Fixed a bug in find_shop (shop.c) and real_shop (genshp.c) - see http://www.tbamud.com/forum?c=showthread&ThreadID=447 2009-03-07 20:54:15 +00:00
JamDog
2f47416576 Fixed new medit stats menu so that it uses the the Advanced/Standard cedit toggle 2009-02-25 15:11:36 +00:00
JamDog
ac7b71c4ca Several bug-fixes, and new medit stats submenu (with cedit option for advanced options) 2009-02-24 22:41:17 +00:00
JamDog
5ab5838acc Bug Fix: %obj.extra% now returns a list of the objects extra flags 2009-02-17 16:04:07 +00:00
JamDog
c39292b215 Fixed crash bug in count_quests (quest.c) affecting zlist --Jamdog 2009-02-11 14:53:53 +00:00
JamDog
4afedefb30 Added the ability to change a player's name (using the set command) --Jamdog 2009-02-05 18:11:27 +00:00
JamDog
cebf6cc9f9 Converted the new admin guide document in the doc folder to PDF --Jamdog 2009-02-01 00:55:56 +00:00
JamDog
ca675fdb67 Added room login trig types --Jamdog 2009-01-31 13:24:41 +00:00
Rumble
e9373bb849 Jan 29 2009] - Rumble
Corrected zcheck MAX_OBJ_GOLD_ALLOWED to compare against Val 0, not Val 1. (th
anks Tails)
  Created new MAX_OBJ_GOLD_ALLOWED define for zcheck. (thanks Tails)
  Fixed typo in players.c. (thanks Tristen)
2009-01-29 13:40:51 +00:00
Rumble
65b23ad812 Added new zone creation limits to prevent misuse of zedit making the MUD unbootable. --Rumble 2009-01-25 22:16:21 +00:00
JamDog
62e698b51f Added OpenOffice UnixShellAdminGuide.odt document (to allow Rumble to edit) --Jamdog 2009-01-25 22:08:29 +00:00