ZombieLand: Difference between revisions

From Ultima Online Forever Wiki
Jump to: navigation, search
(Created page with "Category:QuestsCategory:Player vs Monster __TOC__ ==Description== Zombie Land is a regular feature in the UOForever Events Calendar. In the event, you are given contro...")
 
 
(21 intermediate revisions by the same user not shown)
Line 2: Line 2:
__TOC__
__TOC__
==Description==
==Description==
Zombie Land is a regular feature in the UOForever Events Calendar. In the event, you are given control of a new character with the same name but a fresh set of skills. You will be placed randomly in the middle of the T2A lands which are filled with zombies and other nasty creatures. Your primary objective is to survive and build up your skills but don't worry if you die ... this will happen often! Each time you die, you will re-spawn in a different location. You will have lost your items but skills continue to build up. The combat system used is also different from the main server, using more arcade like controls to swing weapons in a specific direction.


===Tutorial===
 
Yes, a tutorial before joining! RTFM ;) It is ''highly'' recommended that you at least scan across the information here and watch the tutorial. A video guide can be found here: https://www.youtube.com/watch?v=qxCjfUiZDMY and some configuration information can be found on this page. Of particular importance is the information on how to get setup for combat.
 
[[File:ZombieJoin.png|right|500px|How to join]]
 
Zombie Land is a regular feature in the UOForever Events Calendar. In the event, you are given control of a new character with the same name but a fresh set of skills. You will be placed randomly in the middle of the Zombieland map which is filled with zombies and other nasty creatures. Your primary objective is to survive and build up your skills but don't worry if you die ... this will happen often! Each time you die, you will re-spawn in a different location. You will have lost your items but skills continue to build up. The combat system used is also different from the main server, using more arcade like controls to swing weapons in a specific direction.
 
 


===Joining the fun===
===Joining the fun===
[[File:ZombieJoin.png|right|100px|How to join]] Once you are ready to bash some zombie heads, you can join the event using the commands: '''[zombieland''' or just '''[z'''.  If the event is active, there will be an option to Join the Event at the bottom right of the Zombie Land menu. When you spawn you will receive a random location on the T2A map, some are much less ideal then others. You will just have to go through periods of dying till you get a good one. If you spawn in a stuck spot just say “I dont want to live” and it will instantly kill your toon.
[[File:Zombieland map.png|right|500px|Zombieland Map]]
Once you are ready to bash some zombie heads, you can join the event using the commands: '''[zombieland''' or just '''[z'''.  If the event is active, there will be an option to Join the Event at the bottom right of the Zombie Land menu. When you spawn you will receive a random location on the T2A map, some are much less ideal then others. You will just have to go through periods of dying till you get a good one. If you spawn in a stuck spot just say “I dont want to live” and it will instantly kill your toon.


It does not matter what toon you pick only the character name goes over with you. Most skills are set to values of 85.0, some skills are set to zero (music skills, hiding, stealth stealing, taming, etc). It is recommended that you start training Hiding straight-away as you will often find yourself running away from mobs of zombies and other creatures.
It does not matter what toon you pick only the character name goes over with you. Most skills are set to values of 85.0, some skills are set to zero (music skills, hiding, stealth stealing, taming, etc). It is recommended that you start training Hiding straight-away as you will often find yourself running away from mobs of zombies and other creatures.


You will start out with a dagger, clothes and very few bandages so you will want to get a good boxed in spot quickly (See Navigating and Surviving). Then you will just start smashing zombies, this will be your bread and butter. You will gain score faster just smashing hordes of zombies then hunting down “the big kills”. You will only want to hunt the big monsters for the purpose of creating the cure.
You will start out with a dagger, clothes and very few bandages so you will want to get a good boxed in spot quickly (See Navigating and Surviving). Then you will just start smashing zombies, this will be your bread and butter. You will gain score faster just smashing hordes of zombies then hunting down “the big kills”. You will only want to hunt the big monsters for obtaining points and ingredients for the cure.
 


===Combat in Brief===
===Combat in Brief===
[[File:ZombieBinds.png|right|100px|Keyboard Binds]]If you are using '''Razor''', you will need to set macros for swinging. You get your basic weapon swing attack that you are familiar with, but you gain super swings by key smashing (slower or faster depending on weapon speed). The picture to the right shows the general idea of the speak keys to set in game. You must bind !1 through !9 to your keyboard. Please watch the linked video tutorial for further information.
You must use the UOForever Client to play Zombieland. Upon entering a new abilities gump will appear with your Zombieland Controls. This is your directional attack targeting. You will find you can swing faster in Zombieland than in the original UO game but it requires a correct rhythm that once you get the hang of can be quite satisfying! You can manually click the Zombieland Controls gump with your cursor or you can assign them to hotkeys under Options > Macros > Active Abilities by Slot
[[File:6qlse1D.png|left|200px|Zombieland Controls]] [[File:CTrBKFhh.jpg|center|800px|Active Abilities by Slot]]
 
 
 
===Macros===
Some in-game macros you will want to setup in the UOForever Client to play Zombieland are the basics to get started. You will need a bandage self, hiding macro, teleport macro and if you desire keybinding the active abilities you will need to set up macros for those as well.  
Suggested macros for Num PAD ability active ability slots:
* NUM 7 - Slot 1, Ability 1 (WEST)
* NUM 8 - Slot 1, Ability 2 (North West)
* NUM 9 - Slot 1, Ability 3 (North)
* NUM 4 - Slot 2, Ability 1 (South West)
* NUM 6 - Slot 2, Ability 3 (North East)
* NUM 1 - Slot 3, Ability 1 (South)
* NUM 2 - Slot 3, Ability 2 (South East)
* NUM 3 - Slot 3, Ability 3 (East)


If you are using '''UOSteam''', the keybinds won't work in the same way but you can use the powerful macro system to automate your weapon swings. You will miss out on some of the nuance of swinging with slower/faster weapons but it should still cause enough damage to smash your way through the zombie masses.


@setalias 'self1' 'self'
@getenemy 'enemy' 'criminal' 'gray' 'closest'
pause 750
if @inrange 'enemy' '1'
  attack 'enemy'
  setalias 'vendor' 'enemy'
  while @inrange 'vendor' 1
    pause 850
    if @x 'vendor' > x 'self1' and @y 'vendor' == y 'self1'
      msg '!3'
    endif
    if @x 'vendor' < x 'self1' and @y 'vendor' == y 'self1'
      msg '!7'
    endif
    if @x 'vendor' == x 'self1' and @y 'vendor' > y 'self1'
      msg '!1'
    endif
    if @x 'vendor' == x 'self1' and @y 'vendor' < y 'self1'
      msg '!9'
    endif
    if @x 'vendor' > x 'self1' and @y 'vendor' > y 'self1'
      msg '!2'
    endif
    if @x 'vendor' < x 'self1' and @y 'vendor' > y 'self1'
      msg '!4'
    endif
    if @x 'vendor' > x 'self1' and @y 'vendor' < y 'self1'
      msg '!6'
    endif
    if @x 'vendor' < x 'self1' and @y 'vendor' < y 'self1'
      msg '!8'
    endif
  endwhile
endif


===Navigating and Surviving===
===Navigating and Surviving===
[[File:ZombieZones.png|right|100px|Zombie Zones]] The zombie destroyer Suidoken has provided an excellent overview of the spawns. Green zones below are essentially decent spots as they are predominately Zombies, but they still have creepers, demons, abominations, and treefellows. Yellow spots had shown to be more slightly packed with more of the higher mobs. Orange spots are more heavily packed with some higher mobs. The Red zone is the worse zone to spawn in as it is very hard to run out of there alive. It gets worse toward the end of the event. This is because as more mobs are killed in the easier “south” area and they eventually respawn over time in the zone less people want to be in - This is the desert, but the same applies to birds which you will want later on.


Once you receive an ideal location, you will instantly need to start running to find yourself a good 2-3 tiles zombie hit box. What this means is you want to block yourself on as many sides as you can either by mountain faces or trees and cliffs. This way you are only getting hit by 2-3 zombies and not all 8 that will kill a naked toon fast. This is when you will start swinging at zombies!
Mobs will drop crafting items which will give you the ability to craft bows, and blacksmith items once you have gathered the necessary resources. Exceptional armor and weapons do help out, but some mobs do drop power/vanq weapons to keep your item ID skill ready.
 


Mobs will drop crafting items which will give you the ability to craft bows, and blacksmith items once you have gathered the necessary resources. Exceptional armor and weapons do help out, but some mobs do drop power/vanq weapons to keep your item ID skill ready.


====Monsterpedia====
====Monsterpedia====
* Zombie Spider: Poisoning magic caster, chance to drop Spider Carapace.
* Treefellow: Magic caster, chance to drop Seed of Renewal.
* Daemon: Magic caster that heals a lot, chance to drop Daemon Claw.
* Creeper: Fast-moving and hits with max level poison, chance to drop Crystal Flask.
* Abomination: Firebreath and heavy damage but can be kited, chance to drop Vitriol.
* Fey Warrior: Reflects melee and archery but not magic spells, chance to drop Fey Wing.
* Zombie: Hits like a wet noodle, chance to drop Undying Flesh.
* Zombie: Hits like a wet noodle, chance to drop Undying Flesh.
* Tentacle: Moderate melee hits, chance to drop Vile Tentacle.
* Zombie Remnant: Chance at appearing upon death of a zombie, can confuse you and reverse your targeting.
* Mummy: Hits slightly harder than a zombie.
* Zombie Spider: Poisoning magic caster
* Treefellow: Magic caster
* Daemon: Magic caster that heals a lot
* Creeper: Fast-moving and hits with max level poison
* Abomination: Firebreath and heavy damage but can be kited
* Fey Warrior: Reflects melee and archery but not magic spells
* Tentacle: Moderate melee hits
* Horrifying Tree: Magic caster, can only be damaged with an axe.
 
 


===Rewards and Objectives===
===Rewards and Objectives===
The rewards, objectives and duration of the Zombieland events can vary. Please keep an eye on the forums and Discord for information about any active Zombie Land events. Prior to the October 2018 event, your total score would be used as currency to obtain rewards. This was replaced with a different system based on collecting zombie heads.
[[File:DSjqJ5Q.png|right|500px|Zombieland Rewards]]
[[File:Rewards.png|right|500px|Zombieland Rewards]]
The rewards, objectives and duration of the Zombieland events can vary. Please keep an eye on the forums and Discord for information about any active Zombie Land events. Prior to the October 2022 event, collecting zombie heads rewarded you with event fragments and top scorers received special prizes. This have been reverted to your total score being used as currency to obtain rewards.


====Zombie Heads====
[[File:ZombiePortal.png|right|Zombie Head]]


[[File:ZombieHead.png|right|Zombie Cauldron]]
'''Points Rewards'''


The version of Zombie Lands for October 2018 changed the mechanism for obtaining rewards and the recipe for the cure was also changed. Prizes were no longer awarded based on points, they were for bragging rights only.
In regular game you can browse rewards and redeem points by navigating to [z and clicking "OKAY" at the top next to "Zombieland Rewards".


'''Zombie Heads'''


Zombies had the chance to drop "a rotting zombie head". The rotting zombie head had to be taken to one of the zombie portal cauldrons scattered throughout Zombie Land. Double clicking the cauldron and any zombie heads converted them to event crystals and added the crystal to your bank in the normal world.


====The Cure====
====The Cure====
[[File:ZombieLand_Seer_Rodney_Part_5_Cure.png|right|500px|Example Recipe]]Aside from collecting zombie heads and generally surviving, you can also try to obtain The Cure. This is obtained by gathering certain ingredients and combining them in a specific order. There are various "Sages" that can be double-clicked to receive a hint about a single step in the process. Please be aware that every ZombieLand recipe is randomized each time the ZombieLand Event is restarted, so previous recipes will most likely not be useful between events!
[[File:ZombieLand_Seer_Rodney_Part_5_Cure.png|right|500px|Example Recipe]]Aside from racking up points by killing monsters, you can also try to obtain The Cure. This is obtained by gathering certain ingredients and combining them in a specific order. There are various "Sages" that can be double-clicked to receive a hint about a single step in the process. Please be aware that every ZombieLand recipe is randomized each time the ZombieLand Event is restarted, so previous recipes will most likely not be useful between events!


Mobs drop all the items you need, you will want to look for the following:
Mobs drop all the items you need, you will want to look for the following:
Line 92: Line 80:
* mortar and pestle (not a normal one it will give you a target cursor)
* mortar and pestle (not a normal one it will give you a target cursor)
* a green colored knife.  
* a green colored knife.  
* Each of the Special Drops from the [[Zombie_Land#Monsterpedia|Monsterpedia]]
* Special Drops from the [[ZombieLand#Monsterpedia|Monsterpedia]]
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
</br>
==FAQ==
==FAQ==


Line 112: Line 105:


===What keys do I need to bind?===
===What keys do I need to bind?===
You must bind !1 through !9 to your directional numbered keypad located near your right hand. Bind !1 to 1 and so on.
You must bind Active Abilities by Slots 1-3 (Ability 1-3) to your directional numbered keypad located near your right hand. Bind Slot 1, Ability 1 (West) to NUM 7 and so on.


===Why am I attacking so slow? I can't even kill a single zombie!===
===Why am I attacking so slow? I can't even kill a single zombie!===
This event relies on an arcade-like approach to fighting where you actually have to AIM your attacks. All weapons attack super slow by default for this event because you can say !1, !2, !3, etc up to !9 to attack in that direction (as shown in the video). You can swing quite fast this way, but the slower the weapon, the slower you swing. If you try to swing too fast, you simply create extra delay for yourself.
This event relies on an arcade-like approach to fighting where you actually have to AIM your attacks. All weapons attack super slow by default for this event because you can press or keybind your Active Ability Slots to attack in that direction. You can swing quite fast this way, but the slower the weapon, the slower you swing. If you try to swing too fast, you simply create extra delay for yourself.
 
===When I press any key, Razor always executes the same macro.===
This is a Razor glitch that happens every once in a while. Unfortunately the only solution that I have found is to restart your computer.


===What do I do if I spawned on a cliff or in a wall and can't get out?===
===What do I do if I spawned on a cliff or in a wall and can't get out?===
Line 138: Line 128:
No mounts at all!
No mounts at all!


===I'm using UOSteam and I can't bandage===
===I'm not bandaging===
[[File:ZombieBandage.png|right|100px|Bandageself]][[File:ZombieTargetting.png|right|100px|Targeting System]]Razor is the preferred client for this event but UOSteam will work in combination with some in-game client macros. The combat macro can be found in the "Combat in Brief" section. To get bandages to work, open the Options in your client (Options in Paperdoll or Alt-O) and then go to the macros and add a new macro to use the bandageself command. Save this and then make sure you also have the new targeting system enabled. Your setup should look like the two images provided to the right.
Unlike regular UO, in Zombieland your bandage can be interrupted. Every time you reapply a bandage the timer restarts. You must pay attention to when you finish applying before your try re-applying a bandage!


==Tips and Tricks==
==Tips and Tricks==
* Loot everything you need to put ALL spells into your spellbook when you see scrolls. Important ones are Energy Bolt, Explosion, Invisibility, Magic Reflect and Chain Lightning.
* Loot everything you need to put ALL spells into your spellbook when you see scrolls. Important ones are Energy Bolt, Explosion, Magic Reflect and Chain Lightning.
* Pulling massive packs of zombies and casting chain lighting on them will help you clear MASSIVE amounts of them quickly getting ahead of other players in score. They do not have diminished returns for the amount, all take 80 damage if not resisted.
* Zombie Spiders drop music instruments which you can then set up a peacemaking macro to spam and make everything do nothing to you as you kill them.
* You can bury your items by getting a green shovel and a wooden chest. REMEMBER where you buried it AND REMEMBER other players can find it.
* You can bury your items by getting a green shovel and a wooden chest. REMEMBER where you buried it AND REMEMBER other players can find it.
* REACTIVE ARMOR IS YOUR FRIEND. Cast it whenever possible when facing hordes of zombies.
* REACTIVE ARMOR & MAGIC REFLECT IS YOUR FRIEND. Cast it whenever possible when facing hordes of zombies or magic casting monsters/pks.
* While 2handers do a lot of damage it seems best to run shield and slower strong one handers (warforks are great because you always start with dagger).
* While 2handers do a lot of damage it seems best to run shield and slower strong one handers (warforks are great because you always start with dagger).
* You can use Blacksmithing, Fletching and Carpentry to make weapons.  
* You can use Blacksmithing, Fletching and Carpentry to make weapons.  
* Bows are devastatingly strong against mobs and people as you can use the ! attack keys to spam arrow shots. Birds are hard to come by later on so take advantage early
* Bows are devastatingly strong against mobs and people as you can use the Active Abilities attack to spam arrow shots. Birds are hard to come by later on so take advantage early
* It is good to train hiding as your running around as you may want it for logging off.
* It is good to train hiding as your running around as you may want it for logging off.
* When logging off you need to let your toon sit for 60 seconds so they log off properly, which is why hiding is a good idea. If you close your client for insta-log you will lose all your items and start as a new empty character, but always keep your Score progress.
* When logging off you need to let your toon sit for 60 seconds so they log off properly, which is why hiding is a good idea. If you close your client for insta-log you will lose all your items and start as a new empty character, but always keep your Score progress.
* A lot of players you encounter will not be able to handle a standard attack process. (explo, eb, pots, arrow shots, poisoned weapons, etc). Players will also do this to you as well, some people only troll other players during event and build zero score.
* A lot of players you encounter will not be able to handle a standard attack process. (explo, eb, pots, arrow shots, poisoned weapons, etc). Players will also do this to you as well, some people only troll other players during event and build zero score.
* . LOOT EVERYTHING. Regs, arrows, fill your spellbook, bandages, good pots, mortars to make more pots. Don’t go overweight though as you will die
* LOOT EVERYTHING. Regs, arrows, fill your spellbook, bandages, good potions, mortars to make more pots. Don’t go overweight though as you will die
* FIELD SPELLS do not work here.
 


==Links==
==Links==
Line 164: Line 150:
: 2014 https://www.uoforum.com/threads/zombieland-event-december-19-20th-2014.49343/
: 2014 https://www.uoforum.com/threads/zombieland-event-december-19-20th-2014.49343/
: 2014 https://www.uoforum.com/threads/zombieland-event-september-20th-2014-starting-at-2pm-est.43327/
: 2014 https://www.uoforum.com/threads/zombieland-event-september-20th-2014-starting-at-2pm-est.43327/
===Guide===
The ever-helpful Lady Skye of Trinsic compiled this excellent guide:
: https://www.uoforum.com/threads/zombieland-practice.98899/

Latest revision as of 18:38, 2 November 2022

Description

How to join
How to join

Zombie Land is a regular feature in the UOForever Events Calendar. In the event, you are given control of a new character with the same name but a fresh set of skills. You will be placed randomly in the middle of the Zombieland map which is filled with zombies and other nasty creatures. Your primary objective is to survive and build up your skills but don't worry if you die ... this will happen often! Each time you die, you will re-spawn in a different location. You will have lost your items but skills continue to build up. The combat system used is also different from the main server, using more arcade like controls to swing weapons in a specific direction.


Joining the fun

Zombieland Map
Zombieland Map

Once you are ready to bash some zombie heads, you can join the event using the commands: [zombieland or just [z. If the event is active, there will be an option to Join the Event at the bottom right of the Zombie Land menu. When you spawn you will receive a random location on the T2A map, some are much less ideal then others. You will just have to go through periods of dying till you get a good one. If you spawn in a stuck spot just say “I dont want to live” and it will instantly kill your toon.

It does not matter what toon you pick only the character name goes over with you. Most skills are set to values of 85.0, some skills are set to zero (music skills, hiding, stealth stealing, taming, etc). It is recommended that you start training Hiding straight-away as you will often find yourself running away from mobs of zombies and other creatures.

You will start out with a dagger, clothes and very few bandages so you will want to get a good boxed in spot quickly (See Navigating and Surviving). Then you will just start smashing zombies, this will be your bread and butter. You will gain score faster just smashing hordes of zombies then hunting down “the big kills”. You will only want to hunt the big monsters for obtaining points and ingredients for the cure.


Combat in Brief

You must use the UOForever Client to play Zombieland. Upon entering a new abilities gump will appear with your Zombieland Controls. This is your directional attack targeting. You will find you can swing faster in Zombieland than in the original UO game but it requires a correct rhythm that once you get the hang of can be quite satisfying! You can manually click the Zombieland Controls gump with your cursor or you can assign them to hotkeys under Options > Macros > Active Abilities by Slot

Zombieland Controls
Zombieland Controls
Active Abilities by Slot
Active Abilities by Slot


Macros

Some in-game macros you will want to setup in the UOForever Client to play Zombieland are the basics to get started. You will need a bandage self, hiding macro, teleport macro and if you desire keybinding the active abilities you will need to set up macros for those as well. Suggested macros for Num PAD ability active ability slots:

  • NUM 7 - Slot 1, Ability 1 (WEST)
  • NUM 8 - Slot 1, Ability 2 (North West)
  • NUM 9 - Slot 1, Ability 3 (North)
  • NUM 4 - Slot 2, Ability 1 (South West)
  • NUM 6 - Slot 2, Ability 3 (North East)
  • NUM 1 - Slot 3, Ability 1 (South)
  • NUM 2 - Slot 3, Ability 2 (South East)
  • NUM 3 - Slot 3, Ability 3 (East)


Navigating and Surviving

Mobs will drop crafting items which will give you the ability to craft bows, and blacksmith items once you have gathered the necessary resources. Exceptional armor and weapons do help out, but some mobs do drop power/vanq weapons to keep your item ID skill ready.


Monsterpedia

  • Zombie: Hits like a wet noodle, chance to drop Undying Flesh.
  • Zombie Remnant: Chance at appearing upon death of a zombie, can confuse you and reverse your targeting.
  • Mummy: Hits slightly harder than a zombie.
  • Zombie Spider: Poisoning magic caster
  • Treefellow: Magic caster
  • Daemon: Magic caster that heals a lot
  • Creeper: Fast-moving and hits with max level poison
  • Abomination: Firebreath and heavy damage but can be kited
  • Fey Warrior: Reflects melee and archery but not magic spells
  • Tentacle: Moderate melee hits
  • Horrifying Tree: Magic caster, can only be damaged with an axe.


Rewards and Objectives

Zombieland Rewards
Zombieland Rewards
Zombieland Rewards
Zombieland Rewards

The rewards, objectives and duration of the Zombieland events can vary. Please keep an eye on the forums and Discord for information about any active Zombie Land events. Prior to the October 2022 event, collecting zombie heads rewarded you with event fragments and top scorers received special prizes. This have been reverted to your total score being used as currency to obtain rewards.


Points Rewards

In regular game you can browse rewards and redeem points by navigating to [z and clicking "OKAY" at the top next to "Zombieland Rewards".


The Cure

Example Recipe
Example Recipe

Aside from racking up points by killing monsters, you can also try to obtain The Cure. This is obtained by gathering certain ingredients and combining them in a specific order. There are various "Sages" that can be double-clicked to receive a hint about a single step in the process. Please be aware that every ZombieLand recipe is randomized each time the ZombieLand Event is restarted, so previous recipes will most likely not be useful between events!

Mobs drop all the items you need, you will want to look for the following:

  • Pewter bow
  • mortar and pestle (not a normal one it will give you a target cursor)
  • a green colored knife.
  • Special Drops from the Monsterpedia









FAQ

Do I need to bring a finished character, regs and stuff for this?

No, a character is provided with a particular starting skill set and gear.

Can I wear special clothing into the event?

Yes you can, but by doing so, you accept full responsibility for the clothing if it goes missing. We will not replace lost clothing.

How do I chat with other players?

Type [ZC MESSAGEGOESHERE

Do I need to toggle my skills and stats to up?

Yes. There is no skill cap while in zombieland. All of your skills start very low and you must train them up.

What keys do I need to bind?

You must bind Active Abilities by Slots 1-3 (Ability 1-3) to your directional numbered keypad located near your right hand. Bind Slot 1, Ability 1 (West) to NUM 7 and so on.

Why am I attacking so slow? I can't even kill a single zombie!

This event relies on an arcade-like approach to fighting where you actually have to AIM your attacks. All weapons attack super slow by default for this event because you can press or keybind your Active Ability Slots to attack in that direction. You can swing quite fast this way, but the slower the weapon, the slower you swing. If you try to swing too fast, you simply create extra delay for yourself.

What do I do if I spawned on a cliff or in a wall and can't get out?

Say "I don't want to live" and you will respawn. YOU MUST INCLUDE THE APOSTROPHE (i.e. "I dont want to live" will NOT work!)

Where do I get gear?

Gear spawns on zombies and corpses, with a low chance to spawn magical weapons and armor (NOTE: WEAPONS AND ARMOR MUST BE ID'ed USING Item Identification SKILL FOR YOU TO GET THE BONUS!)

Why do I only spawn with 5 bandages?

The zombie apocalypse happened fast and you didn't have time to prepare for it, sorry.

I just keep dying over and over and over.

Yes, lots of casualties happen in a zombie apocalypse... BUT eventually you will be somebody who happened to appear in a more defensible position and you will be able to get a foothold and survive (and after getting some gear and possibly friends, zombies will be a much smaller threat)!

What can I do about the gank squads running around killing me a lot.

Some players decide to hunt other players, and this is allowed. Teaming up is your best bet. Remember, skills aren't lost when you die, so you are always progressing!

Are there any mounts?

No mounts at all!

I'm not bandaging

Unlike regular UO, in Zombieland your bandage can be interrupted. Every time you reapply a bandage the timer restarts. You must pay attention to when you finish applying before your try re-applying a bandage!

Tips and Tricks

  • Loot everything you need to put ALL spells into your spellbook when you see scrolls. Important ones are Energy Bolt, Explosion, Magic Reflect and Chain Lightning.
  • You can bury your items by getting a green shovel and a wooden chest. REMEMBER where you buried it AND REMEMBER other players can find it.
  • REACTIVE ARMOR & MAGIC REFLECT IS YOUR FRIEND. Cast it whenever possible when facing hordes of zombies or magic casting monsters/pks.
  • While 2handers do a lot of damage it seems best to run shield and slower strong one handers (warforks are great because you always start with dagger).
  • You can use Blacksmithing, Fletching and Carpentry to make weapons.
  • Bows are devastatingly strong against mobs and people as you can use the Active Abilities attack to spam arrow shots. Birds are hard to come by later on so take advantage early
  • It is good to train hiding as your running around as you may want it for logging off.
  • When logging off you need to let your toon sit for 60 seconds so they log off properly, which is why hiding is a good idea. If you close your client for insta-log you will lose all your items and start as a new empty character, but always keep your Score progress.
  • A lot of players you encounter will not be able to handle a standard attack process. (explo, eb, pots, arrow shots, poisoned weapons, etc). Players will also do this to you as well, some people only troll other players during event and build zero score.
  • LOOT EVERYTHING. Regs, arrows, fill your spellbook, bandages, good potions, mortars to make more pots. Don’t go overweight though as you will die

Links

Past Events

2018 https://www.uoforum.com/threads/halloween-2018-events.105765/
2016 https://www.uoforum.com/threads/ultima-online-forever-zombie-land-2016.87727/
2015 https://www.uoforum.com/threads/zombieland-mini-event-8-15-2015.64317/
2014 https://www.uoforum.com/threads/zombieland-event-december-19-20th-2014.49343/
2014 https://www.uoforum.com/threads/zombieland-event-september-20th-2014-starting-at-2pm-est.43327/