Thread: Removing keys
View Single Post
  #4  
Old 07-03-2012, 06:46 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

If you don't have any 'C' programming experience, you can probably still follow what is going on in the code.

I'd recommend looking at the function 'Doors::HandleClick' in <eqemusource directory>\EQEmuServer\zone\doors.cpp.

This is where 'door checks' occur and will give you an idea of door opening/unlocking operations. With this,
you may be able to better anticipate database change requirements instead of randomly replacing values.


U
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote