02-05-2010, 07:46 AM
No, the SAP-lists are indexed by actor id: for each id an array is defined, which contains 100 values indicating the amount of SAPs for each level. Of course the first value is ignored, as there is not a 0 level.
If you want an actor, say actor number 3, to have an amount of SAPs equal to its level, you should provide a SAP-list like this:
3 => [any_number,1,2,3,4,5,6,7,8,...,98,99]
There is an event in the demo that can create the lists and put them in a text file for you to copy them in the configuration. If you take a look you should figure out how it works and you can spare some time.
This I didn't understand.
If you want an actor, say actor number 3, to have an amount of SAPs equal to its level, you should provide a SAP-list like this:
3 => [any_number,1,2,3,4,5,6,7,8,...,98,99]
There is an event in the demo that can create the lists and put them in a text file for you to copy them in the configuration. If you take a look you should figure out how it works and you can spare some time.
Quote:If it's possible to make certain skills be activated passive without any armor?
This I didn't understand.