Global flags: Difference between revisions
m (Added wikilink) |
(→List of global flags: added a couple more of these, would like to add ma4 tickets and enemy part-related global flags as well but don't have them on hand) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
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 often 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. | 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 often 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 global flags that ''Phantasy Star Online | Global flags may be viewed by using the [https://github.com/Elixir70/psobbglobalflagsreaderaddon Global Flags Reader] LUA addon. | ||
This page includes global flags that ''Phantasy Star Online Blue Burst'' makes use of, as well as any that Ephinea might also use. | |||
==List of global flags== | ==List of global flags== | ||
Line 10: | Line 12: | ||
===Currencies=== | ===Currencies=== | ||
{| class="wikitable sortable" style="text-align:center;" | {| class="wikitable sortable" style="text-align:center;" | ||
!Flag {{Note| | !Flag ({{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|Hex}}) !! Bitmask ({{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|Hex}}) !! "Name" !! Max Amount | ||
|- | |||
! style="background-position: center;" | <br> !! style="background-position: center;" | !! style="background-position: center;" | !! style="background-position: center;" | | |||
|- | |- | ||
|{{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 | ||
|} | |||
===Other=== | |||
{| class="wikitable sortable" style="text-align:center;" | |||
!Flag ({{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|Hex}}) !! Bitmask ({{Note|Clicking a hexadecimal value will reveal its decimal value, if necessary.|Hex}}) !! "Name" !! Type | |||
|- | |||
! style="background-position: center;" | <br> !! style="background-position: center;" | !! style="background-position: center;" | !! style="background-position: center;" | | |||
|- | |||
| {{Note|Flag (Dec): 2|2}} || {{Note|Bitmask (Dec): 64|00000040}} || [[Gallon's Shop#Adding attributes to weapons|Attributes]] || Unlockable | |||
|- | |||
| {{Note|Flag (Dec): 11|B}} || {{Note|Bitmask (Dec): 1073741824|40000000}} || [[Gallon's Shop#Class Walls|Class Wall]] || Once only | |||
|- | |||
| {{Note|Flag (Dec): 2|2}} || {{Note|Bitmask (Dec): 32|00000020}} || [[Gallon's Shop#Adding specials to ES weapons|ES Special]] || Unlockable | |||
|} | |} | ||
{{GlobalFlags}} | {{GlobalFlags}} | ||
[[Category:Global flags]] | [[Category:Global flags]] |
Latest revision as of 20:40, 20 September 2025
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 often 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.
Global flags may be viewed by using the Global Flags Reader LUA addon.
This page includes global flags that Phantasy Star Online Blue Burst makes use of, as well as any that Ephinea might also use.
List of global flags
Note: While this is not necessarily meant to be an exhaustive list, it is currently not comprehensive.
Currencies
Flag (Hex) | Bitmask (Hex) | "Name" | Max Amount |
---|---|---|---|
0 | 000003FF | Gallon Points | 1000 |
B | 000001FC | Lucky Coins | 100 |
Other
Flag (Hex) | Bitmask (Hex) | "Name" | Type |
---|---|---|---|
2 | 00000040 | Attributes | Unlockable |
B | 40000000 | Class Wall | Once only |
2 | 00000020 | ES Special | Unlockable |
Global Flags | |
---|---|
Currency | Gallon Points • Lucky Coins • MA4 Ticket • Wrapping Papers |