Difference between revisions of "Aion PB Features"

From Aion PowerBook
Jump to: navigation, search
m (Tables)
m (Tables)
Line 334: Line 334:
  
 
<nowiki>|}</nowiki>
 
<nowiki>|}</nowiki>
 +
 +
 +
 +
<nowiki>
 +
{| class="edit_table" border="1" style=""
 +
|-
 +
| class="cel1"|
 +
| class="cel1"|
 +
|-
 +
| class="pad1 "|
 +
| class="pad1 "|
 +
|}
 +
</nowiki>
  
 
==Search==
 
==Search==

Revision as of 20:05, 10 September 2021

In case internation localization for an item or localization key doesn't exist it will be displayed in Korean.

Items


You can create an item link by writing {{#item:ITEM_ID}} in the wikitext. (Replace ITEM_ID with a valid ID)

Example:
{{#item:168000161}}

Result:
Illusion Godstone: Meslamtaeda's Greed
Item names are based on language preferances.

Problems:
You see a weird string of letters and numbers? (f.e. UNIQ206dbfe4874d81c4-item-5--QINU? )
This means the ID you provided doesn't exist. Make sure the ID is correct and try again.

Example:
{{#item:168010161}}

Result:
Invalid ID.

Quests


You can create a quest link by writing {{#quest:QUEST_ID}} in the wikitext. (Replace QUEST_ID with a valid ID)

Example:
{{#quest:23742}}

Result:


quest names are based on language preferances.

Problems:
You see a weird string of letters and numbers? (f.e. UNIQ206dbfe4874d81c4-item-5--QINU? )
This means the ID you provided doesn't exist. Make sure the ID is correct and try again.

Example:
{{#quest:168010161}}

Result:

NPCs


You can create an NPC link by writing {{#npc:NPC_ID}} in the wikitext. (Replace NPC_ID with a valid ID)

Example:
{{#npc:210092}}

Result:
Dukaki Smacker
NPC names are based on language preferances.

Problems:
You see a weird string of letters and numbers? (f.e. UNIQ206dbfe4874d81c4-item-5--QINU? )
This means the ID you provided doesn't exist. Make sure the ID is correct and try again.

Example:
{{#npc:21009266}}

Result:

Loca


Need to use a loca key dependable on language preferances?
Write {{#loca:LOCALIZATION_KEY}} in the wikitext. (Replace LOCALIZATION_KEY with a valid localization key)

Example:
{{#loca:STR_ZONE_NAME_IDLDF5RE_solo}}

Result:
Unstable Hall of Knowledge

Problems:
You don't see any text being displayed?
This means the KEY you provided doesn't exist. Make sure the LOCALIZATION KEY is correct and try again.

Example:
{{#loca:STR_ZONE_NAME_IDLDF6RE_solo}}

Result:

English Loca


Need to use a loca key that will always display in English no matter what language prefferances a user sets?
Write {{#loca_en:LOCALIZATION_KEY}} in the wikitext. (Replace LOCALIZATION_KEY with a valid localization key)

Example:
{{#loca_en:STR_ZONE_NAME_IDLDF5RE_solo}}

Result:
Unstable Hall of Knowledge

Problems:
You don't see any text being displayed?
This means the KEY you provided doesn't exist. Make sure the LOCALIZATION KEY is correct and try again.

Example:
{{#loca_en:STR_ZONE_NAME_IDLDF6RE_solo}}

Result:

Item Lists


Need to create a table with a list of various items?
First create a table with 4 columns and then use {{#itemdesc:ITEM_ID}} as new table rows. (Replace ITEM_ID with a valid ID)

For example:
{| border=1 class="lists list_basicitem width_100p"
!
!'''Level'''
! class="nowrap" width="180px" | '''Name'''
! '''Description'''
{{#itemdesc:168000161}}
{{#itemdesc:164002301}}
|}

Result:

Level Name Description

65 Illusion Godstone: Meslamtaeda's Greed Adds a weapon effect that stuns a target for 1 second with 7%% probability. There's a certain probability that the stone will be destroyed when socketed or activated. Activate the Godstone by double-clicking (right-click) and then select the item you want to enhance.

1 Kisk: General Trader (own use) Summons a General Trader. Can only be used by you for 5 minutes.

Grade Colours


Need to write something in one of the universal Aion grade colours?
Use <font class="col_GRADE">TEXT</font> (Replace GRADE with a valid Aion grade)

Examples:

Junk <font class="col_junk">Junk</font>
Common <font class="col_common">Common</font>
Superior <font class="col_rare">Superior</font>
Heroic <font class="col_legend">Heroic</font>
Fabled <font class="col_unique">Fabled</font>
Eternal <font class="col_epic">Eternal</font>
Mythical <font class="col_mythic">Mythical</font>

Tables


Quest

{| class="lists list_quest width_100p"

|-

! class=""|Lv

! class=""|Quest Name

! class="nowrap" |Rewards

{{#questt:15400}}

|}


Weapon

{| class="lists list_weapon width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Attack

! class="nowrap"|Accuracy

! class=""|Magic Boost

! class=""|Magical Acc

! class="" width="170px"|Secondary Attributes

{{#itemt:100001893}}

|}


Shield

{| class="lists list_weapon width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Block

! class="nowrap"|Damage Reduction

! class="" width="170px"|Secondary Attributes

{{#itemt:115001689}}

|}


Armor

{| class="lists list_weapon width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Physical Def

! class="nowrap"|Magic Resist

! class="nowrap"|Magic Suppression

! class="" width="170px"|Secondary Attributes

{{#itemt:110101725}}

|}


Headgear

{| class="lists list_weapon width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Physical Def

! class="nowrap"|Magic Resist

! class="nowrap"|Magic Suppression

! class="nowrap"|Evasion

! class="" width="170px"|Secondary Attributes

{{#itemt:125003911}}

|}



Accessories

{| class="lists list_weapon width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Physical Def

! class="nowrap"|Magic Resist

! class="nowrap"|Magic Suppression

! class="" width="170px"|Secondary Attributes

{{#itemt:121001364}}

|}


Wings

{| class="lists list_basicitem width_100p"

|-

! class="fixed nowrap"|

! class="nowrap"|Name

! class="nowrap"|Level

! class=""|Secondary Attributes

{{#itemt:187000158}}

|}


Edit Table

{| class="edit_table" border="1" style=""

|-

| class="cel1"|

| class="cel1"|

|-

| class="pad1 "|

| class="pad1 "|

|}


{| class="edit_table" border="1" style="" |- | class="cel1"| | class="cel1"| |- | class="pad1 "| | class="pad1 "| |}

Search


Example Description
White Dragon Match either White, Dragon, or both
+White +Dragon Match both White and Dragon
+White -Dragon Match White but not Dragon
+White ~Dragon Match White, but mark down as less relevant records that contain Dragon
+Comm* Match Comm, Command, Commander, Commander's Holy, etc
"White Dragon" Match the exact term "White Dragon"
+White +(Dragon King) Match either "White Dragon" or "White King"
+White +(>Dragon <King) Match either "White Dragon" or "White King", with records matching "White Dragon" being considered more relevant


The search engine is looking for terms in the selected language, Korean and dev names.