Jump to content

SnakeSlap

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SnakeSlap

  1. Hello! First of all, thanks for the contribution.

    I have the same error that you mentioned above;

    char.cpp:

    No matching fuction for call to "CPetSystem:Summon(DWORD&, CItem*&, int)"

    PetSystem.h:

    candidates are CPetActor* CPetSystem:Summon(DWORD, CItem*, const char*, bool, DWORD)

    your file; char.cpp

    petSystem->Summon(mobVnum, petItem, false);

    my file; PetSystem.h

    CPetActor*    AddPet(DWORD mobVnum, const char* petName, const SPetAbility& ability, DWORD options = CPetActor::EPetOption_Followable | CPetActor::EPetOption_Summonable | CPetActor::EPetOption_Combatable);

    Any help is appreciated, thanks!

    • Love 1
  2. Hello, first of all congratulations and thank you very much for the contribution to Owsap!

    I am having an error when compiling the game source, I am quite new to this,

    o any help is greatly appreciated, again thank you very much in advance and greetings!

    Error in question;

    questmanager.cpp: In member function ´int quest:: CQuestManager::ReadQuestCagoryFile(WORD)´:

    questmanager.cpp:227: error: ´struct std:: string´has no member named ´front´

    questmanager.cpp:230: error: ´stoi´was not declared in this scope

    gmake: *** [OBJDIR/questmanager.o] Error 1

     

    Sorry for opening a new topic for this, but in the thread itself I can't see the reply or write message button anywhere,

    if I'm in the wrong place I apologize and move me if you think it's necessary, thank you.

×
×
  • 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.