Commit Graph
82 Commits
Author SHA1 Message Date
Waverunner d33d5adbf2 Changed QuestJournal to use SWGMap, Added counter to retrieve_item task types 2014-08-16 11:42:11 -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
Ziggeh d25286a3c7 Renamed kills in PlayerObject to killMeterPoints 2014-08-14 09:05:54 +02: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
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
Waverunner 38b532d27b Added Quest Service, Added /activateQuest command for admins 2014-08-11 21:13:28 -04:00
Ziggeh a406e83d2f Renamed godLevel to adminTag
When set to 1, 2, 3 or 4 an additional title is granted to the player.
2014-08-11 15:13:15 +02:00
CharonInferar 0985451d7d Fix for #958, #959
- Added a way to obtain a pet without BEing
- Attempted to figure out how to bring up the pet tool bar
2014-07-05 18:10:39 +02:00
CharonInferar e97898611c Fixed pet bugs 2014-07-03 03:34:44 +02:00
Waverunner ac9d0e41bf Refactored delivery missions to use pre-spawned commoners
Scripters should change any commoners being spawned to use
core.staticService.spawnCommoner instead of spawnObject (see
mos_eisley.py in static_spawns\tatooine for an example). The
spawnCommoner method will add required attachments and set the proper
options bitmask in order for the missions to function properly.

Note that delivery missions won't work unless you have spawned buildouts
on the planet you are requesting the missions on due to this change.
2014-06-18 14:00:24 -04:00
Treeku 810803a044 Minor hoth labels helpful for later on 2014-06-16 10:43:15 +01:00
Treeku 7e64ddd3fb bornDate should now work correctly 2014-06-06 18:31:43 +01:00
Treeku 3683242752 Added clearGuildRanks() to PlayerObject 2014-05-30 02:27:02 +01:00
Treeku 19c0d81249 Fixed trader_1a IO error 2014-05-30 02:06:00 +01:00
Treeku c9b848e997 Added getGuildRank 2014-05-29 16:12:01 +01:00
Treeku 4777cf1b1f Added guildRank toggle to PlayerObject 2014-05-29 16:04:04 +01:00
Waverunner 38441e069e Refactored guild creation, enabled access to guild creation device, guild disband, guild kick, guild members, moved server motd to motd.txt 2014-05-26 12:43:06 -04:00
Treeku b1650cc668 Minor changes
Not sure why the gcw time is always 888d, 33h ahead.  The epoch time is
definitely sent correct in seconds.  Adding and subtracting server
times, born date or anything else hasn't had an effect.
2014-05-19 16:32:54 +01:00
Treeku 8e5c7afaa6 Changed nextUpdateTime calculations 2014-05-18 20:59:51 +01:00
Treeku efeb66f965 Fixed potential crash 2014-05-18 20:16:39 +01:00
Treeku 54a00a45cf Refactored PLAY 2014-05-18 19:04:23 +01:00
Treeku 60eee0d4dd Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-05-11 15:56:36 +01:00
Treeku 7fd08bc7ad Baseline changes, cleaned some things 2014-05-11 09:54:50 +01:00
Waverunner b5344eab07 Added bindLocation variable, clone location shows bind spot in yellow, fixed incap and db messages 2014-05-10 16:38:59 -04:00
Light2 ce15656ff3 begin work on vendors, fixed highestid sql query(might fix crash bug) 2014-05-06 00:55:02 +02:00
Light2 db4a47b35a Equipment list now uses ids instead of the referencing the object to avoid storing duplicate objects in the db 2014-05-04 20:54:41 +02:00
Waverunner 4831f6d8ca Added handling of deathblow for bounties 2014-05-03 20:04:27 -04:00
Light2 f05da881ab Fixed odb bugs, fixed some null pointers 2014-05-03 18:12:27 +02:00
Treeku 70d63139e6 Temp patchfix for creating chars issue
Will fix it properly soon, atm everyone needs to be able to create
chars.
2014-05-02 18:19:39 +01:00
Light2 d5f9adc7b2 more odb fixes 2014-05-02 00:34:01 +02:00
Light2 7d457101f3 Refactored odb system (read extended), added implementation of Dynamic World Spawns
ODB no longer uses DPL layer of Berkeley DB, persistent classes have to
implement the Serializable interface, annotations are no longer used,
use transient modifier for variables that should not be persistent.
Entity reference errors will no longer occur, however it is better to
use ids if the entity that is being referenced is stored in the db too!
(or you will have two different objects). DB is cached for 5 minutes
then it will write its log/cache to disk, transactions are no longer
used.
2014-05-01 20:33:38 +02:00
Waverunner b6158a4014 leaveChatChannel removes from list of players channels 2014-04-18 18:14:59 -04:00
Treeku e8a1959f9d Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	scripts/radial/vehicle.py
	src/main/NGECore.java
	src/resources/objects/creature/CreatureObject.java
	src/resources/objects/player/PlayerObject.java
	src/resources/objects/tangible/TangibleObject.java
	src/services/SimulationService.java
	src/services/combat/CombatService.java
	src/services/object/ObjectService.java
2014-04-18 21:10:53 +01:00
Treeku f58b7b6a5b Overhauled Mounts (still buggy) 2014-04-18 19:09:45 +01:00
Waverunner 9252ebaaea Added Enter & Leave Messages for ChatRooms as well as info stats for the
room
2014-04-17 16:01:12 -04:00
Waverunner ff6c2d7d4c Added GroupChat, PlanetChat, and basic chat channels 2014-04-16 16:52:11 -04:00
Treeku b436353904 godLevel is now set and used 2014-04-13 13:17:23 +01:00
Treeku e91362a12f Fixed most warnings 2014-04-10 11:52:09 +01:00
Seefo 38283f3351 Added house radials and fixed a lot calculation mistake 2014-04-09 21:23:12 -04:00
Seefo 8025bc7ad0 Changes to housing, added real player lot count to character sheet 2014-04-09 11:56:56 -04:00
Seefo e0eb5c3c5f Updated Player Object version 2014-04-06 11:44:19 -04:00
CharonInferar 4b2f15db05 Resource Spawn System
Persistence to object database implemented
2014-03-30 23:35:48 +02:00
Waverunner 1ec8471b32 Changed holo-emote script checks, fixed playerobject version, fixed hair check 2014-03-27 18:08:04 -04:00
Waverunner a5a0fa1d9a Helmet and backpacks now show for player, server will store player creation date
(BugFix) /showhelmet and /showbackpack works and helmet/backpacks now
showed for the person wearing the item
(Code) Server will store player creation date for future use in baseline
2014-03-27 17:35:42 -04:00
Waverunner 66e29893ac Added holoemotes, work on imagedesign, bug fixes, new visitor class 2014-03-26 19:53:04 -04:00
Light2 d1a7f20177 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/resources/objects/creature/CreatureMessageBuilder.java
	src/resources/objects/creature/CreatureObject.java
	src/services/PlayerService.java
2014-03-25 20:14:16 +01:00
Light2 3e265ed6c5 some bug fixes, updated engine with support for new .trn versions, refactored some code with new Java 8 syntax, changed compiler to java 8 2014-03-25 20:08:01 +01:00
Waverunner 97f4db58d1 Buff Windows now close, changed formula used for stats on inspiration buffs, minor changes overall to entertainer 2014-03-16 13:01:30 -04:00
Waverunner 53669148eb Finished Character Sheet, Fixed TARGET_UPDATE, Able to marry players now 2014-03-12 19:50:22 -04:00
Light2 52136c2b36 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/protocol/swg/ObjControllerMessage.java
	src/resources/objects/player/PlayerMessageBuilder.java
	src/services/travel/TravelService.java
2014-03-10 00:42:19 +01:00