User:Aramachus: Difference between revisions

From Horizon Wiki Mirror
Content deleted Content added
imported>Aramachus
No edit summary
imported>Aramachus
 
(80 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Page Code Stuff=
=Page Code Stuff=
==TODO==
===dpl stuff===
in dpl tables, the first parameter is a css statement. the second parameter is by default the link to the article (here called Name) and starting from THE THIRD PARAMETER, we go through the phantom template
* fix [[Template:Item_Statistics]] wrt borders
<!--
===Sage Sellers===
{{#dpl:
| title= Sage
| table=,Name,Type,Region
| include={Merchant}:1:2
}}
-->


<!--
* try making templates take optional parameter "expansion" which toggles visibility of elements based on global variable
===Table to keep track of Zone Infobox Weather===
** change [[Template:toau]] [[Template:wotg]] [[Template:soa]] [[Template:afterera]] so they can be used to comment out stuff now and by changing the template make it all appear when toau comes around. Or better find a more elegant way with lesser templates thats still easy to use and wont fail silently. https://horizonffxi.wiki/Special:WhatLinksHere/Template:Toau
{{#dpl:
|category=Areas
|include={Zone Infobox}:Weather:Expansion:Type:Region
|table=class="horizon-table table-xs sortable",Name,Weather,Expansion,Type,Region
|notnamespace=Category
|notnamespace=Template
|tablesortcol=1
}}
-->


===All Guild Merchants===
* import guides https://ffxiclopedia.fandom.com/wiki/Thief:_Guide_to_Weapons_and_Armor?action=edit and https://ffxiclopedia.fandom.com/wiki/Black_Mage_Solo_Guide
{{#dpl:
|category=Guild Merchants
|include={NPC}:type:type add:location:location add
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild
}}
===All Guildworker's Union Representatives===
{{#dpl:
|category=Guildworker's Union Representatives
|include={NPC}:type:type add:location:location add
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild
}}
===All Guild Masters===
{{#dpl:
|category=Guild Masters
|include={NPC}:type:type add:location:location add
|table=class="horizon-table npc-table",Name,Type,Craft,Location,Guild
}}


===Alternative design for Weather table on Zone pages (Example Valkurm Dunes)===
==Template tests==
Remember it's only about the design. The actual tables are better done using [[Template:Zone/Weather]]


<!--<noinclude>[[Category:Weather]]</noinclude>-->
{| class="horizon-table weather-table"
|+{{EditButton|Valkurm Dunes/Weather}}
|-
! colspan="2" | [[Weather|Possible Weather]]
|-
| colspan="2" | <center><section begin="weather"/>{{Earth|Icon}}{{Fire|Icon}}<section end="weather"/></center>
|-
! colspan="2" | [[Weather Reporter]]
|-
| [[Svana]] || {{NPCLoc|Svana}}
|-
| [[Mariadok]] || {{NPCLoc|Mariadok}}
|-
| [[Fo Mocorho]] || {{NPCLoc|Fo Mocorho}}
|- [[Shashan-Mishan]] || {{NPCLoc|Shashan-Mishan}}
|-
| [[Leffquen]] || {{NPCLoc|Leffquen}}
|-
| [[Appollonia]] || {{NPCLoc|Appollonia}}
|-
| [[Amaja-Kumaja]] || {{NPCLoc|Amaja-Kumaja}}
|-
| [[Wachiwi]] || {{NPCLoc|Wachiwi}}
|-
! colspan="2" |
Elemental Map<br>{{Template:Tooltip-Map|text= [[image:ValkurmDunesElementals.png|40px]]|map=ValkurmDunesElementals.png|mapsize = 501}}
|}


{{TestThisTemplate | on this text}}


<!--
{{Item Statistics
===Standard Merchants===
| name = Chunk of rock salt
| description = A chunk of rock salt<br>that can be found on land.
| stackable = 12
| type = Material
}}


{{#dpl:
{{Item Statistics
| category=Standard Merchants
| name = Scroll of Stone
| table=,Name,Type,Occupation
| type = Scroll
| include={NPC}:type:occupation
| icon id = 4767
| jobs = BLM
| level = 1
| job2 = RDM
| level2 = 4
| job3 = DRK
| level3 = 5
<!--| description = Teaches the black magic Stone<br>Deals earth damage to an enemy.-->
}}
}}
-->
<!--
===Conquest Overseers===
{{#dpl:
| category=Conquest Overseers
| table=,Name,Type,Type add,Affiliation,Occupation
| include={NPC}:type:type add:affiliation:occupation
| tablesortcol=4
}}
-->

==Interesting Calls==

All Quests that '''start in''' in Windurst Woods

{{Zone/Quests|Windurst Woods|start here=true}}

<!--{{#dpl:
| category = Windurst Woods Quests
| include = {Quest Header}:Start:Start Location:Rewards
| table = class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards
}}-->

any quest that mentiones ('''as hyperlink, =links to''') Valkurm Dunes

{{Zone/Quests|Valkurm Dunes}}

<!--<pre>{{#dpl:
| category=Quests
| linksto=Valkurm Dunes
| include={Quest Header}:Start:Start Location:Rewards
| table=class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards
}}</pre>

{{#dpl:
| category=Quests
| linksto=Valkurm Dunes
| include={Quest Header}:Start:Start Location:Rewards
| table=class="horizon-table npc-table table-md",Quest Name,Start NPC,Start Location,Rewards
}}-->

<!--Any NPC that links to valkurm dunes and parses to have "location = \{\{Location\|Valkurm Dunes" in the NPC template

<pre>{{#dpl:
| category=NPCs
| namespace=
| linksto=Valkurm Dunes
| include={NPC}:location
| includematch=/location\s*=\s*\{\{Location\{{!}}Valkurm Dunes/
| table=class="horizon-table npc-table table-xs",Name,Location
}}</pre>

{{#dpl:
| category=NPCs
| namespace=
| linksto=Valkurm Dunes
| include={NPC}:location
| includematch=/location\s*=\s*\{\{Location\{{!}}Valkurm Dunes/
| table=class="horizon-table npc-table table-xs",Name,Location
}}-->

Any NPC in [[Valkurm Dunes]]
<pre>{{Zone/NPCs|Valkurm Dunes}}</pre>
{{Zone/NPCs|Valkurm Dunes}}

Location of a Quest (used in [[:Template:Categorize_Location]]))

<pre>{{#sub:{{#explode:{{#dpl:
| title=In Defiant Challenge
| include={Quest Header}:Start Location
}}| (|0}}|2|-2}}</pre>

{{#sub:{{#explode:{{#dpl:
| title=In Defiant Challenge
| include={Quest Header}:Start Location
}}| (|0}}|2|-2}}

Area of a NPC
<pre>{{Template:NPC/Region.dpl|name=Medicine Axe}}</pre>
{{Template:NPC/Region.dpl|name=Medicine Axe}}

==Others==
===Templates===

* [[:Template:NPCLoc]]
* [[:Template:Categorize_Location]]
* [[:Template:AuctionHouseNavigation]]
* [[:Template:NPC/Region.dpl]]
* [[:Template:EditButton]]
* [[:Template:WeaponsTable]]
* [[:Template:WeaponsTable.dpl]]
* [[:Template:ArmorTable]]
* [[:Template:ArmorTable.dpl]]
* [[:Template:Item_Tooltip]]
* [[:Template:WeaponSkillsTable]]
* [[:Template:WeaponSkillsTable.dpl]]

* [[:Category:Directions]]
* [[:Category:Path Maps]]

Crafting
* [[User:Aramachus/Color_Testing]]
* [[:Template:Craft Recipe List Header]]

Zone Related
* [[:Template:Zone Infobox]] - Basic Template for Zone pages
* [[:Template:Zone/NPCs]] - Template that creates a table for all NPCs in a given zone
* [[:Template:Zone/Weather]] - Template that generates a table for all Weathers and Weather Checker NPCs for a given zone
* [[:Template:Zone Section Header]] - colored headers for the HELM/weather/... tables on zone pages

Color Related
* [[:Template:Color]] - basic to make colored text
* [[:Template:Colorlink]]
* [[:Template:Property]] - displays skillchain name in its colors and as link
* [[:Template:Fire]] - basic template to generate anything fire related

Icon Related
* [[:Template:Icon]] - provides commonly used icons in different sizes, meant to standardize icon use
* [[:Template:Zone Icon]] - not yet edited, retail based template which provided all icons used for zone infos
* [[:Template:Mob Icon]] - not yet completely edited. Retail based template which provided all icons for mob pages. Yet wasn't used widely it seems.

Skillchains
* [[:Category:Skillchains]] - ws properties?
* [[:Category:Weapon Skills]] - ws properties?
* [[:Category:Axes]] - ws properties?

Gardening
* [[:Template:Gardening Recipes]]
* [[Gardening Recipes]] (basically the database, template section transcludes from this page)


==TODO==
* <s>comment out the icon & card styling parts in [[Template:Item_Statistics]] leaving only the div that creates the table</s> {{check}}
* <s>[[Bastok Missions]] [[San d'Oria Missions]] [[Windurst Missions]]</s> {{check}}
* <s>[[Bastok Mission 2-3]] path I played</s> {{check}}
* All items in [[Bastok_Conquest_Points_Items]] {{check}}

* Working on [[Tagging_Out_of_Era_Content]]: css classes toau wotg soa as basis. ADD TO PAGE:
** plain text works with spans
** lists work by using < li> directly.
** tables work by putting the class into the row
** item statistics for scrolls is tricky but does work, see e.g. [[Fire]]
** infobox magic is also tricky but does work, see e.g. [[Fire]]

*[[:Category:Scroll Merchants]] https://www.bg-wiki.com/ffxi/Category:Scroll_Vendor

*[[:Template:Scroll Vendors Navbox]] ? doesnt divide vendors cleanly as there are misc vendors who most of the time sell bard scrolls and trinkets. Still, scroll vendors, regional merchants, weapon merchants, armor merchants, guild merchants, tenshodo merchants, misc merchants?

* import guides
**https://ffxiclopedia.fandom.com/wiki/Thief:_Guide_to_Weapons_and_Armor?action=edit
**https://ffxiclopedia.fandom.com/wiki/Black_Mage_Solo_Guide
**https://ffxiclopedia.fandom.com/wiki/Black_Mage_Equipment_Guide_by_Cefeida

*Condensed Version of [[Character_Progression_Guide_1-75_for_New_Players]]

* [[Monster Pets]]
** add monster pet pages
** separate expeditonary force pets from open world pets. Also there is two tiger variants in beaucedine.

* all gear a specific job can equip? retail wiki seemingly did it from hand, see https://ffxiclopedia.fandom.com/wiki/Black_Mage/Equipment_Guide. ouch.

* BLM Skill caps

==Coding Sandbox==


=Job Stuff=
=Job Stuff=


==Stuff to add to Beginner Guide==
==BLM Notes==
* Level 1: Talk to NPC for Exp band
* Level 1-10: hit mobs right outside the town
* Level 10-18: party in valkurm dunes
* Level 18: Get Subjob + level subjob
* Level 18-20: party in valkurm dunes
* Level 20: do eco warrior
* Level 20-25: party in Qufim Island
* Level 25: Nation Rank 3 for Jeuno outpost warp
* Kazham Airship pass?
* Level 25-30: party Yuthunga or ?
* Level 30: Unlock Advanced Job


=POL Update Notes=

A list of updates covering various updates and details related to the game from 2003 to 2010. From https://forum.square-enix.com/ffxi/threads/17021-History-of-the-Past-Version-Updates

===2010===
- [December 7, 2010 (JST) Version Update](http://www.playonline.com/pcd/verup/ff11us/detail/6035/detail.html)
- [Jun. 22, 2010 (JST) Abyssea](http://www.playonline.com/pcd/verup/ff11us/detail/6023/detail.html)
- [Sep. 9, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5835/detail.html)
- [Jun. 22, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5571/detail.html)
- [Mar. 23, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5338/detail.html)

===2009===
- [Dec. 8, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5107/detail.html)
- [Nov. 10, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5055/detail.html)
- [Jul. 21, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4742/detail.html)
- [Apr. 9, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4377/detail.html)

===2008===
- [Dec. 18, 2008 (JST) Moblin Maze Mongers](http://www.playonline.com/pcd/verup/ff11us/detail/3961/detail.html)
- [Dec. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3893/detail.html)
- [Sep. 9, 2008 Level Sync](http://www.playonline.com/pcd/verup/ff11us/detail/3661/detail.html)
- [Sep. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3668/detail.html)
- [Jun. 10, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3347/detail.html)
- [Mar. 11, 2008 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20080311cPxl31/detail.html)

===2007===
- [The New Jobs Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/200711203OoKA3/detail.html)
- [Campaign Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/20071120jegm22/detail.html)
- [Nov. 20, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20071120wwnX41/detail.html)
- [Sep. 11, 2007 (JST) Pankration](http://www.playonline.com/pcd/update/ff11us/20070911vR8Eg1/detail.html)
- [Aug. 28, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070828oz52G1/detail.html)
- [Aug. 28, 2007 (JST) The Chocobo Circuit](http://www.playonline.com/pcd/update/ff11us/20070828mkltg2/detail.html)
- [Jun. 6, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070606TsVPr1/detail.html)
- [Jun. 6, 2007 (JST) Einherjar](http://www.playonline.com/pcd/update/ff11us/20070606yrR1s2/detail.html)
- [Mar. 29, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070329M2hfl1/detail.html)
- [Mar. 29, 2007 (JST) Chocobo Racing](http://www.playonline.com/pcd/update/ff11us/200703290d7RT2/detail.html)
- [Mar. 8, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070308c2bbd1/detail.html)

===2006===
- [Dec. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061219WH3cX1/detail.html)
- [Dec. 19, 2006 (JST) Salvage](http://www.playonline.com/pcd/update/ff11us/20061219u7oSD2/detail.html)
- [Oct. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061017UJ0a71/detail.html)
- [Aug. 22, 2006 (JST) Chocobo Raising](http://www.playonline.com/pcd/update/ff11us/20060822VOL2B1/detail.html)
- [Aug. 2, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060802P78q61/detail.html)
- [Jul. 25, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060725vNusN1/detail.html)
- [The New Jobs Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060418lfQ7d3/detail.html)
- [Besieged Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/200604186oQFt2/detail.html)
- [Apr. 18, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/2006041883vPh1/detail.html)
- [Brenner Feb. 21, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060221ALyQT2/detail.html)
- [Feb. 21, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060221pJb1z1/detail.html)


===Where to get Spells===
===2005===
- [Dec. 13, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051213fMt7e1/detail.html)
- [Oct. 11, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051011YY3BV1/detail.html)
- [Jul. 19, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20050715Pm01B1/detail.html)
- [Apr. 21, 2005 (JST) Version Update](http://www.playonline.com/updateus/050421er1gb1.html)
- [Feb. 24, 2005 (JST) Version Update](http://www.playonline.com/updateus/050224hu5ol4.html)


===2004===
- [Dec. 9, 2004 (JST) Version Update](http://www.playonline.com/updateus/041209we8yu0.html)
- [Oct. 7, 2004 (JST) Version Update](http://www.playonline.com/updateus/041007rj2qe8.html)
- [Sep. 14, 2004 (JST) Version Update](http://www.playonline.com/updateus/040914gs7tr3.html)
- [Jun. 29, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/040629fg5rh3.html)
- [Apr. 22, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200404226037.html)
- [Feb. 26, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200402264502.html)


===2003===
:01 [[Stone]] - shop <100g
- [Dec. 16, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200312162201.html)
:03 [[Poison]] - shop <100g
- [Oct. 21, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200310210583.html)
:04 [[Blind]] - AH <100g, dropped by First Tier Beastmen Caster (Amber/Amethyst Quadav, Orcish Mesmerizer, Yagudo Scribe)
:05 [[Water]] - shop <100g
:07 [[Bind]] - AH <100g, dropped by First Tier Beastmen Caster (Amber/Amethyst Quadav, Orcish Mesmerizer, Yagudo Scribe)
:09 [[Aero]] - shop 220g
:10 [[Bio]] - shop 400g
:10 [[Blaze Spikes]] - Windurst Quest [[Know One's Onions]]


===Gear===


:1-10. as if there is any. [[Hermit's Ring]] can be farmed in [[Dangruf Wadi]] if having another job or bought for a few k gil from AH and resold at 10 and replaced with the cheaper and better [[Eremite's Ring]]. [[Maple Wand]]/[[Maple Wand +1|+1]] at level 1, [[Willow Wand]]/[[Willow Wand +1|+1]] at level 9. The +1s likely aren't as expensive as you'd think.


===Levelling===
==Resources==
*https://forum.square-enix.com/ffxi/threads/17021-History-of-the-Past-Version-Updates
*http://www.playonline.com/pcd/topics/ff11eu/backnumber.html
*https://forum.square-enix.com/ffxi/forums/84-Version-Updates?order=desc


==Useful Pages==
:1-10. Starting area, hit the lvl1 mobs. Even at lvl9, when they only provide 30 exp, they die with two hits, it is still faster than fighting a stronger mob. With aero at lvl9, you can potentially attack one mob and meanwhile one-shot another mob with aero, effectively killing two mobs at the same time. Rest when mp is spent and repeat. Worked attacking a [[Tunnel Worm]] and blowing up a nearby [[Wild Rabbit]] with aero. The tunnel worms also drop flint stones 4 of which can be used for the quest [[Starting a Flame]]. Worms and Rabbits both drop earth crystals so expect to go home with quite a few stacks of those.
*[[MediaWiki:Common.css]]
*[[Template:Location_Tooltip]]
*[[Template:Location]] ?
*[[Template:Tooltip]]
*[[Template:TestThisTemplate]]
*[[Template:Used_In]]

Latest revision as of 08:42, 28 September 2024

Page Code Stuff

dpl stuff

in dpl tables, the first parameter is a css statement. the second parameter is by default the link to the article (here called Name) and starting from THE THIRD PARAMETER, we go through the phantom template


All Guild Merchants

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Guild_Merchants'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>

All Guildworker's Union Representatives

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Guildworker\'s_Union_Representatives'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>

All Guild Masters

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Guild_Masters'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>

Alternative design for Weather table on Zone pages (Example Valkurm Dunes)

Remember it's only about the design. The actual tables are better done using Template:Zone/Weather

  1. 5555FF; opacity:0.5;">)
|_}}&action=edit edit] ]
Possible Weather
EarthFire
Weather Reporter
Svana Bastok Markets (H-10
Mariadok Bastok Mines (I-9
Fo Mocorho Port Bastok (J-11
Leffquen Port Jeuno (J-8
Appollonia Upper Jeuno (G-6
Amaja-Kumaja Rabao (F-8
Wachiwi Selbina (H-9

Elemental Map
Error creating thumbnail: File missing


Interesting Calls

All Quests that start in in Windurst Woods

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Windurst_Woods/Quests'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>


any quest that mentiones (as hyperlink, =links to) Valkurm Dunes

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Valkurm_Dunes/Quests'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>


Any NPC in Valkurm Dunes

{{Zone/NPCs|Valkurm Dunes}}

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus: The DynamicPageList4 extension (version 4.0.0) produced a SQL statement which led to a Database error.<br/>The reason may be an internal error of DynamicPageList4 or an error that you made; especially when using parameters like 'categoryregexp' or 'titleregexp'. Usage of non-greedy <code>*?</code> matching patterns are not supported.<br/>The error message was:<br/><code>Error 1054: Unknown column 'cl1.cl_to' in 'ON' Function: MediaWiki\Extension\DynamicPageList4\Query::buildAndSelect - User:Aramachus Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT p.page_namespace AS `page_namespace`,p.page_id AS `page_id`,p.page_title AS `page_title` FROM `page` `p` JOIN `categorylinks` `cl1` ON (((p.page_id = cl1.cl_from) AND (cl1.cl_to = 'Valkurm_Dunes/NPCs'))) WHERE p.page_is_redirect = 0 LIMIT 500 </code>

Location of a Quest (used in Template:Categorize_Location))

{{#sub:{{#explode:{{#dpl:
| title=In Defiant Challenge
| include={Quest Header}:Start Location
}}| (|0}}|2|-2}}

{{#sub:{{#explode:Ru'Lude Gardens (H-5

  1. 5555FF; opacity:0.5;">)| (|0}}|2|-2}}

Area of a NPC

{{Template:NPC/Region.dpl|name=Medicine Axe}}

Extension:DynamicPageList4 (DPL4), version 4.0.0: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants

Others

Templates

Crafting

Zone Related

Color Related

Icon Related

  • Template:Icon - provides commonly used icons in different sizes, meant to standardize icon use
  • Template:Zone Icon - not yet edited, retail based template which provided all icons used for zone infos
  • Template:Mob Icon - not yet completely edited. Retail based template which provided all icons for mob pages. Yet wasn't used widely it seems.

Skillchains

Gardening


TODO

  • Working on Tagging_Out_of_Era_Content: css classes toau wotg soa as basis. ADD TO PAGE:
    • plain text works with spans
    • lists work by using < li> directly.
    • tables work by putting the class into the row
    • item statistics for scrolls is tricky but does work, see e.g. Fire
    • infobox magic is also tricky but does work, see e.g. Fire
  • Template:Scroll Vendors Navbox ? doesnt divide vendors cleanly as there are misc vendors who most of the time sell bard scrolls and trinkets. Still, scroll vendors, regional merchants, weapon merchants, armor merchants, guild merchants, tenshodo merchants, misc merchants?
  • Monster Pets
    • add monster pet pages
    • separate expeditonary force pets from open world pets. Also there is two tiger variants in beaucedine.
  • BLM Skill caps

Coding Sandbox

Job Stuff

Stuff to add to Beginner Guide

  • Level 1: Talk to NPC for Exp band
  • Level 1-10: hit mobs right outside the town
  • Level 10-18: party in valkurm dunes
  • Level 18: Get Subjob + level subjob
  • Level 18-20: party in valkurm dunes
  • Level 20: do eco warrior
  • Level 20-25: party in Qufim Island
  • Level 25: Nation Rank 3 for Jeuno outpost warp
  • Kazham Airship pass?
  • Level 25-30: party Yuthunga or ?
  • Level 30: Unlock Advanced Job


POL Update Notes

A list of updates covering various updates and details related to the game from 2003 to 2010. From https://forum.square-enix.com/ffxi/threads/17021-History-of-the-Past-Version-Updates

2010

- [December 7, 2010 (JST) Version Update](http://www.playonline.com/pcd/verup/ff11us/detail/6035/detail.html) - [Jun. 22, 2010 (JST) Abyssea](http://www.playonline.com/pcd/verup/ff11us/detail/6023/detail.html) - [Sep. 9, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5835/detail.html) - [Jun. 22, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5571/detail.html) - [Mar. 23, 2010 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5338/detail.html)

2009

- [Dec. 8, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5107/detail.html) - [Nov. 10, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/5055/detail.html) - [Jul. 21, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4742/detail.html) - [Apr. 9, 2009 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/4377/detail.html)

2008

- [Dec. 18, 2008 (JST) Moblin Maze Mongers](http://www.playonline.com/pcd/verup/ff11us/detail/3961/detail.html) - [Dec. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3893/detail.html) - [Sep. 9, 2008 Level Sync](http://www.playonline.com/pcd/verup/ff11us/detail/3661/detail.html) - [Sep. 9, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3668/detail.html) - [Jun. 10, 2008 (JST) Update Details](http://www.playonline.com/pcd/verup/ff11us/detail/3347/detail.html) - [Mar. 11, 2008 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20080311cPxl31/detail.html)

2007

- [The New Jobs Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/200711203OoKA3/detail.html) - [Campaign Nov. 20, 2007 (JST)](http://www.playonline.com/pcd/update/ff11us/20071120jegm22/detail.html) - [Nov. 20, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20071120wwnX41/detail.html) - [Sep. 11, 2007 (JST) Pankration](http://www.playonline.com/pcd/update/ff11us/20070911vR8Eg1/detail.html) - [Aug. 28, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070828oz52G1/detail.html) - [Aug. 28, 2007 (JST) The Chocobo Circuit](http://www.playonline.com/pcd/update/ff11us/20070828mkltg2/detail.html) - [Jun. 6, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070606TsVPr1/detail.html) - [Jun. 6, 2007 (JST) Einherjar](http://www.playonline.com/pcd/update/ff11us/20070606yrR1s2/detail.html) - [Mar. 29, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070329M2hfl1/detail.html) - [Mar. 29, 2007 (JST) Chocobo Racing](http://www.playonline.com/pcd/update/ff11us/200703290d7RT2/detail.html) - [Mar. 8, 2007 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20070308c2bbd1/detail.html)

2006

- [Dec. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061219WH3cX1/detail.html) - [Dec. 19, 2006 (JST) Salvage](http://www.playonline.com/pcd/update/ff11us/20061219u7oSD2/detail.html) - [Oct. 19, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20061017UJ0a71/detail.html) - [Aug. 22, 2006 (JST) Chocobo Raising](http://www.playonline.com/pcd/update/ff11us/20060822VOL2B1/detail.html) - [Aug. 2, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060802P78q61/detail.html) - [Jul. 25, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060725vNusN1/detail.html) - [The New Jobs Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060418lfQ7d3/detail.html) - [Besieged Apr. 18, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/200604186oQFt2/detail.html) - [Apr. 18, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/2006041883vPh1/detail.html) - [Brenner Feb. 21, 2006 (JST)](http://www.playonline.com/pcd/update/ff11us/20060221ALyQT2/detail.html) - [Feb. 21, 2006 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20060221pJb1z1/detail.html)

2005

- [Dec. 13, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051213fMt7e1/detail.html) - [Oct. 11, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20051011YY3BV1/detail.html) - [Jul. 19, 2005 (JST) Update Details](http://www.playonline.com/pcd/update/ff11us/20050715Pm01B1/detail.html) - [Apr. 21, 2005 (JST) Version Update](http://www.playonline.com/updateus/050421er1gb1.html) - [Feb. 24, 2005 (JST) Version Update](http://www.playonline.com/updateus/050224hu5ol4.html)

2004

- [Dec. 9, 2004 (JST) Version Update](http://www.playonline.com/updateus/041209we8yu0.html) - [Oct. 7, 2004 (JST) Version Update](http://www.playonline.com/updateus/041007rj2qe8.html) - [Sep. 14, 2004 (JST) Version Update](http://www.playonline.com/updateus/040914gs7tr3.html) - [Jun. 29, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/040629fg5rh3.html) - [Apr. 22, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200404226037.html) - [Feb. 26, 2004 (JST) Version Update](http://www.playonline.com/comnewsus/200402264502.html)

2003

- [Dec. 16, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200312162201.html) - [Oct. 21, 2003 (JST) Version Update](http://www.playonline.com/comnewsus/200310210583.html)


Resources

Useful Pages