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)

Experienced Elementalist
Joined
Nov 26, 2008
Messages
253
Reaction score
67
@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.
 
Elite Diviner
Joined
Sep 9, 2014
Messages
469
Reaction score
498
good, remove the ArenaAttack event that aggregates. And modified it to make it GoldenGoblin invasion and leave the item defect drope Titan's Anger

and I'm fixing the greed drop the item Kundun's.

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

-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jun 21, 2015
Messages
56
Reaction score
26
My Small Contribucion repack some things repaired


Changelog :


Add Message Global GM Is Online
Add message Global Winner and Looser In Duel
add Drop Monster Mitrhil Full Line In CommonServer.cfg :: By Callejero
add Drop Monster Elixir Full Line In CommonServer.cfg :: By Callejero
add SummonTheDemons : By Michi28
SummonTheDemons Kunduns Greed No Work!
add Event Acheron 80% Work: By Michi28
Fix LuckyItem And DarkSide On Trade : By Soumyxorp
Fix Problem In ChaosMachine.xml load when GameServer : By Callejero
XMaxAttackEventx :: By Michi28
ArenaAttackEvent :: By Michi28
Add 3 ExtraMultiwarehouse Total 8 :: By Callejero




Cliente By Michi28



Server Files

Share Source please.
 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
@Wortex after having removed the comment the GameServer to crash when trying to log into the game

/*if ( m_ObjBill[aIndex].SetBill( lpMsg->PayCode, lpMsg->EndTime, &lpMsg->EndDays[0] ) == TRUE )//need to fix here
{
gObjAddMsgSendDelay(&gObj[aIndex], 1000, aIndex, 100, 0);
}*/



I kept that way, and enter the normal game put the / post does not work even adding the dll which provided fixed and appears mesagem that I showed before after running the command.
LV32LbQ - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 17, 2013
Messages
59
Reaction score
7
My Small Contribucion repack some things repaired


Changelog :


Add Message Global GM Is Online
Add message Global Winner and Looser In Duel
add Drop Monster Mitrhil Full Line In CommonServer.cfg :: By Callejero
add Drop Monster Elixir Full Line In CommonServer.cfg :: By Callejero
add SummonTheDemons : By Michi28
SummonTheDemons Kunduns Greed No Work!
add Event Acheron 80% Work: By Michi28
Fix LuckyItem And DarkSide On Trade : By Soumyxorp
Fix Problem In ChaosMachine.xml load when GameServer : By Callejero
XMaxAttackEventx :: By Michi28
ArenaAttackEvent :: By Michi28
Add 3 ExtraMultiwarehouse Total 8 :: By Callejero

Exclusive credits to Zteam files Sources
DarkSim


Cliente By Michi28



Server Files

CommonServer.cfg >> double config ?

ElementSlotCountRate1 = 100
ElementSlotCountRate2 = 195
ElementSlotCountRate3 = 150
ElementSlotCountRate4 = 80
ElementSlotCountRate5 = 10000

...

ElementSlotCountRate1 = 900
ElementSlotCountRate2 = 795
ElementSlotCountRate3 = 250
ElementSlotCountRate4 = 80
ElementSlotCountRate5 = 0
 
Newbie Spellweaver
Joined
Aug 17, 2013
Messages
59
Reaction score
7
if anyone want to TEST Muren's Book of Magic or Scroll of Etramu always have 5 slot when drop, try this :
GS src >> ElementalSystem.cpp >>
Find this method
BOOL CElementalSystem::Drop(LPOBJ lpObj,LPOBJ lpTargetObj)
Edit code like that ( have two sections, one for book, one for scroll )
/*
SocketOption[0] = -1;
SocketOption[1] = -1;
SocketOption[2] = -1;
SocketOption[3] = -1;
SocketOption[4] = -1;

int scount = this->m_SlotCountRate.GetRandomValue(eRANDOMPOOL_BY_WEIGHT);
int count = 0;

do
{
int slot = rand()%5;

if( SocketOption[slot] == (BYTE)-1)
{
SocketOption[slot] = 0xFE;
count++;
}
} while (scount != count);
*/
// Rim - always have 5 slot when drop
SocketOption[0] = 0xFE;
SocketOption[1] = 0xFE;
SocketOption[2] = 0xFE;
SocketOption[3] = 0xFE;
SocketOption[4] = 0xFE;

Result :
F2rW9Yv - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


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


PS : ofcourse, create config lines in CommonServer.cfg like Callejero did is better.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 26, 2014
Messages
78
Reaction score
3
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
Originally Posted by Callejero -=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums My Small Contribucion repack some things repaired


Changelog :


Add Message Global GM Is Online
Add message Global Winner and Looser In Duel
add Drop Monster Mitrhil Full Line In CommonServer.cfg :: By Callejero
add Drop Monster Elixir Full Line In CommonServer.cfg :: By Callejero
add SummonTheDemons : By Michi28
SummonTheDemons Kunduns Greed No Work!
add Event Acheron 80% Work: By Michi28
Fix LuckyItem And DarkSide On Trade : By Soumyxorp
Fix Problem In ChaosMachine.xml load when GameServer : By Callejero
XMaxAttackEventx :: By Michi28
ArenaAttackEvent :: By Michi28
Add 3 ExtraMultiwarehouse Total 8 :: By Callejero




Cliente By Michi28
ClientS8


Server Files

https://mega.co.nz/#!h8QH1DQI!NyWir2...ViBpIkoCNVxvPA

I have this problem



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

and
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Sep 17, 2009
Messages
41
Reaction score
0
Can someone share the entire folder Server? the files Repack Callejero Zteam s8 It seems to be missing files; X
 
Newbie Spellweaver
Joined
Aug 17, 2013
Messages
59
Reaction score
7
have few customs :
- Game master [ GM's name ] is online
- Show GM's name when GM using "! content"
- Show name winner and loser in Duel
 
Joined
Jul 10, 2009
Messages
527
Reaction score
51
have few customs :
- Game master [ GM's name ] is online
- Show GM's name when GM using "! content"
- Show name winner and loser in Duel

nice! maybe i will use this one the basic the better! thank you bro! BTW we are premium zteam files!.,we are felt really down but im glad some people here in RZ continuing developing the source.,
 
Initiate Mage
Joined
Jul 30, 2015
Messages
2
Reaction score
0
I'm getting GS crashes everytime I try log in both locally and outside my network.. anyone else have this problem? I'm using crack fix and latest db (i think)
 
Back
Top