re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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:
https://www.youtube.com/watch?v=TG2Ki5rKkKs
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
psychedelic
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="" />
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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
http://i.imgur.com/h9vTUeR.jpg?1
Thanks
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Small wing fix for the item original use:
Search in void GameProtocol::CGItemGetRequest and add bellow
Quote:
if ( g_ArcaBattle.IsArcaBattleServer() == TRUE && lpItem->m_Type == ITEMGET(13,147) )
{
g_ArcaBattle.BootyItemGetCnt(&gObj[aIndex]);
}
this:
Quote:
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);
}
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
anyone can share the complete library for this and also the source?
Thank you in advance
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
muzic25
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
you have party fix ?
Thanks
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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
http://image.prntscr.com/image/07b13...c4c615db71.jpg
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
walter29
This is correct npc?
correct is
233 2 0 209 30 1 // Spirit of Archangel
number 233
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
Luis_br
This is correct npc?
correct is
233 2 0 209 30 1 // Spirit of Archangel
number 233
not correct is 719 for Season X
Thanks
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
michael_admin
not correct is 719 for Season X
Thanks
719? oO
The source dont have npc talk for this index ^^
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
Quote:
Originally Posted by
Luis_br
719? oO
The source dont have npc talk for this index ^^
HI¨
yes the source dont have
you need add the npc news to source
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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.
re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)
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