Priority Curing System - Trying to Match Values in a Table

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Priority Curing System - Trying to Match Values in a Table

Post by tsuujin »

Yeah.... that's just absurd.

Although, I left Lusternia because I really wanted to play a knight, and they're designed around level 100 artifact whores.

Iocun
Posts: 174
Joined: Wed Dec 02, 2009 1:45 am

Re: Priority Curing System - Trying to Match Values in a Table

Post by Iocun »

One very general advice:

Don't do all the actions in the trigger itself, but call a single function from the trigger (e.g. afflict("prone")) and do all the further processing in that function. This has the advantage that you can still decide to turn around the mechanics of your system at a later point and don't have to change hundreds of triggers.

Verthar
Posts: 10
Joined: Tue Apr 27, 2010 3:12 pm

Re: Priority Curing System - Trying to Match Values in a Table

Post by Verthar »

Ok, so looking at the manual for tables just left me drooling and vacant, so I guess I'll be sticking with the other way of formatting them all in triggers. Thanks.

Post Reply