Commit Graph
163 Commits
Author SHA1 Message Date
Obique 3df20fe751 Completed refactor and initial tests 2017-08-16 18:39:07 -05:00
dennise1975 a99686db7e Added Group Loot Options 2017-08-12 10:59:25 -05:00
DaddyAP 14b335b8cb Merged in DaddyAP/holocore (pull request #499)
Added target null check
2017-08-12 14:08:12 +00:00
Obique 3d5ce46370 Merge branch 'quality_assurance' of bitbucket.org:projectswg/holocore into quality_assurance 2017-08-12 09:02:26 -05:00
Obique 0db75eb038 Refactored ChatBroadcastIntent to SystemMessageIntent 2017-08-11 23:50:00 -05:00
dennise1975 d4083f7d2d Added target null check 2017-08-08 21:17:49 -05:00
dennise1975 613b0fcd28 Fixed: Sending duel request to NPC throws exception 2017-08-08 20:14:05 -05:00
Tacef Ine 37c16f0c7b Updated the Fixes for cmdDismissGroudpMember and groupMakeLeader script 2017-06-17 16:25:22 +02:00
Tacef Ine 30a75f7af0 Fixed cmdWatch, cmdDismissGroupMember, cmdStopWatching and groupMakeLeader 2017-06-17 10:46:34 +02:00
Tacef Ine 833a3bd5d9 Fixed dumpZoneInformation Script 2017-06-15 12:54:40 +02:00
Tacef Ine 8a195f39b3 Fixed Broadcast scripts 2017-06-12 20:17:47 +02:00
Tacef Ine 7eaac0b54e Fixed Addignore 2017-06-11 19:19:57 +02:00
Tacef Ine b0443bfb74 Changed cmdPVP from args.length to args.isEmpty 2017-06-11 17:37:18 +02:00
Tacef Ine b9abed7fdc Fixed CmdPVP 2017-06-11 16:34:49 +02:00
Obique PSWG c5383d6507 Added null resource checks to survey/sample scripts 2017-06-02 21:38:29 -05:00
Obique PSWG 47eec5f9ac Improved resource spawning per planet 2017-06-02 15:39:59 -05:00
Obique PSWG 8987b44e8d Added survey messages 2017-05-31 22:13:23 -05:00
Obique PSWG 3bffa9d183 Fixed god mode script 2017-05-29 22:13:39 -05:00
Waverunner 91207d4a9b Fix tabs in Scripts class and minor quirks 2017-05-26 10:02:01 -04:00
Waverunner 69e87b1191 Tabify scripts 2017-05-11 13:57:38 -04:00
Waverunner 26907fc7eb Fixed openContainer script to use Groovy instead of JavaScript
Removed class declaration in cmdTip script
2017-05-11 02:04:08 -04:00
Waverunner f2c0e06c96 Refactored command scripts to Groovy 2017-05-09 13:15:21 -04:00
Waverunner c0a80a175c Refactored Scripts to use Groovy instead of JavaScript 2017-05-08 20:23:54 -04:00
Obique PSWG 3e544b188c Added in a /qatool details deathblow - to force a deathblow for testing 2017-05-02 08:56:02 -05:00
Iosnowore bc1112650c Dueling implementation now only requires one list of CreatureObjects (instead of two) 2017-04-04 19:17:16 -07:00
Iosnowore 77231fa85c Changed PR based on Oblique's comments.
Also Added .db-journal to git ignore (file created by a 3d party SQLite GUI program)
2017-04-04 14:01:55 -07:00
Iosnowore 6683912383 Fixed a bug when player who sent a duel tried to end when the duel was active. 2017-04-02 16:15:29 -07:00
Iosnowore 6909cf0d59 Removed extra indent 2017-04-02 14:12:10 -07:00
Iosnowore 42f24d8ee4 Moved duel checks from DuelPlayerService to their script. 2017-04-02 14:10:02 -07:00
Iosnowore f24a8b0cb0 - Added DuelEventType enum to DuelPlayerIntent
- DuelPlayerService now handles the DuelEventType enum
(Tested on localhost and worked)
2017-01-24 23:02:39 -05:00
Iosnowore f05938d2fe Added end duel command 2017-01-24 20:40:16 -05:00
Iosnowore 191d3d84c7 Added DuelPlayerService (not fully complete yet) 2017-01-24 20:12:28 -05:00
Obique PSWG 1ec1503014 Fixed NGE-542 'Inviting non-creatures to a group' 2017-01-08 12:56:41 -06:00
Mads Boddum 0ef1976fc5 Fixed invalid target error message not being displayed when inviting nothing to a group 2017-01-04 18:31:51 +01:00
Mads Boddum b27e3f46cf Added support for inviting players to a group that are outside your awareness 2017-01-04 18:07:10 +01:00
Obique PSWG 94fb18af8d Massive refactor of groups 2017-01-04 02:49:01 -06:00
Mads Boddum 518ad8b2c6 Fixed an issue where backpack contents were invisible 2016-10-31 07:45:02 +01:00
Mads Boddum 0a7a978c44 Added admin command /grantSkill for giving yourself a skill 2016-10-27 20:23:41 +02:00
Mads Boddum 3eec9e740d Scripts.invoke() now throws FileNotFoundException if script file wasn't found 2016-10-26 04:15:49 +02:00
Mads Boddum 54db22252e Added support for single target damage abilities 2016-10-23 04:16:40 +02:00
Mads Boddum 2bbf7e63af Fixed /pvp 2016-10-13 04:25:24 +02:00
Mads Boddum 22993660ae Weapon damage is now accounted for 2016-10-12 15:43:21 +02:00
Mads Boddum c6159b0e23 Carbines can now be fired 2016-10-12 15:42:53 +02:00
Mads Boddum 709db360e1 Weapon damage now affects combat calculations 2016-10-12 14:24:28 +02:00
Mads Boddum 0d42d02749 DeathblowIntent is now only used for deathblow requests 2016-10-03 13:26:08 +02:00
Mads Boddum bc61075d6b Added deathblows, currently only seems to work through radial 2016-10-03 12:59:51 +02:00
Obique PSWG dfa66a4561 Merged in M4SS/holocore/transferitem_cmd (pull request #299)
NGE-455 - TransferItem Commands
2016-09-19 08:36:39 -05:00
Mads Boddum ab7d962ad7 Refactored object transfer commands and added in a bunch of checks 2016-09-17 09:12:14 +02:00
Obique PSWG 1c506610cb Merged in M4SS/holocore/group_chat (pull request #294)
NGE-128 - Group chat
2016-09-16 04:42:00 -05:00
Mads Boddum 70ba778fad Implemented group chat 2016-09-16 08:36:42 +02:00