Old DRG 2 hour anyone?
Old DRG 2 hour anyone?
So i know there's a bunch of people that prefer the older ffxi (as do i) but has anyone thought about reverting the wyvern back to the 2hr ability like before? Or would this just be considered "unbalanced" to the majority of players?
"NEVER EVER set a stupid bullshit password for Root.. You've been warned" - best line ever!
-
- Posts: 238
- Joined: Wed Sep 05, 2012 10:48 am
Re: Old DRG 2 hour anyone?
The old drg 2hr was just the ability "Call Wyvern".
Then they changed it Spirit Surge sometime in 2005 and made call wyvern a regular ability.
I think making call wyvern a 2 hour ability would be kinda lame but if they are going for a classic server it's probably best to make it that way.
Then they changed it Spirit Surge sometime in 2005 and made call wyvern a regular ability.
I think making call wyvern a 2 hour ability would be kinda lame but if they are going for a classic server it's probably best to make it that way.
-
- Posts: 153
- Joined: Tue Sep 04, 2012 12:42 am
Re: Old DRG 2 hour anyone?
I prefer the newer DRG two hour ability. Every other job has a two hour ability that can be used in emergencies. "Call Wyvern" could never be of much use in an emergency. So the new DRG two hour ability is more inline with all of the other jobs. The DRG two hour is the only ability that I liked that they changed. I only played to the release of WOTG and never played it so I don't know what other job abilities they came up with. I did not like the new SAM abilities.
The older FFXI would be better. FFXI went the way of WoW with ToAU.
The older FFXI would be better. FFXI went the way of WoW with ToAU.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Old DRG 2 hour anyone?
That and DRG's stats were actually balanced with the wyvern in mind. If I parsed over a long period against a DRK or SAM in retail, then my damage was usually about 90% of what they were putting out... until you added the wyvern, and then I was suddenly right on their heels.
Further down the road, I can see the effort of optionally making Call Wyvern a 2hr instead of a separate ability, but I'm not sure putting the effort into it right now would be rewarding. Hell, Dragoons still can't jump. At least give them their little blue pest.
Further down the road, I can see the effort of optionally making Call Wyvern a 2hr instead of a separate ability, but I'm not sure putting the effort into it right now would be rewarding. Hell, Dragoons still can't jump. At least give them their little blue pest.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Old DRG 2 hour anyone?
It is also a bad idea for the time being to make "Call Wyvern" a 2 hour ability simply because pets are lost when zoning. Until that is fixed, it would be devastating to DRG to extend that timer from 10 min to 120.
Re: Old DRG 2 hour anyone?
Yea i know.. I still havent found the code that even checks for a pet on zoning.. I found something that looked like it in the .cpp files, but i cant find where/how the pet attaches to the player itself upon zoningbluekirby0 wrote:It is also a bad idea for the time being to make "Call Wyvern" a 2 hour ability simply because pets are lost when zoning. Until that is fixed, it would be devastating to DRG to extend that timer from 10 min to 120.
"NEVER EVER set a stupid bullshit password for Root.. You've been warned" - best line ever!
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Old DRG 2 hour anyone?
Its not easy to explain...suffice it to say that the pet only exists in the zone it is created in so you would have to create a new pet in the next zone to "keep" your pet across zone lines. You would also need to account for pets when you enter cities so they come back when you leave them.
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: Old DRG 2 hour anyone?
We could ghetto rig it by editing all zone.lua files. onZone.lua if player has pet set player variable (playerhadpet) and despawn pet. also on onZone in make if player has variable (playerhadpet) then spawn pet and remove variable. for zones that should not allow pets then check for variable and remove it but dont spawn a new pet.
Ghetto rigged and would have dia ripping me to pieces, but it's a fix that can be done on private servers (not in svn).
Ghetto rigged and would have dia ripping me to pieces, but it's a fix that can be done on private servers (not in svn).
Re: Old DRG 2 hour anyone?
Whasf would not be pleased eitherMetalfiiish wrote:We could ghetto rig it by editing all zone.lua files. onZone.lua if player has pet set player variable (playerhadpet) and despawn pet. also on onZone in make if player has variable (playerhadpet) then spawn pet and remove variable. for zones that should not allow pets then check for variable and remove it but dont spawn a new pet.
Ghetto rigged and would have dia ripping me to pieces, but it's a fix that can be done on private servers (not in svn).
-- Whasf
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Old DRG 2 hour anyone?
Also, you wouldn't want to delete the var when you go into a town...you get your pet back when you leave a town if you already had one