• 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] zTeam Season 6 EP3 + Source

Newbie Spellweaver
Joined
Mar 18, 2013
Messages
32
Reaction score
1
how about the global message on normal players how to fix it?

@kuskevel

hmm can you tell me what to edit on the source?
 
Newbie Spellweaver
Joined
Aug 27, 2012
Messages
52
Reaction score
0
Bugs i found:

Server:
Cant send global message to all servers (dont work in subservers).
Medusa (Boss) And Dark Elf dont respawn.
IT dont wotk.
After guild win in siege score and wins dont update in database

Client:
TimeBar.ozt dont read from zClient.dll.
Sphere 4 and 5 dont show item name and info

BTW somone can post last sql server 200 database?
 
Experienced Elementalist
Joined
Mar 20, 2008
Messages
298
Reaction score
26
Its hard to prevent to use the same socket option two or more times on same item?

And what about update character table every X time in place of update it every time that get exp... In S8 zTeam made it but dont know if its on ds or in gs and how...

Thanks..
 
Newbie Spellweaver
Joined
Mar 28, 2014
Messages
34
Reaction score
0
guys how fix this reinforcement option error?
Th3AnG3L - [Release] zTeam Season 6 EP3 + Source - RaGEZONE Forums
 
Joined
Mar 23, 2013
Messages
416
Reaction score
28
- Mix Jewels Fix
- Double Goer Fixed
- Elf Summon Fix
- /give15bless Fix
- Drop Zero Money Fix
- JewelOfHarmony Fix
- Aliennation Added
-
BalanceSystem Added
- ItemDropBlock Added
- New ItemDropEx Added
- MonsterSpawner Added
What does it means BalanceSystem?
the PvP Balance or what?
 
Newbie Spellweaver
Joined
Jun 8, 2014
Messages
84
Reaction score
1
Land of Trial Senior if it fails do not disappear and zen stones. Need a fix please. Thank you!
 
Last edited:
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
Land of Trial Senior if it fails do not disappear and zen stones. Need a fix please. Thank you!
Find void CMixSystem::CastleSpecialItemMix(LPOBJ lpObj)
Find

else
{
this->ChaosBoxInit(lpObj);
GCUserChaosBoxSend(lpObj, 1);
DataSend(lpObj->m_Index, (LPBYTE)&pMsg, pMsg.h.size);
// ----
LogAddTD("[4thWingsMix] [%s][%s] CBMix Fail %d Money : %d-%d",
lpObj->AccountID, lpObj->Name, lpObj->ChaosSuccessRate,
lpObj->Money, MixMoney);
// ----
lpObj->ChaosLock = FALSE;
}
change GCUserChaosBoxSend(lpObj, 1); to ::GCUserChaosBoxSend(lpObj, 0);

How to add effect for new wings? like s8
 
Experienced Elementalist
Joined
Sep 20, 2012
Messages
288
Reaction score
74
How to prevent NPC disappear in crywolf?

I try this from webmonkey:



but NPC Werewolf Quarrel just not appear

that function is to reload cw npcs when u reload monsters from gs
originally cw npcs dissapear if cw is not defended
if u want the npcs to be there all the time, u have to go at that function ( getoccupationstate ) and delete the check for npcs
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
You need change ip in common.txt, pack this with encoder.exe, rename common.txt.z in common.z and put this in Data\custom

Tnx sir working now ^_^


but if i login i receive this error
samsunggon = new account but if i login<<< i got this error doesnt much the character
test= other account <<<<< error is if i choose character like testSM say character data settings fail
and i try to make other character in test account but still same error. and my main stop only.

im using MSSQL2000
View attachment 148137


tnx
 
selling server files is against RZ rules
Joined
Feb 26, 2013
Messages
542
Reaction score
131
Tnx sir working now ^_^


but if i login i receive this error
samsunggon = new account but if i login<<< i got this error doesnt much the character
test= other account <<<<< error is if i choose character like testSM say character data settings fail
and i try to make other character in test account but still same error. and my main stop only.

im using MSSQL2000
View attachment 148137


tnx

in query analizer

USE MUONLINE
GO
ALTER TABLE Character ADD COLUMN OFFTrade INT NULL
GO
ALTER TABLE Character ADD COLUMN GrandReset INT NULL
GO
ALTER TABLE Character ADD COLUMN OffExp INT NULL
GO
UPDATE Character SET Offtrade = 0, GrandReset = 0, OffExp = 0
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
in query analizer

USE MUONLINE
GO
ALTER TABLE Character ADD COLUMN OFFTrade INT NULL
GO
ALTER TABLE Character ADD COLUMN GrandReset INT NULL
GO
ALTER TABLE Character ADD COLUMN OffExp INT NULL
GO
UPDATE Character SET Offtrade = 0, GrandReset = 0, OffExp = 0

this is the result sir.

Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'COLUMN'.
Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'COLUMN'.
Server: Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'COLUMN'.
Server: Msg 207, Level 16, State 1, Line 1
Invalid column name 'Offtrade'.
 
Newbie Spellweaver
Joined
Mar 18, 2013
Messages
32
Reaction score
1
HOW TO ADD CRYWOLF AND BARACKS ON MOVEREQ? and HOW TO FIX RESET SYSTEM ( when i do reset and i login to the game it says [Server requirements 0 - 0 resets] ) help me please?
 
Back
Top