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 Repack + Video Guide

Voyager of Time and Space
Joined
Sep 27, 2008
Messages
598
Reaction score
159
Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums


Video Guide :


What it includes server-wise
Zteam Season 8 6-7 Server 1, 11-8 Server 2

What is inside ?
Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums



Changelog


Season 1 - Season 7 Events Working.
Modified Events, They all occur everyday.
Skill Tree Tested for all Class.
Configured EventItemBags, Set to like Webzen.
Modified Monstersetbase with Spots / NPCs in all Maps.
Modified All Shops with Items for all Classes + Extras.
Modified Drop Rates so Quest Items + Others + Extras Drop.
Modified Client Moves all now Sync with Server + New maps to move to.
Modified Database with Starting Item+0+L+Skill for all Class + 10m Zen
Modified Points per Level to Accomdate Bugs(only for Reset server.)
Modified some monsters to be Tough or Gives out more XP.
Replaced Main.exe with Main that can be started without Starter.exe.
Client crash when certain in-game buttons pressed fixed.
Few more configs i might have forgotten, Just check all.

Bug List


You cannot do guildwar on Server 1, so i added Server 2
You can GW,But you cannot drop eventbags.) Pick your poison lol.
Gens quest are not working.
Season 8 Events not Working.
Sometimes elf-summon attacks you.
Some bugs that were on zTeam S8

Download Links

Server Files :
Compatible Client :
Client Patch : http://forum.ragezone.com/redirect-...K!J2z49XxTPQLW2UFhv2gBF3Dt6QP7vy7SyhI-fiXZXZU
SQL 2008 Express :


Operating Systems that i personally tested on


Windows 8 Pro 64 bit
Windows 7 Ult 64 bit
Windows 2008 Standard R2 64 bit
Operating Systems that should work


Windows 7,8,2003,2008 32 bit / 64 bit
Ports

45302 - ConnectServer
14382 - GameServer
14482 - GameServer GW

Extras, Auto Reset + Gens Per Reset Job for SQL 2008 FULL runs every 1 second




Code:
[CENTER]declare @st_time datetime[/CENTER]
       ,@i int
select @st_time = getdate()
       ,@i = 0
while datediff(second, @st_time, getdate()) < 10
begin
       print 'this runtime: ' + convert(varchar, getdate(), 121)




BEGIN TRANSACTION




UPDATE GensUserInfo
SET memb_contribution=memb_contribution+10
FROM Character T1, MEMB_INFO T2, GameShop_Data T3, GensUserInfo T4, MEMB_STAT T5
WHERE T1.name = T4.memb_char
and T1.cLevel>399 -- Reset Level
and T5.ConnectStat='0'
and GSReady='0'    


UPDATE Character 
SET cLevel='10', resets=resets+1,MapNumber='0',MapPosX='141',MapPosY='127'
FROM Character T1, MEMB_INFO T2, GameShop_Data T3, MEMB_STAT T4
WHERE cLevel>399 -- Reset Level
and T4.ConnectStat='0'
and GSReady='0'


UPDATE Character 
SET PkLevel='3' -- Auto PK Clear
FROM Character T1, MEMB_INFO T2, GameShop_Data T3, MEMB_STAT T4
WHERE T4.ConnectStat='0'
and PkLevel>3


UPDATE Character 
SET GSReady='0'
Where Resets=49 -- Max Reset Minus One


UPDATE Character 
SET GSReady='1'
Where Resets=50 -- Max Reset




COMMIT


       waitfor delay '00:00:01.000'
[CENTER]end[/CENTER]


Screenshots

Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums

Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums

Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums


Credits
Webzen
zTeam
tomatoes
Severithe
Severithe - [Release] zTeam Season 8 Repack + Video Guide - RaGEZONE Forums


Hit that like button and ill do more clean repacks :)
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2013
Messages
57
Reaction score
8
nowadays MuOnline development teams are moving away from the system / reset, so the server just running out of options to serve easy to reset.
 
Newbie Spellweaver
Joined
Aug 16, 2007
Messages
23
Reaction score
1
Hey, thanks for share! why i can't edit your client?!
 
Newbie Spellweaver
Joined
Aug 16, 2007
Messages
23
Reaction score
1
I did! But there's no common.z in the client that you have shared. I've put mine but when i start the game, it redirect to your server lol and common.z disappear after it.
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
in this release fix the castle lord can enter the castle?
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
question "Replaced Main.exe with Main that can be started without Starter.exe."

even you hook some dll in that main have no error?
 
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
So this doesn't work with sql 2000? I'm getting an error when trying to restore the database

ERROR: To many backup devices specified when backing up

Only occurs with this database file
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
So this doesn't work with sql 2000? I'm getting an error when trying to restore the database

ERROR: To many backup devices specified when backing up

Only occurs with this database file

UPDATE your SQL......2000 edition is obsolete dude, we're in 2015....why using a 15 yo software?? otherwise go read some sql help forums, that's a basic error -.-"
 
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
UPDATE your SQL......2000 edition is obsolete dude, we're in 2015....why using a 15 yo software?? otherwise go read some sql help forums, that's a basic error -.-"

Doesn't answer my question...

Some people don't like adapting to newer software
 
Back
Top