Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
Sign in to follow this  
Verum

Спавн книг

Прописал спавн книг.
В конфиге книга выглядит вот так

class Book_Base;
	class ItemBook: Book_Base {};
	class Book1:ItemBook
	{
		class AnimEvents
		{
			class SoundWeapon
			{
				class interact
				{
					soundset = "tearbook_SoundSet";
					id = 70;
				};
			};
		};
	};
	class BookBible: Book1
	{
		scope=2;
		title="Библия";
		author="King James Version";
		lootTag[]=
		{
			"Religious"
		};
		displayName="Библия";
		descriptionShort="Книги сейчас редкость. Вы конечно можете разорвать её и получить немного бумаги, но лучше, сохранить наследие.";
		rotationFlags=1;
		hiddenSelectionsTextures[]=
		{
			"dz\gear\books\data\book_bible_CO.paa"
		};
	};

Однако их никто не может найти, а в логах есть такая запись

23:23:57.600 !!! Failed to register class within Central Economy: "BookBible", not inhterited properly?

Кто-нибудь может подсказать в чём ошибка?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
requiredAddons[] = {"DZ_Gear_Books"};
class Book_Base;
    class BookBible: Book_Base
    {
        scope = 2;
        title = "The Bible";
        author = "King James Version";
        lootTag[] = {"Religious"};
        displayName = "Библия";
        descriptionShort = "King James Version";
        rotationFlags = 1;
        hiddenSelectionsTextures[] = {"dz\gear\books\data\book_bible_CO.paa"};
    };

С таким раскладом всё спавнится

Edited by Vorin (see edit history)

Share this post


Link to post
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.