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
Dec 13, 2004
Messages
207
Reaction score
35
try with

check the tables and column names since i havent worked in this files since some time ago
PHP:
ALTER TABLE Character
ALTER COLUMN Money SET DEFAULT 10000000

Default is already zero
wW88H2m - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 12, 2012
Messages
60
Reaction score
16
Default is already zero
wW88H2m - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

1)Add column Money(int) to dbo.DefaultClassType
ztnO0Ys - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

2)Edit Stored Procedure WZ_CreateCharacter as on the picture and press Execute btn
Ya70B17 - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

3)Go to game and create new character=)
5Le7JlV - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


All works great!)
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
1)Add column Money(int) to dbo.DefaultClassType
ztnO0Ys - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

2)Edit Stored Procedure WZ_CreateCharacter as on the picture and press Execute btn
Ya70B17 - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

3)Go to game and create new character=)
5Le7JlV - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


All works great!)

Not for me :(
r0xSzXd - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

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

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




Fixed. But I don't know why...
I changed DB to "Z-Team S8\MuServer\CleanDB\MuOnline.bak" and now I can change starting zen.
Before I used "Z-Team S8\MuServer\ModifiedDB.bak" and was unable to change starting zen.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 19, 2009
Messages
21
Reaction score
0
Here's QuestInfo and QuestProgress for Gens.

Add these to their respective files.
Credits: Wortex, PSalazar (for Contrib struct, hope it works!)


QuestProgress.txt
Code:
// ------------------------------
// Gens Vanert
// ------------------------------
// Index    NPC ID        MapSubIndex (Default -1)
16            543            -1

// ------------------------------
//ID    MiLVL    MaLVL    x    Obj    x    End    x    x    DW    BK    ELF    MG    DL    SUM
0        150        219        0    2    0    1    -1    -1    1    1    1    1    1    1
3        220        249        0    5    0    4    -1    -1    1    1    1    1    1    1
6        250        299        0    8    0    7    -1    -1    1    1    1    1    1    1    
9        300        379        0    11    0    10    -1    -1    1    1    1    1    1    1
12        380        1001    0    14    0    13    -1    -1    1    1    1    1    1    1
end

// ------------------------------
// Gens Duprian
// ------------------------------
// Index    NPC ID        MapSubIndex (Default -1)
17            544            -1

// ------------------------------
//ID    MiLVL    MaLVL    x    Obj    x    End    x    x    DW    BK    ELF    MG    DL    SUM
0        150        219        0    2    0    1    -1    -1    1    1    1    1    1    1
3        220        249        0    5    0    4    -1    -1    1    1    1    1    1    1
6        250        299        0    8    0    7    -1    -1    1    1    1    1    1    1    
9        300        379        0    11    0    10    -1    -1    1    1    1    1    1    1
12        380        1001    0    14    0    13    -1    -1    1    1    1    1    1    1    
end

QuestInfo.txt
Code:
// ------------------------------
// Gens Vanert
// ------------------------------
16
//ID    
0 // Quest 1
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        46        0    0    50
// Reward
1    1    0    0    0    100000    // <Exp
1    4    14    35    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    3    3    3    3    3   3
end
// --------------------------------------------------------
3 // Quest 2
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        308        0    0    50
// Reward
1    1    0    0    0    200000    // <Exp
1    4    14    35    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    6    6    6    6    6   6
end
// --------------------------------------------------------
6 // Quest 3
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        351        0    0    50
// Reward
1    1    0    0    0    300000    // <Exp
1    4    14    36    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    9    9    9    9    9   9
end
// --------------------------------------------------------
9 // Quest 4
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        486        0    0    50
// Reward
1    1    0    0    0    400000    // <Exp
1    4    14    37    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    12    12    12    12    12   12
end
// --------------------------------------------------------
12 // Quest 5
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        442        0    0    50
// Reward
1    1    0    0    0    450000    // <Exp
1    4    14    37    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    0    0    0    0    0   0
end

end


// ------------------------------
// Gens Duprian
// ------------------------------
17
//ID    
0 // Quest 1
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        52        0    0    50
// Reward
1    1    0    0    0    150000    // <Exp
1    4    14    38    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    3    3    3    3    3   3
end
// --------------------------------------------------------
3 // Quest 2
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        306        0    0    50
// Reward
1    1    0    0    0    250000    // <Exp
1    4    14    38    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    6    6    6    6    6   6
end
// --------------------------------------------------------
6 // Quest 3
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        352        0    0    50
// Reward
1    1    0    0    0    350000    // <Exp
1    4    14    39    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    9    9    9    9    9   9
end
// --------------------------------------------------------
9 // Quest 4
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        489        0    0    50
// Reward
1    1    0    0    0    450000    // <Exp
1    4    14    40    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    12    12    12    12    12   12
end
// --------------------------------------------------------
12 // Quest 5
// Condition
//x    MobKill    MobNR    x    x    Count
0    1        448        0    0    50
// Reward
1    1    0    0    0    500000    // <Exp
1    4    14    40    0    3        // <Item
1    16    1    1    1    5        // <Contrib
// Next Stage
2    0    0    0    0    0   0
end

end

P.S. You'll need to fill in the gaps. I'll do that, but on a later date, if you're impatient, move your lazy butt.

not work
 
Newbie Spellweaver
Joined
Jul 9, 2014
Messages
77
Reaction score
7
How to fix? (Dark Raven)

 
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
Is this a client 'bug'? Some items are dropped in the wrong direction.
ZTJTBcZ - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums




How to fix? (Dark Raven)


Client S8E3 should fix this. Where to find it; I don't know.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
Could anyone test the impale skill? It doesn't render the skill particle effect and sound effect.
qVSCPbF - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


It should show this. :(
KyPUPde - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums


You can find the client?

No idea where to start looking.
 

Attachments

You must be registered for see attachments list
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
anyone encounter this problem?

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




SQL Server invalid object name 'web_Mix_Achiev'
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
please help database not auto creat account !!! help me thanks more

check in zmultiserver1

change 0 = 1

[JoinServer]
Enabled = 1
TCPPort = 55970
UDPIp = "127.0.0.1"
UDPPort = 55558
DSN = "MuOnline"
DSN_CONNECT = "MuOnline"
UseMD5Encrypt = 0
AutoRegistration = 1
AutoRegistrationMinLength = 0
 
Initiate Mage
Joined
Sep 28, 2013
Messages
4
Reaction score
9
1>ScriptEncode.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\ScriptEncode.cpp': No such file or directory
1>License.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\License.cpp': No such file or directory
1>DuelManager.cpp
1>c1xx : fatal error C1083: Cannot open source file: '.\DuelManager.cpp': No such file or directory
1>Generating Code...
1>Build log was saved at "file://d:\muserver\ZTSeason8\GameServer\Source\Release\BuildLog.htm"
1>GameServer - 4 error(s), 14 warning(s)
Need help....
 
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
Anyone know if blue event is configurable?
zhdmQGc - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top