RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Owltr v3 status

daat99

Moderator
Staff member
Hi everybody,

I have some good/bad news situation for you.

The good news is that OWLTR v3 is in the final testing phase.

If everything goes right it should be released in the next few days.

The bad news is that I won't have internet access for the next few weeks so I won't be able to release it and provide support.

Fortunately Hammerhand agreed to release it for me and provide support until I get back.

Don't forget to thank him for his valuable assistance in the testing phase when he'll release it :)


A few tidbits about the new system:
1. It will NOT be compatible with the old OWLTR (upgrade requires a shard wipe).

2. The entire system was reconstructed and will use a bit more CPU than the old system but will be much easier to maintain and update in the future.
This shouldn't cause any problems for live shards with decent systems but you should still keep that in mind.

3. The new Master Storage system is incorporated inside the OWLTR and can be controlled from the OWLTR control center (accessed in-game using [OWLTR).

4. The old "keys" were removed and instead the Master Storage bag will act as "storage" after using the appropriate "StorageDeed" (for example "MageStorageDeed" will make the Master Storage bag act like the Mage key).



In order to use the Master Storage system without the OWLTR:
1. Take the following folders from the OWLTR v3:
* MasterStorage
* Tokens

2. Comment out the following line in every file it appears:
Code:
#define USE_OWLTR3
So it'll look like this:
Code:
//#define USE_OWLTR3


In order to use the Master Storage system without the OWLTR and without the Tokens:
1. Take the following folders from the OWLTR v3:
* MasterStorage
2. Comment out the following line in every file it appears:
Code:
#define USE_OWLTR3
So it'll look like this:
Code:
//#define USE_OWLTR3
3. Comment out the following line in every file it appears:
Code:
#define USE_TOKENS
So it'll look like this:
Code:
//#define USE_TOKENS


Have a nice weekend and I hope you'll enjoy the new system.
 

%Email

Page
Errors:
+ Customs/wow/MasterStorage/MasterStorage.cs:
CS0246: Line 798: The type or namespace name 'Daat99Tokens' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 810: The type or namespace name 'TokenCheck' could not be found
(are you missing a using directive or an assembly reference?)

appear to run error!
 

Seth_Angrath

Wanderer
find the cause
I have been corrected,basically use no problem
thanks.

I am getting that issue too, what was it?
I am also getting (when I don't try to fix it (when I try to fix it it gets worse))

Code:
Errors:
+ Customs/Tokens/daat99's Token System.cs:
    CS0246: Line 16: The type or namespace name 'daat99' could not be found (are
you missing a using directive or an assembly reference?)
 

Hammerhand

Knight
Errors:
+ Customs/wow/MasterStorage/MasterStorage.cs:
CS0246: Line 798: The type or namespace name 'Daat99Tokens' could not be fou
nd (are you missing a using directive or an assembly reference?)
CS0246: Line 810: The type or namespace name 'TokenCheck' could not be found
(are you missing a using directive or an assembly reference?)
For this error, uncomment line 13 in MasterStorage.cs
For the
+ Customs/Tokens/daat99's Token System.cs:
CS0246: Line 16: The type or namespace name 'daat99' could not be found (are
you missing a using directive or an assembly reference?)
error, it is saying what is wrong. You appear to be missing the
using daat99;
that is supposed to be on line 16 in TokenSystem.cs
Also, in the future, please post any errors in the release thread >> http://www.runuo.com/community/threads/owltr-ver-3-0-0.522922/
 
Top