[Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

Page 24 of 28 FirstFirst ... 1416171819202122232425262728 LastLast
Results 346 to 360 of 409
  1. #346
    O_o psychedelic is offline
    MemberRank
    Nov 2013 Join Date
    LatviaLocation
    270Posts

    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:


  2. #347
    Proficient Member muzic25 is offline
    MemberRank
    Aug 2008 Join Date
    HungaryLocation
    183Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by psychedelic View Post
    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="" />

  3. #348
    Proficient Member muzic25 is offline
    MemberRank
    Aug 2008 Join Date
    HungaryLocation
    183Posts

    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

  4. #349
    Account Upgraded | Title Enabled! michael_admin is offline
    MemberRank
    Dec 2004 Join Date
    PeruLocation
    267Posts

    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



    Thanks
    Last edited by michael_admin; 13-03-17 at 08:11 PM.

  5. #350
    Proficient Member muzic25 is offline
    MemberRank
    Aug 2008 Join Date
    HungaryLocation
    183Posts

    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

    if ( g_ArcaBattle.IsArcaBattleServer() == TRUE && lpItem->m_Type == ITEMGET(13,147) )
    {
    g_ArcaBattle.BootyItemGetCnt(&gObj[aIndex]);
    }
    this:

    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);
    }

  6. #351
    -( . ) ( . )- clerigz is offline
    MemberRank
    Mar 2012 Join Date
    1,365Posts

    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

  7. #352
    Account Upgraded | Title Enabled! michael_admin is offline
    MemberRank
    Dec 2004 Join Date
    PeruLocation
    267Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by muzic25 View Post
    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

  8. #353
    Account Upgraded | Title Enabled! walter29 is offline
    MemberRank
    Dec 2007 Join Date
    316Posts

    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

  9. #354
    Proficient Member Luis_br is offline
    MemberRank
    Apr 2005 Join Date
    157Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by walter29 View Post
    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
    This is correct npc?

    correct is

    233 2 0 209 30 1 // Spirit of Archangel

    number 233

  10. #355
    Account Upgraded | Title Enabled! michael_admin is offline
    MemberRank
    Dec 2004 Join Date
    PeruLocation
    267Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by Luis_br View Post
    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

  11. #356
    Proficient Member muzic25 is offline
    MemberRank
    Aug 2008 Join Date
    HungaryLocation
    183Posts

    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

  12. #357
    Proficient Member Luis_br is offline
    MemberRank
    Apr 2005 Join Date
    157Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by michael_admin View Post
    not correct is 719 for Season X

    Thanks
    719? oO

    The source dont have npc talk for this index ^^

  13. #358
    Account Upgraded | Title Enabled! michael_admin is offline
    MemberRank
    Dec 2004 Join Date
    PeruLocation
    267Posts

    re: [Release] IGCN Season 10 Pre-Alpha (src-x10_pre-alpha) SRC (April/2016)

    Quote Originally Posted by Luis_br View Post
    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

  14. #359
    Account Upgraded | Title Enabled! walter29 is offline
    MemberRank
    Dec 2007 Join Date
    316Posts

    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.

  15. #360
    O_o psychedelic is offline
    MemberRank
    Nov 2013 Join Date
    LatviaLocation
    270Posts

    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



Advertisement