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
Ziggeh
a96133e3ad
Added specialLine script for Shockwave
2014-08-12 11:02:40 +02:00
Ziggeh
9fbd7a58b1
Fixed an issue where Force Lightning had its armor bypass set twice
2014-08-12 10:37:19 +02:00
Ziggeh
8985cb1954
Fixed an issue where Force Drain had its armor bypass set twice
2014-08-12 10:35:37 +02:00
Ziggeh
315c92bd6d
Changed Maelstrom to use a specialLine script
2014-08-12 10:32:55 +02:00
Ziggeh
7a7df3e1d3
Changed Force Sweep to use a specialLine script
2014-08-12 10:31:12 +02:00
Ziggeh
36b258fbf1
Changed Crippling Vortex to use a specialLine script
2014-08-12 10:30:17 +02:00
Ziggeh
90db0baf57
Changed Thrill to use a specialLine script
2014-08-12 10:28:21 +02:00
Ziggeh
12193df268
Changed Leg Strike to use a specialLine script
2014-08-12 10:24:08 +02:00
Ziggeh
76a782c5fb
Changed Officer Heal to use a specialLine script
2014-08-12 10:19:15 +02:00