Difference between revisions of "Database ARCC EN"
From Ryzom Forge Wiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude>{{tabLang|EN|DE|Database ARCC EN|ES|Database ARCC FR|RU}} | + | {{migrated to|:en:ARK/Database}} |
+ | <noinclude>{{tabLang|EN|Database ARCC DE|Database ARCC EN|Database ARCC ES|Database ARCC FR|Database ARCC RU}} | ||
+ | {{toTrad|DE}} | ||
+ | {{toTrad|ES}} | ||
+ | {{toTrad|FR|À revérifier par rapport à la version anglaise maintenue à jour}} | ||
+ | {{toTrad|RU}} | ||
===Database===</noinclude> | ===Database===</noinclude> | ||
{| | {| | ||
Line 37: | Line 42: | ||
</div><noinclude> | </div><noinclude> | ||
'''[[ARCC Guide EN|←ARCC Guide EN]]''' | '''[[ARCC Guide EN|←ARCC Guide EN]]''' | ||
+ | {{In_Category|ARCC}} | ||
{{TPInWikiRyzom}} | {{TPInWikiRyzom}} | ||
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:ARCC]] | [[Category:ARCC]] | ||
[[Category:EN]]</noinclude> | [[Category:EN]]</noinclude> |
Latest revision as of 23:10, 21 June 2018
Migration
Please use the migrated document at URL shown below.
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.
- 5) param : may be different static values recovered from elsewhere or calculated. Those are:
- A Blank or an <empty>. In calculation, the "empty" may be equated with "zero."
- A Constant: "-1" in "Addvalue" mode creates a decrement.
- A common parameter to the event : [param]Max_player_bag[/param] or [session]LocalTemporaryData[/session]
- A value contained in another database : [db=Player_Bag]Last[/db]
- A function : [func]now[/func]
- A calculation :
[func=min]
[math]
([func]now[/func]
-
[db=Bags]
Status:[get]bag[/get]
[/db])
[/math]
..|12
[/func]
</div> ←ARCC Guide EN
63 pages in ARCC