View Single Post
  #24  
Old 03-01-2008, 09:35 PM
Bulle
Hill Giant
 
Join Date: Jan 2008
Posts: 102
Default Implementing the hooks

What has been explained since the beginning of this post is still still somewhat applicable, with some changes. To implement one (or more) hooks you need to :
- create a shared library with the hook functions implementation. You want to separate "world" and "zone", so it means two shared libraries (in my case hero_world and hero_zone).
- add an entry in the rule_values database for each hook to activate
Reply With Quote