What will be In the Next HotFix
Moderator:Lexx Yovel
Test Center Update Notes March 1st
Quests
Fixed some issues where players could get into a state that prevented them from being able to complete any quest.
Legacy Quests: Jabba's Palace: Runaways: The Runaways quest will completed for all players who have finished the quest prior to publish 27.
The Millennium Falcon landing movie will only play when you are landing at Tansarii Point Station in the Falcon.
Space
Space Battlefield entry stations will no longer charge prestige points for access to Deep Space.
"Out of Range" will no longer be displayed incorrectly for targets in space.
Fixed an issue which could have resulted in ships being incorrectly deleted in rare cases.
User Interface
Non-modal chat should work correctly.
"Mouse mode" will be off by default when a new character is created.
Quests
Fixed some issues where players could get into a state that prevented them from being able to complete any quest.
Legacy Quests: Jabba's Palace: Runaways: The Runaways quest will completed for all players who have finished the quest prior to publish 27.
The Millennium Falcon landing movie will only play when you are landing at Tansarii Point Station in the Falcon.
Space
Space Battlefield entry stations will no longer charge prestige points for access to Deep Space.
"Out of Range" will no longer be displayed incorrectly for targets in space.
Fixed an issue which could have resulted in ships being incorrectly deleted in rare cases.
User Interface
Non-modal chat should work correctly.
"Mouse mode" will be off by default when a new character is created.
Leviathen wrote:They need to fix animations associated with heavy weapons, people are always aiming when they hold them.
The reason for that is heavy weapons use location targeting, it has to work that way. TH did ask if it could be changed, but it's not somethign that would take priority right now. But for the future...
Hey Issele, perhaps you could make a skill of sorts that activates the heavy weapons targeting abilities? For instance, a skill called "Heavy Weapons" would activate the targeting system, and hitting the skill again would make it rest in your arms without being in the attacking position?
Or you could add something like this:
(I dont know what you use to code galaxies, but heres the concept, ill just sort of mash together flash and java)
myCharacter is (you guessed it) your character
4 and 5 (just using them as an example) represent the "frame" in which an animation is stored, that being the flash segment of this example, since I dont know how to write games in java yet
if.myCharacter(attacks, attacked);
//*
* This line basically just triggers the entire concept, setting up the rest of the code by telling you that being attacked is the trigger
goto(4);
//*
*4 representing the animations active when heavy weapons currently equipped)
if.myCharacter(leavesCombat);
//*
*Same as the first line, only this time it is telling you that when you leave combat, something will happen
goto(5);
//*
*5 represents the animations which have the "idle" state in them
Or you could add something like this:
(I dont know what you use to code galaxies, but heres the concept, ill just sort of mash together flash and java)
myCharacter is (you guessed it) your character
4 and 5 (just using them as an example) represent the "frame" in which an animation is stored, that being the flash segment of this example, since I dont know how to write games in java yet
if.myCharacter(attacks, attacked);
//*
* This line basically just triggers the entire concept, setting up the rest of the code by telling you that being attacked is the trigger
goto(4);
//*
*4 representing the animations active when heavy weapons currently equipped)
if.myCharacter(leavesCombat);
//*
*Same as the first line, only this time it is telling you that when you leave combat, something will happen
goto(5);
//*
*5 represents the animations which have the "idle" state in them
- Lexx Yovel
- RID Leader/Mayor
- Posts:5390
- Joined:Fri May 14, 2004 10:26 am
- Location:Fort Oasis, Tatooine
Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?
What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...
What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...
Szul wrote:Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?
What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...
Where did you read this at? Yes some of the EQ team has come over to SWG Team but they are very quailified in there jobs and you can read there Introductions on the Offical boards. One was the EQ Content producer who has taken over the SWG Content... quest and ect.
Issele wrote:Szul wrote:Or they could just bind the ground targeting action to a hotkey/mousebutton like Mythic has been doing for Ground Target Area Effect spells in Dark Age of Camelot for the past... oh what, 4 years?
What worried me was reading that a lot of the SWG feature designers are ex-Everquest GMs, which was a volunteer program of players in the San Diego area, with little to no feature design experience at all, much less game feature design...
Where did you read this at? Yes some of the EQ team has come over to SWG Team but they are very quailified in there jobs and you can read there Introductions on the Offical boards. One was the EQ Content producer who has taken over the SWG Content... quest and ect.
From those Introductions. But I probably misread, which seems to be a trend of mine atm.
On the laggy lava cannon: The lava cannon does one tick of damage immediately on impact (like all heavy weapons). Some small amount of time later it does a second tick (which can, in fact, be avoided - especially if you're already in motion when you're taking the first hit).
The second damage tick has been the topic of balance discussions, internally, and may be tweaked or even removed in the future
The second damage tick has been the topic of balance discussions, internally, and may be tweaked or even removed in the future