[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Template:HuntingGuideSpot"
From Project 1999 Wiki
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
| − | Template for a single hunting spot location on | + | Template for a single hunting spot location on the [[Per-Level Hunting Guide]]. Used together with a HuntingGuideTableStart template and an HTML table end tag to create a hunting guide table. |
Example: {{HuntingGuideTableStart}} | Example: {{HuntingGuideTableStart}} | ||
| Line 42: | Line 42: | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> | ||
| + | |||
| + | Multiple rows can be combined like so: | ||
| + | |||
| + | <pre> | ||
| + | {{HuntingGuideTableStart}} | ||
| + | {{HuntingGuideSpot | ||
| + | |soloLevel= 01-03 | ||
| + | |groupLevel= - | ||
| + | |zone=Greater Faydark | ||
| + | |area= Ruins near Kelethin lifts | ||
| + | |monsters= Assorted critters | ||
| + | |xpModifier= 100% | ||
| + | |notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]] | ||
| + | }} | ||
| + | {{HuntingGuideSpot | ||
| + | |soloLevel= 04-10 | ||
| + | |groupLevel= 05-10 | ||
| + | |zone=Qeynos Hills | ||
| + | |area= ? | ||
| + | |monsters= [[A Rabid Wolf | Rabid Wolves]] and assorted | ||
| + | |xpModifier= 100% | ||
| + | |notes= Save [[Diseased Wolf Pelt]]s for [[Rabid Wolves | Rabid Wolves (Quest)]]; watch out for [[Holly Windstalker]] | ||
| + | }} | ||
| + | </table> | ||
| + | </pre> | ||
Revision as of 15:29, 3 May 2019
Template for a single hunting spot location on the Per-Level Hunting Guide. Used together with a HuntingGuideTableStart template and an HTML table end tag to create a hunting guide table.
Example:
| Solo Level Range | Group Level Range | Zone | Area | Monsters | Exp Mod* | Era | Image | Notes (on Class/Faction/Drops/Quests/etc.) |
|---|---|---|---|---|---|---|---|---|
| 01-03 | - | Greater Faydark | Ruins near Kelethin lifts | Assorted critters | 100% | Cla | Save Orc Hatchets from Orc Pawns for Orc Hatchets (Quest) |
Example Code:
{{HuntingGuideTableStart}}
{{HuntingGuideSpot
|soloLevel= 01-03
|groupLevel= -
|zone=Greater Faydark
|area= Ruins near Kelethin lifts
|monsters= Assorted critters
|xpModifier= 100%
|notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]]
}}
</table>
Multiple rows can be combined like so:
{{HuntingGuideTableStart}}
{{HuntingGuideSpot
|soloLevel= 01-03
|groupLevel= -
|zone=Greater Faydark
|area= Ruins near Kelethin lifts
|monsters= Assorted critters
|xpModifier= 100%
|notes= Save [[Orc Hatchet]]s from [[Orc Pawn (Crushbone)|Orc Pawn]]s for [[Orc Hatchets | Orc Hatchets (Quest)]]
}}
{{HuntingGuideSpot
|soloLevel= 04-10
|groupLevel= 05-10
|zone=Qeynos Hills
|area= ?
|monsters= [[A Rabid Wolf | Rabid Wolves]] and assorted
|xpModifier= 100%
|notes= Save [[Diseased Wolf Pelt]]s for [[Rabid Wolves | Rabid Wolves (Quest)]]; watch out for [[Holly Windstalker]]
}}
</table>