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] zTeam Season 8 Episode 2 (Source)

Elite Diviner
Joined
Sep 9, 2014
Messages
469
Reaction score
498
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


Not Element Damage :(


retire // in

ElementalSystem.cpp

MsgOutput(lpObj->m_Index,"Base: [%d~%d]",lpObj->m_ElementalDamageMin,lpObj->m_ElementalDamageMax);
MsgOutput(lpObj->m_Index,"Increase dmg: %d%%",IncreaseDamage);
MsgOutput(lpObj->m_Index,"Add: [%d~%d]",AddDamageMin,AddDamageMax);
 
Experienced Elementalist
Joined
Jan 15, 2014
Messages
212
Reaction score
82
Does any 1 know how to fix Golden tarkan and golden atlans doesnt drop box of kundun 4 and 5?
 
Experienced Elementalist
Joined
Mar 20, 2008
Messages
298
Reaction score
26
So what happens is that I'm a free account and when I run the command / post this message appears as shown in the image below:
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums



the Wortex said the problem occurred because Ashlay used the method to solve the connection problem only on the local machine, and gave me this tip:
"@walter29 your issue is that you've used Ashlay's fix for the local server. Uncomment the last part because it's required for the management of your character's access if you're access level is less than 1."

I did what he said and the problem continues. :(:



In CommandManager.cpp replace this:

if( lpCommand->PremiumAccess >= 0 ) {
if( m_ObjBill[lpUser->m_Index].GetPayCode() < lpCommand->PremiumAccess )
{
return 4;
}
}

With this:

if( lpCommand->PremiumAccess > 0 ) {
if( m_ObjBill[lpUser->m_Index].GetPayCode() < lpCommand->PremiumAccess )
{
return 4;
}
}
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
guys who have sour that fix SD? can you share with me?
 
Junior Spellweaver
Joined
Feb 11, 2014
Messages
142
Reaction score
34
is there some Venezuelan over here?

can someone give me a hand with DB on Windows 10... i'm having trouble... just 2 days ago.. i don't know what happened! it was working fine... please. sorry my english
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Initiate Mage
Joined
Mar 10, 2013
Messages
1
Reaction score
0
Please help me . I wan't to limit join server level .

ex : level under 200 can join server and over alert Level hight cann't join

please sorry my bad English



and please some Item can't trade can't sell how to fit it
 
Junior Spellweaver
Joined
Apr 22, 2008
Messages
130
Reaction score
15
function fine. goldens

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


Michi could you share that with me?

I haven't been able to make golden monsters spawn in any way. Only up to tarkan. Which is by default.

I think I tried everything, editing monstersetbase, common server.

I even tried to make normal spots with the goldens but they just dont spawn for me.

Could the index in monster.txt be wrong?
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
is there some Venezuelan over here?

can someone give me a hand with DB on Windows 10... i'm having trouble... just 2 days ago.. i don't know what happened! it was working fine... please. sorry my english
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

make a shortcut with that and put 127.0.0.1
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
@michi28 : im using your sources; is Golden invasion event already fixed?
As on commonserver they are commented as "not use" and have 99999 as regen time.....
If not fixed would you mind sharing the fix code? Not a compiled .exe please; im working on the sources but need you to post your fixes instead of the exes....otherwise its a mess. Pm me if you want to speak in spanish with me ;)
 
Back
Top