Adding Status Effects

Post Reply
User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Adding Status Effects

Post by Euda » Sun Dec 22, 2013 4:25 pm

Attached are Status Effects that have already been added to status_effects.sql, but had not been added to status.lua or status_effects.h.

Also added a comment for #491 which is EFFECT_AVATAR, but in POLUtil it says Inner Strength.

Below are the status effects added:

EFFECT_TERNARY_FLOURISH
EFFECT_MUDDLE
EFFECT_PROWESS
EFFECT_VOIDWATCHER
EFFECT_ENSPHERE
EFFECT_SACROSANCTITY
EFFECT_PALISADE
EFFECT_SCARLET_DELIRIUM
EFFECT_SCARLET_DELIRIUM
NONE
EFFECT_DECOY_SHOT
EFFECT_HAGAKURE
EFFECT_ISSEKIGAN
EFFECT_UNBRIDLED_LEARNING
EFFECT_COUNTER_BOOST
EFFECT_ENDRAIN
EFFECT_ENASPIR
EFFECT_AFTERGLOW
EFFECT_BRAZEN_STRENGTH
Attachments
status_effect.h.patch
(1.32 KiB) Downloaded 183 times
status.lua.patch
(1.36 KiB) Downloaded 184 times
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Adding Status Effects

Post by kjLotus » Sun Dec 22, 2013 7:22 pm

Euda wrote:Also added a comment for #491 which is EFFECT_AVATAR
i need to move that one to 768+, it was a custom one made for having an avatar out

User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Re: Adding Status Effects

Post by Euda » Sun Dec 22, 2013 8:13 pm

ok, this is my first look at statuses and Demo and Devil gave me a quick rundown, so I'll wait for the change before proceeding.

I need to look more at the sql file anyway to understand the various fields.
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Re: Adding Status Effects

Post by Euda » Sun Dec 22, 2013 8:13 pm

Also, need some help with EFFECT_SCARLET_DELIRIUM.

SE has it in two places and I copied what they had, but it popped an error when a did a build.
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Adding Status Effects

Post by kjLotus » Sun Dec 22, 2013 8:35 pm

Euda wrote:Also, need some help with EFFECT_SCARLET_DELIRIUM.

SE has it in two places and I copied what they had, but it popped an error when a did a build.
probably just because they had the same name, can't have the same name within the enum

User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Re: Adding Status Effects

Post by Euda » Sun Dec 22, 2013 8:36 pm

So add a _1 after it? Not sure how to resole the conflict.
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Adding Status Effects

Post by kjLotus » Sun Dec 22, 2013 9:20 pm

Euda wrote:So add a _1 after it? Not sure how to resole the conflict.
that probably works fine - don't yet know why there are two effects (i don't play DRK on retail), but can always rename them later easily

User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Re: Adding Status Effects

Post by Euda » Mon Dec 23, 2013 9:01 am

Re-uploaded with _1 added.

Thanks.
Attachments
status_effect.h.patch
(1.32 KiB) Downloaded 189 times
status.lua.patch
(1.36 KiB) Downloaded 180 times
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

User avatar
Euda
Posts: 43
Joined: Thu Sep 19, 2013 2:36 pm

Re: Adding Status Effects

Post by Euda » Tue Dec 24, 2013 11:38 am

Re-uploaded after changes made in r4301
Attachments
status_effect.h.patch
(1.28 KiB) Downloaded 184 times
status.lua.patch
(1.65 KiB) Downloaded 183 times
Era Private Server, the best private server I have ever played on ~~ http://ffera.com/ ~~

Post Reply