OBJ SPECPROCS: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


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


  portal                  (entering it takes you to the room defined in v1)
  portal                  (entering it takes you to the room defined in v1)
Line 9: Line 8:
  bank                    (atm)
  bank                    (atm)
  gen_board                The object is a "board".  Boards are tied to  
  gen_board                The object is a "board".  Boards are tied to  
                        forums, v1 is the ID of the forum.
                          forums, v1 is the ID of the forum.
  mailbox                  Item can be used to receive and send mudmail.
  mailbox                  Item can be used to receive and send mudmail.
  quest_point_candy        Eating this gives the player quest points.
  quest_point_candy        Eating this gives the player quest points.
                        Min-Level of the item defines how many quest  
                          Min-Level of the item defines how many quest  
                        points the eater receives.
                          points the eater receives.
  warpjuice                Drink it, you regen mana.
  warpjuice                Drink it, you regen mana.
  warpstone                Eat it, regen mana (has to be item type WARPSTONE)
  warpstone                Eat it, regen mana (has to be item type WARPSTONE)


[[CATEGORY:OLC]]
[[CATEGORY:OLC]]

Latest revision as of 14:50, 9 May 2010

Object specprocs. These are special code that allow an object to act in a special way.

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

portal                   (entering it takes you to the room defined in v1)
votingbooth              (object becomes a voting booth)
bank                     (atm)
gen_board                The object is a "board".  Boards are tied to 
                         forums, v1 is the ID of the forum.
mailbox                  Item can be used to receive and send mudmail.
quest_point_candy        Eating this gives the player quest points.
                         Min-Level of the item defines how many quest 
                         points the eater receives.
warpjuice                Drink it, you regen mana.
warpstone                Eat it, regen mana (has to be item type WARPSTONE)