User contributions for Administrator
A user with 375 edits. Account created on 16 January 2024.
5 February 2024
- 20:4920:49, 5 February 2024 diff hist +1 Swordman Job Change Guide No edit summary
- 20:4920:49, 5 February 2024 diff hist +21 Swordman Job Change Guide No edit summary
- 20:4820:48, 5 February 2024 diff hist −1 Swordman Job Change Guide No edit summary
- 20:4720:47, 5 February 2024 diff hist −1 Swordman Job Change Guide No edit summary
- 20:4720:47, 5 February 2024 diff hist +18 Swordman Job Change Guide No edit summary
- 20:4420:44, 5 February 2024 diff hist +1,378 N Swordman Job Change Guide Created page with "{{Quest Info | levelreq = None | joblevelreq = 10 | classreq = Novice | partyreq = | itemreq = | nitemreq = | zenyreq = | questsreq = | questscoreq = | baseexpreward = | jobexpreward = | itemreward = | qreward = Jobchange to Swordman <includeonly>| cat = no</includeonly> }} 1. In Izlude, enter the Swordman Guild on the west side of town (??,??). Talk to the Swordman NPC in the center room behind the desk, then the guard to the west. This guard will transf..."
- 20:4320:43, 5 February 2024 diff hist −1 Swordman No edit summary
- 20:4320:43, 5 February 2024 diff hist −710 Swordman No edit summary
- 19:5919:59, 5 February 2024 diff hist +93 N Category:Classes Created page with "These articles all deal with their respective class. Classes" current
- 19:5719:57, 5 February 2024 diff hist +17 Novice No edit summary current
- 19:5719:57, 5 February 2024 diff hist −12 Training Grounds Novice Test No edit summary current
- 19:5519:55, 5 February 2024 diff hist +4,390 N Training Grounds Novice Test Created page with "{{expert}} {{Quest Info | levelreq = None | joblevelreq = | classreq = Novice | skillreq = | partyreq = | itemreq = | nitemreq = | zenyreq = | questsreq = | questscoreq = | baseexpreward = | jobexpreward = | itemreward = Varies | qreward = Transport to Town of Choice }} == Overview == The final task in completing the Training Grounds for a Novice is to take a Personality Quiz which will determine the character's future class. The following are the..."
- 19:5419:54, 5 February 2024 diff hist +9 Template:Navbox Monk No edit summary current
- 19:5219:52, 5 February 2024 diff hist −12 Template:Navbox Monk No edit summary
- 19:4919:49, 5 February 2024 diff hist −26 Template:Navbox Monk No edit summary
- 19:4719:47, 5 February 2024 diff hist +1,096 N Template:Navbox Monk Created page with "<center> {| class="wikitable collapsible {{#if: {{{state|}}}" style="width:750px; clear: right" ! colspan="2"|<small>''Monk & Champion''</small> |- | <small>'''2nd Class<br/> Skills'''</small> || <small>''Excruciating Palm''{{-}}Flee (Skill){{-}}Fury{{-}}Guillotine Fist{{-}}Iron Fists{{-}}Mental Strength{{-}}Occult Impaction{{-}}Raging Quadruple Blow{{-}}Raging Thrust{{-}}Raging Trifecta Blow{{-}}Root{{-}}Snap{{..."
- 19:4719:47, 5 February 2024 diff hist 0 N File:Spirit Recovery Info.gif No edit summary current
- 19:4619:46, 5 February 2024 diff hist 0 N File:Spirit Recovery.png No edit summary current
- 19:4519:45, 5 February 2024 diff hist +1,180 N Spirit Recovery Created page with "{{Skill Info | class = Monk | class2 = | class3 = | type = Passive | levels = 5 (Fixed) | prereqs = (Monk) Root Lv. 2 | quest = | spcost = | hpcost = | time = | delay = | duration = | target = | range = | area = | knock = | element = | status = | catalyst = | cf_name = | cf_value = }} == Description == Spirit Recovery is a hybrid version of Increase HP Recovery and Increase SP Recovery. Spiritual Cadence grants the user an additional HP/SP recovery boos..." current
- 19:4519:45, 5 February 2024 diff hist −2 SP Recovery No edit summary current
- 19:4319:43, 5 February 2024 diff hist +1,079 N Template:Navbox Priest Created page with "<center> {| class="wikitable collapsible {{#if: {{{state|}}}" style="width:750px; clear: right" ! colspan="2"|<small>''Priest & High Priest''</small> |- | <small>'''2nd Class<br/>Skills'''</small> || <small>Aspersio{{-}}B.S Sacramenti{{-}}Gloria{{-}}Impositio Manus{{-}}Increase SP Recovery{{-}}Kyrie Eleison{{-}}Lex Aeterna{{-}}Lex Divina{{-}}Mace Mastery{{-}}Magnificat{{-}}Magnus Exorcismus{{-}}''Redemptio''{{-}..." current
- 19:4319:43, 5 February 2024 diff hist 0 N File:Magnificat.png No edit summary current
- 19:4019:40, 5 February 2024 diff hist 0 N File:Magnificat Info.gif No edit summary current
- 19:3919:39, 5 February 2024 diff hist +858 N Magnificat Created page with "{{Skill Info | class = Priest | class2 = Mercenary | class3 = | type = Supportive | levels = 5 (Fixed) | prereqs = None | quest = | spcost = 40 SP | hpcost = | time = 4 seconds | delay = 2 seconds | duration = (15 + (Skill Level*15)) seconds | target = Self | range = 14 x 14 | area = | knock = | element = | status = | catalyst = | cf_name = | cf_value = }} == Description == Doubles the SP recovery rate for the caster and her/his party for the skill's..." current
- 19:3819:38, 5 February 2024 diff hist +941 N Increase SP Recovery Created page with "{{Articles Needing DB Links}} == General == SP regen happens every 4 seconds while sitting and every 8 seconds while standing or walking. The skill Magnificat halves these times. Being in a fort owned by the player's guild doubles SP regen. See also: Increase SP Recovery, Spiritual Cadence == Calculations == var SPR = 1; SPR += Math.floor( MAX_SP / 100 ); SPR += Math.floor( INT / 6 ); if (INT >= 120) { SPR += Math.floor(INT / 2 - 56); } SPR = Math..." current
- 19:3719:37, 5 February 2024 diff hist +4,237 N SP Created page with "== General == Max SP affects SP Recovery, Increase SP Recovery, and Spiritual Cadence. == Calculation == <pre> var BASE_SP = 10; BASE_SP += BASE_LEVEL * SP_JOB; var MAX_SP = BASE_SP; MAX_SP = Math.floor( MAX_SP * (1 + INT * 0.01) ); MAX_SP += SP_MOD_A; MAX_SP = Math.floor( MAX_SP * (1 + SP_MOD_B * 0.01) ); MAX_SP = Math.floor( MAX_SP * TRANS_MOD ); </pre> Where: :'''SP_JOB''': See the job modifier table :'''SP_MOD_A''': Sum of additive modifiers :'''S..." current
- 19:3619:36, 5 February 2024 diff hist −1 Main Page No edit summary current
4 February 2024
- 20:2820:28, 4 February 2024 diff hist −15 Main Page No edit summary
- 20:2820:28, 4 February 2024 diff hist +1 Main Page No edit summary Tag: Manual revert
- 20:2720:27, 4 February 2024 diff hist +5 MediaWiki:Common.css No edit summary
- 20:2720:27, 4 February 2024 diff hist −2 Main Page No edit summary Tags: Manual revert Reverted
- 20:2720:27, 4 February 2024 diff hist +1 Main Page No edit summary Tag: Reverted
- 20:2620:26, 4 February 2024 diff hist −152 MediaWiki:Common.css No edit summary
- 20:2620:26, 4 February 2024 diff hist +2 MediaWiki:Common.css No edit summary
- 20:2520:25, 4 February 2024 diff hist +1 Main Page No edit summary Tags: Manual revert Reverted
- 20:2520:25, 4 February 2024 diff hist +147 MediaWiki:Common.css No edit summary
- 20:2420:24, 4 February 2024 diff hist −1 Main Page No edit summary Tags: Manual revert Reverted
- 20:2320:23, 4 February 2024 diff hist +1 Main Page No edit summary Tag: Reverted
- 20:2320:23, 4 February 2024 diff hist −403 Main Page No edit summary
- 20:2320:23, 4 February 2024 diff hist +381 MediaWiki:Common.css No edit summary
- 20:2220:22, 4 February 2024 diff hist +152 MediaWiki:Common.css No edit summary
- 13:4713:47, 4 February 2024 diff hist +21 Novice Skill Quest No edit summary current
- 13:4213:42, 4 February 2024 diff hist +24 MediaWiki:Common.css No edit summary
- 13:4113:41, 4 February 2024 diff hist −2 MediaWiki:Common.css No edit summary
- 13:4113:41, 4 February 2024 diff hist −46 MediaWiki:Common.css No edit summary
- 13:3813:38, 4 February 2024 diff hist +19 MediaWiki:Common.css No edit summary
- 13:3813:38, 4 February 2024 diff hist +3 MediaWiki:Common.css No edit summary
- 13:3813:38, 4 February 2024 diff hist −9 MediaWiki:Common.css No edit summary
- 13:3713:37, 4 February 2024 diff hist 0 MediaWiki:Common.css No edit summary
- 13:3713:37, 4 February 2024 diff hist −1 Template:Map No edit summary