Commit Graph
473 Commits
Author SHA1 Message Date
wallaceg09 88a0271216 MOVED stopPerformance code from CreatureObject to EntertainmentService
MOVED stopAudience code from CreatureObject to EntertainmentService
MODIFIED stopdance to utilize refactored stopPerformance code
MODIFIED stopmusic to utilize refactored stopPerformance code
2014-11-07 21:51:19 -06:00
wallaceg09 b4b45951a9 ADDED basic implementation for the stopmusic command
MODIFIED stopdance to indicate the use of a deprecated method
2014-11-07 20:37:57 -06:00
wallaceg09 de430bd3e5 FIXED animations while playing instruments 2014-11-07 14:32:00 -06:00
wallaceg09 ea4c8f06f8 FIXED Incorrect music playing for each instrument
ADDED Player Ability check to playing music
ADDED Player notification messages for failed music performance checks
ADDED 'canPerform' method to EntertainmentService
ADDED 'getAvailableSongs' method to EntertainmentService
2014-11-07 14:31:59 -06:00
wallaceg09 6dab500e42 Experimented with startmusic.py
Added some client messages to the startmusic command code
2014-11-07 14:31:58 -06:00
wallaceg09 d3bd0220dc Added xp gain to music performance. 2014-11-07 14:31:57 -06:00
wallaceg09 d808fdd48e Refactored startmusic.py a bit 2014-11-07 14:31:56 -06:00
wallaceg09 1aac844428 Added entertainer music (very rough and buggy)
Added stopmusic.py in commands (currently does nothing)
Modified startdance.py: removed some debugging print statements
2014-11-07 14:31:55 -06:00
wallaceg09 bfc1653d68 Refactored EntertainmentService to to allow music to function properly
Modified startdance script to work with the refactored EntertainmentService
2014-11-07 14:31:53 -06:00
Zing c2e26f40fd Small test for crash 2014-10-02 18:32:22 -07:00
Zing 50eb8308cc Cleanup of Officer commands/buffs pt 1
Added expertise_dodge skillmod
Added combat_critical_hit_reduction skillmod
Moved commands to combat commands (seen by client)
Added Officer Insipred action 5PC configuration to CommandService.
2014-09-28 17:41:02 -07:00
Zing 610be8c96a Deleted old scripts
medic buff fix pt 2
2014-09-27 21:59:09 -07:00
Zing b51b49700e Fixed medic buffs. Buffs no longer remove and blackbar players. buffs add correctly to players and or group. Moved to combat command folder.
(Client recognizes them as combat commands)
2014-09-27 21:53:50 -07:00
cdmpse f54e2a35c2 Updates to Quest Resource and Script 2014-09-19 20:08:52 -05:00
Treeku 8d8a4d78f4 Updated transferitemweapon 2014-09-08 21:53:01 +01:00
Treeku b98cdcbc47 Updated transferitemmisc 2014-09-08 21:50:45 +01:00
Treeku abc6b8de01 Updated transferitemarmor 2014-09-08 21:48:30 +01:00
Ziggeh 212516e044 Removed unused imports from several scripts 2014-09-06 01:44:56 +02:00
Waverunner b085fb6009 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-09-02 14:49:32 -04:00
Waverunner 81cd458849 Added quest task completion system messages, Changed auto-advancing to next quest so it's more accurate to how it was in live, Fixed Vourk end conversation messages 2014-09-02 14:49:11 -04:00
Treeku 3234380be7 Fixed syntax error. 2014-09-02 08:05:21 +01:00
Treeku 3b1882ab64 Fixed syntax error. 2014-09-02 08:04:25 +01:00
Treeku f7ed85af5a Cleaned up transferitemarmor. 2014-09-02 07:50:10 +01:00
Treeku 07d0926494 Cleaned up transferitemweapon. 2014-09-02 07:47:36 +01:00
Treeku 03089f1d6f Cleaned up transferitemmisc. 2014-09-02 07:44:58 +01:00
Treeku b0ada28769 Fixed potential client null with appearance items. 2014-09-01 19:46:29 +01:00
Treeku c32f2980dc Fixed potential client null with appearance items. 2014-09-01 19:44:43 +01:00
Waverunner 274e6a9926 Fixed some playerobject deltas not being sent correctly, Added quest acceptance window, Added /abadonquest, Fixed a few statement errors preventing zone in via character creation 2014-08-26 12:46:18 -04:00
Waverunner 16b9cafae3 Added handling for messagebox quest task types 2014-08-26 12:46:17 -04:00
Waverunner fa874386b9 Merge branch 'feature/quest-conversations' 2014-08-25 17:46:36 -04:00
Waverunner 298fb1f59a Added quest completion window, Changed sui service to not need conversation npcs to need conversation radial attached, Changed goToLocation event to check all of players quests instead of active one 2014-08-25 17:44:22 -04:00
CharonInferar 770498a260 Merge pull request #1196 from CharonInferar/CorpseBuffFix
Fixed some corpses not despawning
2014-08-25 17:44:55 +02:00
CharonInferar 52c783a5ec Fixed some corpses not despawning
- For test purposes, NPC respawn has been activated now
- Fixed double respawn issue
2014-08-25 17:42:10 +02:00
R. Uvanni 538bb789d2 Equipment changes, see extended
Fixed an issue where attributes weren't being removed when unequipping
items.

EquipmentList and ApperaranceList are currently broken and will cause
crashes when modified, thus when equipping an item in any way will cause
a crash.  Expect a fix for that from Treeku shortly.
2014-08-24 22:57:13 -04:00
Treeku 918520052b Fixed issue where you couldn't remove your buffs.
Fixes:

Traceback (most recent call last):
File "scripts/commands/removebuff.py", line 8, in run
buffObj = actor.getBuffByCRC(int(commandString))
AttributeError: 'resources.objects.creature.CreatureObject' object has no attribute 'getBuffByCRC'
2014-08-24 02:00:43 +01:00
Zing 47756a09ae Fixed Admin Command. Missed one 2014-08-17 01:23:11 -07:00
Zing 6de085b3da Fixed Admin commands part2 2014-08-17 01:18:34 -07:00
Zing 5edce825ff Fixed Some Admin commands not working on file systems other than windows 2014-08-17 01:17:03 -07:00
CharonInferar 5609e18d40 restored empty setgod 2014-08-16 21:44:32 +02:00
CharonInferar e61ced824b Merge remote-tracking branch 'origin/master' into Fixes 2014-08-16 21:41:55 +02:00
CharonInferar 1c676d8ddd Fixed KBT #65, 182 and AI-related commandService bug 2014-08-16 21:39:26 +02:00
Viaron dbec5fd321 Merge pull request #1161 from zingzing175/master
Added getStationName admin command.
2014-08-15 23:36:03 -04:00
Zing cbe7372c95 Added getStationName admin command. 2014-08-15 20:03:46 -07:00
Waverunner a62a56c868 Changed setgodmode.py back to earlier version (accidental commit from 1st questservice commit) 2014-08-15 18:16:45 -04:00
Waverunner ffbe209207 Added handling of retrieve item quests, Added handling of giving quest rewards
Note: All changes may not be listed! Please view changes to get a better
idea, lots of changes compared to what I had before!
Changed ShowLootBox to use object id's instead of SWGObject
Added "A Speeder For Me" quest
Fixed quests so they advance to the next step properly and complete
properly
2014-08-15 11:34:58 -04:00
Zing 29c3777595 Added /createCreature command 2014-08-13 20:01:51 -07:00
Waverunner da568bac1d Changed quest data to retrieve info from Datatables, Added basis for automation of QuestTask's
Fixed /waypoint method for getting planet crc's
Fixed quest crc's for quest scripts in children folders
Fixed some admin commands not being executed (no longer case sensitive)
Changed accessLevel to be gotten from database until ready to switch to
client
2014-08-13 16:21:51 -04:00
Viaron 87beb92523 Changed /activateQuest System Message (cuz OCD) 2014-08-13 03:35:48 -04:00
Zing 16729913b1 Fixed relogging after character has fully despawned. Changed /server admin command 2014-08-12 21:35:51 -07:00
Waverunner b581118ad3 Added implementation of parsing data from quest files
Added methods for checking if a quest is completed and if they have a
quest.
Updated SWGList to account for the special format of Quest list deltas.
Added method that shows a quest in a window
2014-08-12 19:03:19 -04:00