• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Repack zTeam S6E3+Sources

Newbie Spellweaver
Joined
Feb 28, 2016
Messages
25
Reaction score
0
Nice release! Do you guys have any monster file with GMO spots and stats?
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
119
Reaction score
6
I find thix fix, and it now Works, Golden Invasion work fine, lizard king work and not crush GS

find
Code:
for (n=0;n<OBJ_MAXMONSTER;n++)
{
MapNumber = 7;

if ( gObj[n].Class == 80 ) // Devil Lizard King
{
gObj[n].Live = TRUE;
gObj[n].MapNumber = MapNumber;

while ( gMSetBase.GetBoxPosition(MapNumber, 50, 10, 250, 200, gObj[n].X, gObj[n].Y) == 0 )
{

}

this->m_BossDevilLizardKingMapNumber = gObj[n].MapNumber;
this->m_BossDevilLizardKingMapX = gObj[n].X;
this->m_BossDevilLizardKingMapY = gObj[n].Y;

gObj[n].Life = gObj[n].MaxLife;
replace with

Code:
for (n=0;n<OBJ_MAXMONSTER;n++)
{


if ( gObj[n].Class == 80 ) // Devil Lizard King
{
gObj[n].Live = TRUE;
MapNumber = 7;
gObj[n].MapNumber = MapNumber;

while ( gMSetBase.GetBoxPosition(MapNumber, 50, 10, 250, 200, gObj[n].X, gObj[n].Y) == 0 )
{

}

this->m_BossDevilLizardKingMapNumber = gObj[n].MapNumber;
this->m_BossDevilLizardKingMapX = gObj[n].X;
this->m_BossDevilLizardKingMapY = gObj[n].Y;

gObj[n].Life = gObj[n].MaxLife;
gObj[n].TX = gObj[n].X;
gObj[n].TY = gObj[n].Y;
gObj[n].MTX = gObj[n].X;
gObj[n].MTY = gObj[n].Y;
gObj[n].StartX = gObj[n].X;
gObj[n].StartY = gObj[n].Y;
gObj[n].m_State = 1;
gObj[n].PathCount = 0;

What fail edit?



Ok i found EldaradoEvent.cpp
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
how to fix this high HP even you have lower vitality


Benczek - [Release] Repack zTeam S6E3+Sources - RaGEZONE Forums


Benczek - [Release] Repack zTeam S6E3+Sources - RaGEZONE Forums
 
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
1> Need finish CashShop
1> Need add all items effects (cashshop rings and etc)

NOT FULL !!! :)
the cash shop rings are in my old sources somewhere posted on thus forum, as for cashshop everything works fine except for the gift option

 
Initiate Mage
Joined
Mar 2, 2008
Messages
2
Reaction score
0
Bullshet server. I can't create a main to enter on my server. zEncoder is fking stupid. GG for server files but not GG
 
Don't be afraid to ask!
Loyal Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
Bullshet server. I can't create a main to enter on my server. zEncoder is fking stupid. GG for server files but not GG

Its your fault, every server which using this or any kind of remake from this files are running well, so If you dont know how to use the encoder etc... dont be angry,just ask the community.. :)



how to fix this high HP even you have lower vitality


Benczek - [Release] Repack zTeam S6E3+Sources - RaGEZONE Forums


Benczek - [Release] Repack zTeam S6E3+Sources - RaGEZONE Forums

You need to turn off the CharacterHPIncPercent ( =0 ) and it will be okey.. :)
 
Newbie Spellweaver
Joined
Mar 25, 2016
Messages
28
Reaction score
13
can anybody share Monster.txt and MonsterSetBase.txt without error on npc and how to adjust zen drop is to high
 
Back
Top