Difference between revisions of "Database ARCC EN"
From Ryzom Forge Wiki
(Created page with "<noinclude>{{tabLang|EN|DE|Database ARCC EN|ES|Database ARCC FR|RU}} ===Database===</noinclude> {{WIP}} {| |32px |Nom interne de la fonction ...") |
|||
Line 1: | Line 1: | ||
<noinclude>{{tabLang|EN|DE|Database ARCC EN|ES|Database ARCC FR|RU}} | <noinclude>{{tabLang|EN|DE|Database ARCC EN|ES|Database ARCC FR|RU}} | ||
===Database===</noinclude> | ===Database===</noinclude> | ||
− | |||
{| | {| | ||
|[[File: Database add value.png|32px]] | |[[File: Database add value.png|32px]] | ||
− | | | + | |Function name : ''' ''weADatabase_v2'' ''' |
|} | |} | ||
− | + | This function is used to store information in a usable local DB thereafter in the same script or another in the same event. It can also increment the numerical values. | |
− | + | It is best to use the assisted edition mode in a first step, as viewed here. | |
<div style="overflow: hidden"> | <div style="overflow: hidden"> | ||
[[File: WeADatabase.png|200px|thumb|left| WeADatabase window ]] | [[File: WeADatabase.png|200px|thumb|left| WeADatabase window ]] | ||
− | *'''1)''' Database name : | + | *'''1)''' Database name : for the whole the event, Omega, in the example. |
− | *'''2)''' | + | *'''2)''' databaseRow : Khi, in the example. |
− | |||
<div style="margin:0em; padding:0em;border: none;background:yellow;"> | <div style="margin:0em; padding:0em;border: none;background:yellow;"> | ||
− | : | + | *'''3)''' databaseId : meaning in the game? changing rights, visibility?... |
− | |||
</div> | </div> | ||
+ | {| | ||
+ | |1 player | ||
+ | |- | ||
+ | |2 guild | ||
+ | |- | ||
+ | |3 arcc | ||
+ | |- | ||
+ | |4 civ | ||
+ | |- | ||
+ | |5 cult | ||
+ | |- | ||
+ | |6 org | ||
+ | |- | ||
+ | |7 race | ||
+ | |} | ||
+ | {{WIP}} | ||
*'''4)''' Conversion method : (setvalue/addvalue) : il y a deux mode d'insertion dans la base, soit en écrasant le contenu antérieur, soit en ajoutant au sens algébrique du terme une autre valeur. | *'''4)''' Conversion method : (setvalue/addvalue) : il y a deux mode d'insertion dans la base, soit en écrasant le contenu antérieur, soit en ajoutant au sens algébrique du terme une autre valeur. | ||
*'''5)''' {param} : peut être différente valeurs statiques, récupérée ailleurs ou calculée : | *'''5)''' {param} : peut être différente valeurs statiques, récupérée ailleurs ou calculée : |
Revision as of 08:34, 16 September 2014
Database
![]() |
Function name : weADatabase_v2 |
This function is used to store information in a usable local DB thereafter in the same script or another in the same event. It can also increment the numerical values.
It is best to use the assisted edition mode in a first step, as viewed here.