Jump to content

Nocommentte

Members
  • Posts

    18
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Nocommentte

  1. I have a problem

    Dosent compile but i have cmake version 2.8.1

    gabi2 build # cmake .. -DPREFIX=/var/www/htdocs/serverzxc -DPCH=1

    CMake Error at bindings/ScriptDev2/CMakeLists.txt:95 (set_target_properties):

    set_target_properties called with incorrect number of arguments.

    CMake Error at bindings/ScriptDev2/CMakeLists.txt:133 (add_precompiled_header):

    Unknown CMake command "add_precompiled_header".

    CMake Warning (dev) in CMakeLists.txt:

    No cmake_minimum_required command is present. A line of code such as

    cmake_minimum_required(VERSION 2.8)

    should be added at the top of the file. The version specified may be lower

    if you wish to support older CMake versions for this project. For more

    information run "cmake --help-policy CMP0000".

    This warning is for project developers. Use -Wno-dev to suppress it.

    -- Configuring incomplete, errors occurred!

    gabi2 build # cmake --version

    cmake version 2.8.1

  2. Hello there , can someone help me about Recruit a friend sistem

    i need to make an php script to insert into db the account name of inviter and account of the invited but the fields in table got only guids.

    account_friends` (`id`, `friend_id`, `bind_date`, `expire_date`) 
    

    *is sistem made by mason

  3. When i try to learn Dual Talent Spec ports me in Tedrasil

    129_mangos_gossip_menu_option.sql

    DELETE FROM `gossip_menu_option` WHERE `id` = 16 AND `option_id` = 18;
    INSERT IGNORE INTO `locales_gossip_menu_option` (`menu_id`, `id`, `option_text_loc1`, `option_text_loc2`, `option_text_loc3`, `option_text_loc4`, `option_text_loc5`, `option_text_loc6`, `option_text_loc7`, `option_text_loc8`, `box_text_loc1`, `box_text_loc2`, `box_text_loc3`, `box_text_loc4`, `box_text_loc5`, `box_text_loc6`, `box_text_loc7`, `box_text_loc8`) VALUES
    (10371, 0, 'I want to buy dual-talent specialization', NULL, NULL, NULL, NULL, NULL, NULL, 'Я хочу купить специализацию Двойной талант', 'Are you sure you wish to purchase a Dual Talent Specialization?', NULL, NULL, NULL, NULL, NULL, NULL, 'Вы хотите купить специализацию Двойной талант?');
    UPDATE `gossip_menu_option` SET `option_id` = '1', `action_menu_id` = 10373, `action_script_id` = 50099 WHERE `menu_id` = 10371;
    

  4. Idk RSA...Source

    isnt first time compiling on linux...

    #
    # Copyright (C) 2005-2011 MaNGOS project <http://getmangos.eu/>
    #
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    #
    
    add_subdirectory(ScriptDev2)

    Here Cmake...

    i get that error when i try to patch mangos

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use