• Announcement:
    In order to download VIP files, you need to UPGRADE your account.

Not answered Dracarys Renewal Book System - Error cant use and no Interface

Member
Jan
Threads
1
38
0
6
HubMoney
198
Hello Guys,

I implemented the Dracarys Book Mission System, so far so good and no Errors in any of the Logs.

But when i want to use the Mission Book now i just get: "You can´t get more Mission on the Book" and i dont know how to get into the Interface...

Maybe someone could help me in this Case, would be very kind, i tried to Re-Install.
The Text comes from:
#if defined(__MISSION_BOOKS__)
void CHARACTER_MANAGER::GiveNewMission(LPITEM missionBook, LPCHARACTER ch)
{
if (!missionBook || !ch)
return;
const DWORD missionBookItem = missionBook->GetVnum();
if (ch->MissionCount() >= MISSION_BOOK_MAX )
{
ch->ChatPacket(CHAT_TYPE_INFO, "You can't read new mission book.");
return;
}

Item Proto the Books are Type 18 / ITEM_QUEST
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
65
1,505
1
610
113
HubMoney
975
Hello Guys,

I implemented the Dracarys Book Mission System, so far so good and no Errors in any of the Logs.

But when i want to use the Mission Book now i just get: "You can´t get more Mission on the Book" and i dont know how to get into the Interface...

Maybe someone could help me in this Case, would be very kind, i tried to Re-Install.
The Text comes from:
#if defined(__MISSION_BOOKS__)
void CHARACTER_MANAGER::GiveNewMission(LPITEM missionBook, LPCHARACTER ch)
{
if (!missionBook || !ch)
return;
const DWORD missionBookItem = missionBook->GetVnum();
if (ch->MissionCount() >= MISSION_BOOK_MAX )
{
ch->ChatPacket(CHAT_TYPE_INFO, "You can't read new mission book.");
return;
}

Item Proto the Books are Type 18 / ITEM_QUEST

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock