Started import Market gs to Normal...
But have some bugs. One of them is that when move to loren market, map doesnt loads all.. watch movie:
Started import Market gs to Normal...
But have some bugs. One of them is that when move to loren market, map doesnt loads all.. watch movie:
It loads the map but it's wrong coordinate
Modify the "IGC_GateSettings.xml" file, replace the line inside
<Gate Index="333" Flag="0" MapNumber="79" StartX="56" StartY="74" EndX="58" EndY="77" Target="0" Direction="0" MinLevel="0" Name="" />
or this idk at the moment
<Gate Index="492" Flag="2" MapNumber="79" StartX="203" StartY="56" EndX="207" EndY="59" Target="0" Direction="0" MinLevel="0" Name="" />
ITL source + calls + files : Link
inside the rar the txt files is for appending
Where i can found the ITL procedures for the database? Because its needed to complete
Hi
Someone can share or help me with the sources, so that it works NPC James
ESP: alguien me puede compartir o ayudar con las sources, para que funcione NPC James
Thanks
Last edited by michael_admin; 13-03-17 at 08:11 PM.
Small wing fix for the item original use:
Search in void GameProtocol::CGItemGetRequest and add bellow
this:if ( g_ArcaBattle.IsArcaBattleServer() == TRUE && lpItem->m_Type == ITEMGET(13,147) )
{
g_ArcaBattle.BootyItemGetCnt(&gObj[aIndex]);
}
if (lpItem->m_Type == ITEMGET(12, 266))
{
g_PeriodItemEx.SetPeriodItemInfo(&gObj[aIndex], lpItem->m_Type, lpItem->m_Number, 5000);
GCItemListSend(aIndex);
g_PeriodItemEx.OnRequestPeriodItemList(&gObj[aIndex]);
MapC[map_num].ItemGive(aIndex, item_num, true) == 4;
g_Log.Add("[ChaosCastleFinal][CCF-REWARD-WING] ACC:%s, NAME :%s ", gObj[aIndex].AccountID, gObj[aIndex].Name);
}
if (lpItem->m_Type == ITEMGET(12, 267))
{
g_PeriodItemEx.SetPeriodItemInfo(&gObj[aIndex], lpItem->m_Type, lpItem->m_Number, 5000);
GCItemListSend(aIndex);
g_PeriodItemEx.OnRequestPeriodItemList(&gObj[aIndex]);
MapC[map_num].ItemGive(aIndex, item_num, true) == 4;
g_Log.Add("[GoldColossus][REWARD-WING] ACC:%s, NAME :%s ", gObj[aIndex].AccountID, gObj[aIndex].Name);
}
anyone can share the complete library for this and also the source?
Thank you in advance
Does anyone know how I can get event npc to work? Because when I click on one of them, open this inventory:
http://image.prntscr.com/image/07b13...c4c615db71.jpg
It needs to be add at npctalk like case npc id and at gObjSetMonster in user.cpp
Tapatalkkal küldve az én ALE-L21 eszközömről
Anyone know what npc Levine function is?
Because npc Elin is opening up more goodbye when I try to open Levine, it's giving me the trouble of opening up an inventory looking like the other npc of the events I had reported before.
Have someone complete import market gs to normal? Pm me, who can give some help with npcjulia func complete to correct teleport to event square and map loading