re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
natzugen
Code:
1
//Category Index
7 1 //-> Red Dragon Helm
end
i havent tested it since i dont really use this custom but it should work
Remove the number "1" as the group and this will work.
re: [Release] zTeam Season 6 EP3 + Source
Hi guys. Help me please: I use these files to create an account, but when entering the game writes to me "Your account is invalid" I know that this is a problem with the database in the MD5 but I can not find where to turn off encryption, MD5. Help me please.
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
DefenderCross
Hi guys. Help me please: I use these files to create an account, but when entering the game writes to me "Your account is invalid" I know that this is a problem with the database in the MD5 but I can not find where to turn off encryption, MD5. Help me please.
Open SQL --> MuOnline database --> MEMB_INFO (right click on it and choose Design) --> change value of memb_pwd from "vabinary (16)" to "varchar (10)". Hope this helps.
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
phgkhh
Open SQL --> MuOnline database --> MEMB_INFO (right click on it and choose Design) --> change value of memb_pwd from "vabinary (16)" to "varchar (10)". Hope this helps.
Thanks for the answer, but there is the matter that is varhar (10) ....
And I can read the password in the database. A feeling that JoinServer uses encryption MD5, if so, where is it off?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
draco425
can sources share HP/SD BAR in CHARACTER PLEASE?
Please!
re: [Release] zTeam Season 6 EP3 + Source
[REPOST]
adding a socket to an item give me this..
https://forum.ragezone.com/cache.php...%2F3Bn3wCP.png
someone know to fix this?
tried natzugen solution but main won't pop up.
re: [Release] zTeam Season 6 EP3 + Source
I am having problem with Illusion Temple Event.
When to teleport to the map of the event, the client closes!
Someone is with this problem? :$:
re: [Release] zTeam Season 6 EP3 + Source
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
PiECLOUD
go to gmmng.cpp
search for
Code:
case COMMAND_ADDCOM:
the function should look like this
Code:
case COMMAND_ADDCOM: {
int iPoints = this->GetTokenNumber();
// ----
if( lpObj->Class != CLASS_DARKLORD )
{
return FALSE;
}
// ----
if( lpObj->Leadership + iPoints > g_MaxStat )
{
GCServerMsgStringSend("You can't add more stats", lpObj->m_Index, 1);
return FALSE;
}
// ----
if( iPoints == NULL )
{
GCServerMsgStringSend("Error in syntax of command", lpObj->m_Index, 1);
return FALSE;
}
// ----
if( lpObj->LevelUpPoint < iPoints || iPoints < 1 )
{
GCServerMsgStringSend("Not enough points to add", lpObj->m_Index, 1);
return FALSE;
}
// ----
lpObj->Leadership += iPoints;
lpObj->LevelUpPoint -= iPoints;
// ----
GCReFillSend(aIndex, (int)lpObj->MaxLife + lpObj->AddLife, 0xFE, 0, lpObj->iMaxShield + lpObj->iAddShield);
gObjSetBP(aIndex);
GCManaSend(aIndex,(int)lpObj->MaxMana + lpObj->AddMana, 0xFE, 0, lpObj->MaxBP + lpObj->AddBP);
gObjCalCharacter(aIndex);
UpdateCharInfo(aIndex);
// ----
return TRUE;
}
break;
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
PiECLOUD
Have posted solution for this. Use natzugen method but in file SocketItem.ini under client side, remove the group "1", just need the "end" at final.
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
phgkhh
Have posted solution for this. Use natzugen method but in file SocketItem.ini under client side, remove the group "1", just need the "end" at final.
nope. I can't even connect. just until the log in box when I enter nothing happens..
would you mind giving me your client source?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
PiECLOUD
nope. I can't even connect. just until the log in box when I enter nothing happens..
would you mind giving me your client source?
Sorry I cant as I have some custom on my source.
re: [Release] zTeam Season 6 EP3 + Source
someone help me, i'm try add mix wing lv 4th but have problem, i can't drop mix item to chaos box!
https://j.gifs.com/n5504P.gif
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
ikenylee
omg, stealed from lorentum ^_^
re: [Release] zTeam Season 6 EP3 + Source
please upload database 2000