Commit Graph
1226 Commits
Author SHA1 Message Date
Cekis 250d9fcb1e Merge branch 'master' of github.com:SWG-Source/dsrc 2019-10-09 17:07:29 -04:00
Cekis f911a68277 Fixed Mos Eisley Harassment 2019-10-09 17:06:49 -04:00
DarkandGitHub 9774583ecb Continued Adding Perfect Crystals
Added to jedi.java
2019-10-09 11:59:24 -05:00
Cekis 69b53a74c6 Added custom distance check object var for some bugged quest items 2019-09-25 01:10:57 -04:00
CekisSWG 1a6e980968 Fixed issue with Arena (and other instances) kicking players out when they enter. 2019-09-18 23:06:48 -04:00
CekisandGitHub 759580d58c Fixed G9 Outrigger ITV 2019-09-11 22:50:42 -07:00
V0idCipher 69af8f4b91 bugfix: fixed CD timer on instance lockout reset terminal 2019-09-03 10:13:22 +04:30
Gene PressingerandGitHub 0b1970625d Minor change from Cekis' previous commit
The COL_RESOURCE_TYPE param may be null or empty, so we want to check it first before modifying the resourceType variable.
2019-05-19 15:56:04 -04:00
CekisandGitHub 8260b2fc85 Fixed fish filet issue where it gives you resources from other planets 2019-05-13 16:12:34 -07:00
CekisandGitHub 6c7bf814d4 Comparison d'oh 2019-05-08 14:09:41 -07:00
CekisandGitHub 049d1b93e7 Made a few minor changes to improve performance 2019-05-08 09:57:50 -07:00
IrishDarkshadow d8748d3786 improved vorpal durni dna drop rate as per GU 16.10 2019-05-08 12:04:26 -04:00
IrishDarkshadow 9ece6eb689 adds the shock collar to the loot table of the undead rancor 2019-05-08 11:31:48 -04:00
TekaohandGitHub 5c2e112349 Java 11.0.2 migration (#32)
* Code compiles - execution NOT tested

* updating gitignore

* Removed intellij settings files

* Removed more intellij files

* Added exclusion for JDK classes.

* Fixed purchasing script for vendors that have listed coin types.

* Updated script to not kick off until the entire preload is complete.

* adds static name entry for Solo movie poster and tcg9 vendor entry

* clean up empty and orphaned object templates

* adds placeholder black market (static) spawns

* corrects entries for the video game table to correctly set it in tcg series 2 and remove series 1 console errors

* Updated gitignore and removed intellij project files

* Fixed appearance reference for thranta payroll and kashyyyk door, added skipLosCheck objvar due to cannit see issue. Requires updated src

* Fixed appearance and template for terminal (#2)

* Fixed appearance and template for terminal (#3)

* Fixed appearance and template for terminal (#4)

* Deleted another faulty/orphaned object template

* Fixed gcw ranks option on frog. Only issue is that it doesn't award the officer commands or badges.

* Fixed some unneeded java 11 changes
2019-04-18 18:31:52 -05:00
Cekis 956eaed2f9 Fixed some issues with the Restuss Event 2019-04-18 06:47:12 +01:00
Cekis 6ea82db9c3 Fixed issue where Restuss PvP zone would not be created if starting in third stage of the Restuss event. 2019-04-16 06:28:28 +01:00
TyroneSWGandTekaoh 80b6fe8f3a Chronicler Skills to the frog 2019-04-03 15:18:01 -05:00
Elour 0a902bff72 Prevent duplicating subcomponents via Chronicles
Items could be dropped in to a chronicle quest reward box while also being used as a crafting subcomponent. Finishing the craft and also creating the reward cube would result in the component being duplicated inside the reward box.
2019-03-30 10:53:58 -07:00
Elour b358dfe356 Prevent over-capped powerups
Higher than possible RE chance can lead to powerups created outside the possible realm.
With the formula: ( ( (skillMod * rand(randomRollMin, 1.25f) ) / 100) + rand(1.0f, 1.25f)) * power;
skillMod is a possible max of 169:
100	level 90
10	expertise
5	arm
11	pup
11	pup
11	pup
4	wep
4	chest
3	shirt
10	tool
169	total
rolling the max for both randoms (1.25 and 1.25), we end up with
( ( (169 * 1.25) / 100) + 1.25) * 35 (where power = the power bit = 35 max)
= a max of 117.6875 power
2019-03-30 10:44:35 -07:00
Elour dcdb80f8ff Prevents picking up storyteller objects placed in houses
Players were able to pick up storyteller objects, which broke the timer and prevented them from being automatically destroyed. This prevents the initial pickup.
2019-03-30 10:39:11 -07:00
Elour 9eaf8af328 Prevent players from receiving tokens from another instance
Using client side modifications could allow players to move between instances, being in "range" of the next instance would provide the reward without ending the exploting player's timer
2019-03-30 10:31:42 -07:00
seefo 42585bc909 Fixed issue with faction frog option not granting bandges/specials 2019-03-25 21:58:34 -04:00
seefo b88af594c5 Fixed gcw ranks option on frog. Only issue is that it doesn't award the officer commands or badges. 2019-03-14 21:12:00 -04:00
Cekis ef2bdb40f4 Updated script to not kick off until the entire preload is complete. 2019-02-23 18:48:07 -05:00
Cekis 1b2050aacd Fixed purchasing script for vendors that have listed coin types. 2019-02-23 01:52:41 -05:00
CekisandGitHub 3f2831d37d Love Day Matchmaker bug fix 2019-02-22 07:57:57 -08:00
CekisSWG 72212a4979 Enhanced control of the Restuss Event 2019-02-20 21:02:41 -08:00
Alec Harley 07be4e75b4 fix TIE/LN requirements - library.space_utils 2018-10-10 16:43:17 +00:00
CekisSWG 7f30064531 Put in a fix (slight hack) to handle negative location changes when using the homing beacon. 2018-10-07 06:59:12 +01:00
CekisSWG 2756d77594 Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2 2018-07-25 06:18:19 +01:00
CekisSWG c240203222 Fixed issue where Space GCW fighters were not awarding GCW points. 2018-07-25 06:17:56 +01:00
erusman 3caf78884f update frog TCG House pack now generates all TCG houses and Jabba's sailbarge 2018-07-01 14:32:14 -07:00
erusman c373d19ef6 add additional wookiee vendor to celebration plus randomize the lifeday gifts so players could have chance to receive items from previous years 2018-06-28 17:23:00 -07:00
erusman 35399d3480 add 2011 Lifeday gifts/badge to lifeday_tree.java Changed default player eligibility to receive Lifeday gifts from 10 to 5 days 2018-06-28 16:24:57 -07:00
theswgsource 0685be9c56 initial commit for missing vet rewards 2018-06-27 01:04:53 -07:00
erusman 385f9bec5a another fix for Empire Day converstaion string Rebel Capt. Derlin 2018-06-26 15:00:21 -07:00
erusman 952357422b fix Empire Day conversations Imperial Kaythree and Rebel Capt. Derlin 2018-06-26 13:49:29 -07:00
theswgsource 0f39af4b88 Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2 2018-06-25 16:40:50 -07:00
theswgsource 84851dcd7d removes Mustafar / Kashyyyk travel restrictions from the Flight Of The Veteran reward item 2018-06-25 16:38:39 -07:00
erusman 3ac02b2187 fix broken Major Tantor conversation strings, Empire Day 2018-06-24 18:19:51 -07:00
erusman 345e784cd2 fix broken Mara Jade conversation strings, Empire Day 2018-06-24 18:08:33 -07:00
erusman 38d82c8f1c more updates to frog with holoshrouds spawn options for costume testing 2018-06-24 17:01:31 -07:00
erusman 6f4e434a16 update frog with token spawn options for event testing 2018-06-24 16:41:24 -07:00
theswgsource e16c0a2d68 Merge branch 'master' of https://bitbucket.org/theswgsource/dsrc-1.2 2018-06-24 10:36:22 -07:00
theswgsource 8c5ac72b4e restores missing mounts (snorbal / reptilian flier / binjinphant / whisper bird 2018-06-24 10:35:47 -07:00
erusman b107ca6e59 fix for null pointer exception trick_or_treater.java 2018-06-24 01:28:33 -07:00
erusman 2b7f41e718 another fix for 2011 GMF badge 2018-06-23 23:18:07 -07:00
erusman bd1f84437c add Galactic Moon Festival 2011 badge 2018-06-23 23:04:47 -07:00
erusman 29d59f4742 fix some broken converstaion strings on halloween vendor 2018-06-23 19:06:32 -07:00
erusman 3b5226b27d another typo, ok all costumes are now updated to final day live 2018-06-23 17:27:51 -07:00