Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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

Newbie Spellweaver
Joined
Dec 24, 2007
Messages
61
Reaction score
5
Help me! I cant acces to event (blood, devil, etc..)




Fixed BloodCastle Event No Monster
Fixed DevilSquare Event No Monster
Fixed NPC Warp Event Map Square
Update Arena Map Add Monster
Download :

good work! but, how can i go to event?
 
Newbie Spellweaver
Joined
Dec 24, 2007
Messages
61
Reaction score
5
box kundum not drop item excellent.


i probbed Exc="3" Exc="2" Exc="1" and nothing..

command offattack not found.
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
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:

 
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
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="" />
 
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
ITL source + calls + files :
inside the rar the txt files is for appending :):

Where i can found the ITL procedures for the database? Because its needed to complete
 
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
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

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


Thanks
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
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);
}
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
anyone can share the complete library for this and also the source?

Thank you in advance
 
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
ITL source + calls + files :
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
 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
Does anyone know how I can get event npc to work? Because when I click on one of them, open this inventory:

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

 
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
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
 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
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.
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
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
 
Back
Top