Commit Graph
1807 Commits
Author SHA1 Message Date
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
Zing c235b97633 Merge pull request #1204 from zingzing175/experimental
Experimental
2014-09-01 22:49:38 -07:00
Zing d29e8379b3 Merge branch 'master' into experimental 2014-09-01 22:39:15 -07:00
Waverunner 6e6221c771 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-09-01 16:27:00 -04:00
Waverunner 5026b9ee92 Added item count for retrieve tasks, Fixed wrong opcode for QuestAccept packet, Changed name of a couple methods in QuestService 2014-09-01 16:25:02 -04: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 5cd90a4cec Added "Bib's Offer" Quest 2014-08-27 20:24:44 -04: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
Waverunner 1190e7b1fe Added quest signal scrpts, Added Pall conversation 2014-08-24 15:07:37 -04:00
Waverunner a0d5a85aca Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-24 11:48:55 -04:00
Waverunner 8454027968 Changed go to location tasks to not need a script 2014-08-24 11:48:23 -04:00
Treeku b218680d46 Fixed minor visual bug with buffs from frog. 2014-08-24 02:41:13 +01:00
CharonInferar a06d4c3f87 Merge pull request #1193 from CharonInferar/MoreFix
Fixed Incap weaken immortality bug
2014-08-24 03:21:10 +02:00
CharonInferar 8c0f7fcb52 Fixed Incap weaken immortality bug 2014-08-24 03:13:08 +02: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
Waverunner 1c49296287 Added quest events, Added goTo task types, Changed activation of next steps to go through completeActiveTask 2014-08-23 16:44:23 -04:00
Undercova b7e5da22ca Commented out backpacks 2014-08-19 16:49:15 +02:00
Viaron 0498aceb0e Merge pull request #1179 from zingzing175/master
Fixed Some Admin commands not working on file systems other than windows. Added blocks to admin commands with godLevel of 0.
2014-08-17 21:34:42 -04:00
CharonInferar 557764bc50 Merge pull request #1180 from CharonInferar/Fixes2
Fixed AI-consideration in command service
2014-08-17 14:39:32 +02:00
Waverunner ae9126ad75 Merge pull request #1178 from ProjectSWGCore/TacefEntertainer
Entertainermissions
2014-08-17 07:59:23 -04:00
CharonInferar 400a72eb7c Merge remote-tracking branch 'origin/master' into Fixes2 2014-08-17 13:30:28 +02:00
CharonInferar a52d01652c Fixed broken command service 2014-08-17 13:28:23 +02: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
Zing 882cba71cd Fixed Some admin commands part 2
Added godLevel 0 admin commands to block.
2014-08-16 22:36:36 -07:00
Zing 4bacaa84f2 Fixed Some Admin commands not working on file systems other than windows. 2014-08-16 22:30:57 -07:00
Bronco69 22d7fdadbf Removed wrong mobile template file name 2014-08-17 00:24:22 +02:00
Bronco69 fe90f8a21b Fixed KBT #165 and #185
Fixed
2014-08-17 00:23:06 +02: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 5cf7367e61 Fixed buildouts besides buildings and their children not being added to quadtree
Fixed some bugs with retrieving quest items
Changed quest service's next task method to temporarily not auto-advance
to next quest if it's defined - will be re-enabled when most of task
types are done
Changed buildout objects to load server templates (unsure why they were
not loaded before)
Fixed SpawnPoint odb save error
2014-08-15 18:04:47 -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
Ziggeh d01c0e8b70 Merge pull request #1155 from zingzing175/master
Fixed Character builder terminal.
2014-08-13 11:03:39 +02:00
Viaron 87beb92523 Changed /activateQuest System Message (cuz OCD) 2014-08-13 03:35:48 -04:00