quik dumb question, how do I install? just overwrite old files and add others to my customs? any special commands to set em up on town doors? so they relock after a set time? im thinkin of making the bank robbable....
 
Yeah, you just need to replace the old files with the same name. As for doors in town, there should be an IsPublic option if you [props it - if this is true, players will not be able to attach locks.
 
Yeah Enroq, everything you put into package i didnt change.. =) left package as i..far as feature wise etc.. just updated a few functions to allow it to run with ServUO..
To Install... there is a INSTALL.txt included with package =)
 
hi i got this error:

Code:
----------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 5554.38395
Publish 54
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
OpenUO Error: Client files not found.
Scripts: Compiling C# scripts...Failed with: 2 errors, 0 warnings
Errors:
+ Custom Systems/Lockpickable Doors 0.7/BaseDoor.cs:
    CS0234: Line 7: El tipo o el nombre del espacio de nombres 'Perks' no existe
en el espacio de nombres 'Server' (¿falta una referencia de ensamblado?)
+ Custom Systems/Lockpickable Doors 0.7/LockPick.cs:
    CS0234: Line 5: El tipo o el nombre del espacio de nombres 'Perks' no existe
en el espacio de nombres 'Server' (¿falta una referencia de ensamblado?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.

Any can help me?
 
[EDIT]

Nevermind, I'm an idiot. I just commented out the lines with issues.

I get the same error. Anyone know the fix for this?

Code:
Errors:
+ Custom/LockpickableDoors/BaseDoor.cs:
    CS0234: Line 8: The type or namespace name 'Perks' does not exist in the namespace 'Server' (are you missing an assembly reference?)
+ Custom/LockpickableDoors/LockPick.cs:
    CS0234: Line 5: The type or namespace name 'Perks' does not exist in the namespace 'Server' (are you missing an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 
Last edited:
Back