MOB SPECPROCS: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: Mob specprocs. These are special code that allow a mobile to act in a special way. If a specproc is not described here, please do not use it. --------------------------------------------...
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
---------------------------------------------------------------------
---------------------------------------------------------------------


  blocker            Mob blocks specific direction (made obsolete by
  blocker            Mob blocks specific direction (made obsolete by mob actions)
                  mob actions)
  mob_psionicist    Mob casts psionic spells (almost all, and will use  
  mob_psionicist    Mob casts psionic spells (almost all, and will use  
                  complete healing to regen)
                    complete healing to regen)
  receptionist      You can rent at this mob
  receptionist      You can rent at this mob
  cryogenicist      You can rent at this mob
  cryogenicist      You can rent at this mob
Line 17: Line 16:
  thief              steals gold from players
  thief              steals gold from players
  magic_user        casts mage spells (sleep, blindness, word of death,  
  magic_user        casts mage spells (sleep, blindness, word of death,  
                  dispel evil, magic missile, chill touch, burning hands,
                    dispel evil, magic missile, chill touch, burning hands,
                  shocking grasp, lightening bolt, color spray, fireball).
                    shocking grasp, lightening bolt, color spray, fireball).
  magic_user3        casts stronger mage spells (power regens mana and casts
  magic_user3        casts stronger mage spells (power regens mana and casts
                  monsum three, armor, strength, stone skin, dispel magic,
                    monsum three, armor, strength, stone skin, dispel magic,
                  teleport, spell immunity, weakness, curse, blindness,  
                    teleport, spell immunity, weakness, curse, blindness,  
                  haste, charm, monsum one, monsum two, magic missile,  
                    haste, charm, monsum one, monsum two, magic missile,  
                  shocking grasp, burning hands, lightening bolt, ice  
                    shocking grasp, burning hands, lightening bolt, ice  
                  storm, slow, energy drain, color spray, fireball, meteor
                    storm, slow, energy drain, color spray, fireball, meteor
                  swarm, disintegrate)
                    swarm, disintegrate)
  guild_guard        Blocks players going in direction based on their class.  
  guild_guard        Blocks players going in direction based on their class.  
                  Requires code to configure.
                    Requires code to configure.
  fido              eats corpses
  fido              eats corpses
  janitor            picks up junk lieing around
  janitor            picks up junk lieing around
  cityguard          guards the city (assist other mobs)
  cityguard          guards the city (assist other mobs)
  mob_defender      TONS of options, but all require special code before  
  mob_defender      TONS of options, but all require special code before  
                  assigning.  Becoming obsolete by mob actions.
                    assigning.  Becoming obsolete by mob actions.
  cleric            casts cleric spells
  cleric            casts cleric spells
  regenerator        mob heals VERY quickly
  regenerator        mob heals VERY quickly
  replicant          any damage to mob results in a chance of it making a  
  replicant          any damage to mob results in a chance of it making a  
                  copy of itself, and healing completly
                    copy of itself, and healing completly
  name_changer      Players can go to this mob to change their name
  name_changer      Players can go to this mob to change their name
  questprize_shop    Spend quest points here on the coded list of items
  questprize_shop    Spend quest points here on the coded list of items
  random_apply_giver Go to this mob to spend quest points to have a random
  random_apply_giver Go to this mob to spend quest points to have a random
                  apply added to the item of your choice
                    apply added to the item of your choice
  redeemer          Redeem quest items for quest ribbons
  redeemer          Redeem quest items for quest ribbons
  shadow            Doesn't do much.  Casts weakness to blunt
  shadow            Doesn't do much.  Casts weakness to blunt
  wraith            Doesn't do much.  Casts rotting flesh.
  wraith            Doesn't do much.  Casts rotting flesh.
  whiner            Calls other mobs to help if attacked.  Requires code to  
  whiner            Calls other mobs to help if attacked.  Requires code to setup.
                  setup.
 
 
[[CATEGORY:OLC]]

Latest revision as of 17:04, 19 November 2008

Mob specprocs. These are special code that allow a mobile to act in a special way.

If a specproc is not described here, please do not use it.


blocker            Mob blocks specific direction (made obsolete by mob actions)
mob_psionicist     Mob casts psionic spells (almost all, and will use 
                   complete healing to regen)
receptionist       You can rent at this mob
cryogenicist       You can rent at this mob
shop_keeper        NEVER SET!
postmaster         can send and receive mail from this mob
guild              you can practice spells at this mob
snake              mostly poisons, does minor damage
thief              steals gold from players
magic_user         casts mage spells (sleep, blindness, word of death, 
                   dispel evil, magic missile, chill touch, burning hands,
                   shocking grasp, lightening bolt, color spray, fireball).
magic_user3        casts stronger mage spells (power regens mana and casts
                   monsum three, armor, strength, stone skin, dispel magic,
                   teleport, spell immunity, weakness, curse, blindness, 
                   haste, charm, monsum one, monsum two, magic missile, 
                   shocking grasp, burning hands, lightening bolt, ice 
                   storm, slow, energy drain, color spray, fireball, meteor
                   swarm, disintegrate)
guild_guard        Blocks players going in direction based on their class. 
                   Requires code to configure.
fido               eats corpses
janitor            picks up junk lieing around
cityguard          guards the city (assist other mobs)
mob_defender       TONS of options, but all require special code before 
                   assigning.  Becoming obsolete by mob actions.
cleric             casts cleric spells
regenerator        mob heals VERY quickly
replicant          any damage to mob results in a chance of it making a 
                   copy of itself, and healing completly
name_changer       Players can go to this mob to change their name
questprize_shop    Spend quest points here on the coded list of items
random_apply_giver Go to this mob to spend quest points to have a random
                   apply added to the item of your choice
redeemer           Redeem quest items for quest ribbons
shadow             Doesn't do much.  Casts weakness to blunt
wraith             Doesn't do much.  Casts rotting flesh.
whiner             Calls other mobs to help if attacked.  Requires code to setup.