Jump to content

Ira™

Banned
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Ira™

  1. Because you have problem with linking. 

    You are probably not linking to those libraries libs (.so or .a) look at the documentation and see what libs you need to link your program with.The compiler is basically complaining about the fact that you haven't told it 

     

    which is the constructor for the StandardAnalyser class.

    You are forward declaring the class but not defining it which doesn't really make sense. If it is defined in the header files then you don't need to forward declare it. If it is a class the you are creating then just forward declaring it is not enough. You need to define the class. You seem to have straddled the fence.

     

    namespace Ira 
    {
        namespace analysis 
       {
            namespace standard
            {
                class StandardAnalyzer;
            }
        }
    }

    is the forward declaration. It just tells the compiler that the class exists, it doesn't tell the compiler anything about it. The compiler needs a class definition.

    So, is it a class that is defined in the CIra libraries or is it a class you are creating yourself? Your solution depends on your answer.

  2. INSERT INTO `item_proto` VALUES ('79501', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '100000', '0', '0', '0', '0', '0', '7', '86400', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');
    INSERT INTO `item_proto` VALUES ('79502', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '550000', '0', '0', '0', '0', '0', '7', '604800', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');
    INSERT INTO `item_proto` VALUES ('79503', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '0', '0', '0', '0', '0', '0', '7', '1296000', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');
    INSERT INTO `item_proto` VALUES ('79504', 0x3F, 0x4172726F777320517569766572, '1', '0', '0', '1', '204980', '20', '512', '', '0', '0', '0', '0', '0', '0', '7', '2592000', '0', '0', '0', '0', '0', '0', '0', '0', '17', '4', '0', '25', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0');
    

    Here is, but you musy replace FLAG 

    I don't have that flag in db and item_proto structure,  actual type is  ITEM_WEAPON (type number 1) .

    You must generate code flag for : WEAPON_UNLIMITED_ARROW  (You must generate number type and replace intro item_proto navicat manually)

    • Love 1
  3. My problem is that i must Buy 2 Servers. 1 for compile and 1 for play.. because i use up to 4 Channels and so i can't use more then 4?GB Ram on a 32bit Maschine ._.

    That's why i need to compile on 64 Bit.. did anyone have a other soulution?

    I don't wana compile on PC.. Upload Game (43MB) cost to many time

    Solution :

    Try by yourself. And ask for help for errors. What is that you ask someone to work for you.What do I mean by that? If you need someone to work for you pays, so you turn to your offering your services.

    To help / questions post errors, problems occur when trying alone. Do not ask directly, I want that, I want that.

    I've said before, try alone and i help you ...whit that.

    All the best.  Ira :D

  4. 1. I use Eternexus

    2. The Property eix/epk are from my other client, where I can see the Buildings.

    3. I'm already using a other client

    But anyway for the help and flame.

    Alina said to show us syserr.

    What's so hard?  For this si syserr created, to tell you where is the problem.

    Soo, show that syserr.

×
×
  • Create New...

Important Information

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