Global flags: Difference between revisions

From Ephinea PSO Wiki
(Article creation)
 
m (→‎Currencies: Added links)
Line 10: Line 10:
!Flag {{Note|Hovering over a hex value will show its decimal value, if necessary.|(Hex)}} !! Bitmask {{Note|Hovering over a hex value will show its decimal value, if necessary.|(Hex)}} !! "Name" !! Max Amount
!Flag {{Note|Hovering over a hex value will show its decimal value, if necessary.|(Hex)}} !! Bitmask {{Note|Hovering over a hex value will show its decimal value, if necessary.|(Hex)}} !! "Name" !! Max Amount
|-
|-
|{{Note|Flag (Dec): 0|0}}||{{Note|Bitmask (Dec): 1023|000003FF}}||Gallon Points||1000
|{{Note|Flag (Dec): 0|0}}||{{Note|Bitmask (Dec): 1023|000003FF}}||[[Gallon Points]]||1000
|-
|-
|{{Note|Flag (Dec): 11|B}}||{{Note|Bitmask (Dec): 508|000001FC}}||Lucky Coins||100
|{{Note|Flag (Dec): 11|B}}||{{Note|Bitmask (Dec): 508|000001FC}}||[[Lucky Coins]]||100
|}
|}


{{GlobalFlags}}
{{GlobalFlags}}
[[Category:Global flags]]
[[Category:Global flags]]

Revision as of 02:10, 21 December 2021

Global flags are several entities and other predefined variables not directly accessible within normal gameplay, instead interacted with through game mechanics presented in the various quests that can be played. These can include currencies other than Meseta, as well as "switches" the game attributes to a character to remember information for later use, such as for one-time rewards or unlocking game features.

Because of these qualities, global flags do not have an icon most entities have, nor do they directly interact with the player through inventory or drops. Additionally, they do not have names or types specifically designated by the game, instead created or invented based on their purpose, application and conveyance to the player's character. Ultimately, a global flag can be identified by its "flag" and "bitmask" properties found within the game code and server database, as well as in quest scripts and the memory space.

This page includes all global flags that Phantasy Star Online: Blue Burst makes use of, as well as any that Ephinea might also use.

List of global flags

Currencies

Flag (Hex) Bitmask (Hex) "Name" Max Amount
0 000003FF Gallon Points 1000
B 000001FC Lucky Coins 100