Loading...
 

Fae Folk Developer API - last updated 16/07/2023

To read the stats from a Fairy's Description Field:

Please note that all values are READ ONLY!

Description Field [Live Fairy]

uuid.hunger.passion.pregnancy-left.recovery.sick.age.TBA.eyes.hair.dress.shoes.wings.skin.TBA.TBA.TBA.TBA.personality.version

Example: b0680ecf-63f6-49c2-9679-fe545086a1fa.100.0.0.0.0.0.0.108.14.4.13.222.93.0.0.0.0.57.V1.0

Description Field [Fairy Crystal]

uuid.TBA.eyes.hair.dress.shoes.wings.skin.TBA.TBA.TBA.TBA.personality.version

Example: 8d2e41b2-462e-422f-8bad-3bcaf39d93b4.1.8.4.4.1.8.11.4.1.0.0.19.V1.0

To get the stats for a Fairy, and its parents for scripting purposes, use the following link: Examples:

https://fae.tanis.tech/fairyapi/ceea9bde-b2be-412d-890e-267f92e145fe [with Parents]

https://fae.tanis.tech/fairyapi/74a6e39a-b9ae-4f10-8423-3911ebaca91f [Starter - no parents]

Their is 3 possible responses:

FAIRY_NOT_FOUND
- bad UUID [remember use Fairy UUID not Prim UUID!]

Name|Babies Left|stats|~STARTER
- this is the stats of a Starter Fairy, with all stats lines separated by a |

Example output: Talore Tao|10|Skin: Dark Orange|Eyes: Cloudy Free Speech Aquamarine|Hair: Saddle Brown|Wings: Feather Wing Sweet Purple|Dress: Aquamarine |Shoes: Pink Maroon~STARTER

Name|Babies Left|stats~PARENT: UUID|Name|Babies Left|stats~PARENT: UUID|Name|Babies Left|stats
- this is the stats dump of a non starter Fairy.

Example output: Taworri Ender|12|Skin: Dark Orange|Eyes: Cloudy Free Speech Aquamarine|Hair: Royal Blue|Wings: Feather Wing Sweet Purple|Dress: Aquamarine |Shoes: Pale Green~PARENT: ced5cd0d-b010-42d9-a445-081ac8719182|i dont have a name|11|Skin: Mandarian Orange|Eyes: Basic Medium Blue|Hair: Royal Blue|Wings: Knife Wing Cadet Blue|Dress: Black|Shoes: Pale Green~PARENT: 74a6e39a-b9ae-4f10-8423-3911ebaca91f|Talore Tao|10|Skin: Dark Orange|Eyes: Cloudy Free Speech Aquamarine|Hair: Saddle Brown|Wings: Feather Wing Sweet Purple|Dress: Aquamarine |Shoes: Pink Maroon

- Pro tip - break the line up with a llParseString2List(string,["~"],[]) to break it into Fairy, Parent 1 and Parent 2, then break it up again using the | to get each individual line item.

Food Permissions [for autofeeders etc]

Want to build an autofeeder? Fantastic! Well you need to use the following to build your rez parameter in the llRezObject function to change the feed range AND food permissions of the food.

Feed Range
Value Permission
1 10 Metre Radius
2 20 Metre Radius
3 100 Metre Radius
4 Whole Region

 

Food Permissions
Value Permission
0 Owner Only
1 Group Access
2 All Access

You need to build a bitwise integer from the 2 tables. For example if you want to feed to "Whole Region" and have permissions set to Group Access, then the number you need is 41 etc... See table below for a detailed output.

Integer  
10 10 Metre Range / Owner Only
11 10 Metre Range / Group Access
12 10 Metre Range / All Access
 
20 20 Metre Range / Owner Only
21 20 Metre Range / Group Access
22 20 Metre Range / All Access
 
30 100 Metre Range / Owner Only
31 100 Metre Range / Group Access
32 100 Metre Range / All Access
 
40 Whole Region / Owner Only
41 Whole Region / Group Access
42 Whole Region / All Access

Please note, when food rezzes in world, regardless of what the name it has in the inventory may be, it WILL become "the Fae Folk Milk and Cake v1.0" and normal Rotations for our food to sit properly and upright, is <0.0,0.0,0.0>

^