-
[Release] zTeam Season 8 Repack + Video Guide
http://puu.sh/gwJui/6bfe404e3b.jpg
Video Guide :
https://www.youtube.com/watch?v=IN7owOfr9BY
What it includes server-wise
Zteam Season 8 6-7 Server 1, 11-8 Server 2
What is inside ?
http://puu.sh/gwKHV/034ccf7b40.png
Changelog
Quote:
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
Quote:
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 :
https://mega.co.nz/#!XEcD0LaT!IbJzvN...ErdmZQpNzLixLs
Compatible Client :
https://mega.co.nz/#!OV8wkI7Z!SSrrgh...Snmzn08c6jNenU
Client Patch :
http://forum.ragezone.com/redirect-t...y7SyhI-fiXZXZU
SQL 2008 Express :
http://download.microsoft.com/downlo...WT_x64_ENU.exe
Operating Systems that i personally tested on
Quote:
Windows 8 Pro 64 bit
Windows 7 Ult 64 bit
Windows 2008 Standard R2 64 bit
Operating Systems that should work
Quote:
Windows 7,8,2003,2008 32 bit / 64 bit
Ports
Quote:
45302 - ConnectServer
14382 - GameServer
14482 - GameServer GW
Extras, Auto Reset + Gens Per Reset Job for SQL 2008 FULL runs every 1 second
Code:
declare @st_time datetime
,@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'
end
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Jose Rodas
que bug tienen ?
Check the thread.
-
re: [Release] zTeam Season 8 Repack + Video Guide
nowadays MuOnline development teams are moving away from the system / reset, so the server just running out of options to serve easy to reset.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Hey, thanks for share! why i can't edit your client?!
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
leandrocz
Hey, thanks for share! why i can't edit your client?!
What do you mean ? Use the client editor.
-
re: [Release] zTeam Season 8 Repack + Video Guide
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.
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
in this release fix the castle lord can enter the castle?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
clerigz
in this release fix the castle lord can enter the castle?
Try putting CS state to idle state.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Severithe
It worked! Thanks!!
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
and how to idle the castle?
-
re: [Release] zTeam Season 8 Repack + Video Guide
That was super Fast!! OMG! thanks so much Sev!
-
re: [Release] zTeam Season 8 Repack + Video Guide
question "Replaced Main.exe with Main that can be started without Starter.exe."
even you hook some dll in that main have no error?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
clerigz
question "Replaced Main.exe with Main that can be started without Starter.exe."
even you hook some dll in that main have no error?
If you do it properly i guess.
-
re: [Release] zTeam Season 8 Repack + Video Guide
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
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
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 -.-"
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
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
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
The elf summons are attacking the elf instead of the mons. Anyone know how to fix?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Nice job! :)
Will SCFMT databases from Season 6 work with this?
Thank you
-
re: [Release] zTeam Season 8 Repack + Video Guide
How do i fix this when restoring the database?
http://i60.tinypic.com/24ocyf8.jpg
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Jumeirah
Nice job! :)
Will SCFMT databases from Season 6 work with this?
Thank you
No they wont.....table namer are different....plus there are new tables from s6 to s8.
Quote:
Originally Posted by
MUnoob
Did you tick the 'with overwrite' option?....that's a MUST.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
No they wont.....table namer are different....plus there are new tables from s6 to s8.
Did you tick the 'with overwrite' option?....that's a MUST.
yah sorry didn't see that part.
But then i get this.
http://i60.tinypic.com/eqnk82.jpg
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
You have something using the database....either a website...or an editor...or something....close everything 'mu-related' and try again....or look for an option like 'close existing connections'.....at least there is such option on 2k8r2...ive seen today u using 2k...
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
You have something using the database....either a website...or an editor...or something....close everything 'mu-related' and try again....or look for an option like 'close existing connections'.....at least there is such option on 2k8r2...ive seen today u using 2k...
Switched to 2008 re express
Fixed thank you
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
leandrocz
The elf summons are attacking the elf instead of the mons. Anyone know how to fix?
I think this is a zteam/crack bug, just re-summon it :)
Quote:
Originally Posted by
Jumeirah
Nice job! :)
Will SCFMT databases from Season 6 work with this?
Thank you
It will need some migration which will take time since alot of tables are different, I might make a guide soon.
-
re: [Release] zTeam Season 8 Repack + Video Guide
What editor do i use for this?
Creating items is okay, but when i edit stats game just hangs on loading screen after character select. Tried both MD5 for Mumaker and titan editor
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
What editor do i use for this?
Creating items is okay, but when i edit stats game just hangs on loading screen after character select. Tried both MD5 for Mumaker and titan editor
You need zDatabaseManager for edit chars. And zFileManager for edit client files....other editors will cause you charset error and loading screen freezes. Good Luck...altho i dont reccommend this files....
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
You need zDatabaseManager for edit chars. And zFileManager for edit client files....other editors will cause you charset error and loading screen freezes. Good Luck...altho i dont reccommend this files....
Any link to those tools? I can't seem to find them in search
-
re: [Release] zTeam Season 8 Repack + Video Guide
Try downloading the first release of s8 here at rz....crack version of 6-7..... they were included there.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Turn off md5 and just use the auto-register in-game. Titan editor should work for adding items in warehouse.
Use manual database for editing stats etc.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Severithe
Turn off md5 and just use the auto-register in-game. Titan editor should work for adding items in warehouse.
Use manual database for editing stats etc.
Could you explain where to find individual characters in the tables? I can only seem to find general settings and not the character names itself
-
re: [Release] zTeam Season 8 Repack + Video Guide
its the same as zTeam Tomatoes Files?
-
re: [Release] zTeam Season 8 Repack + Video Guide
BK bug when using swell before level 400, if life is high and cast swell then level up, life goes into negative and you die
http://i59.tinypic.com/1677exs.jpg
Will continue to test
Also, db editor giving me this error
http://i61.tinypic.com/120jkft.jpg
-
re: [Release] zTeam Season 8 Repack + Video Guide
https://scontent-gru.xx.fbcdn.net/hp...25&oe=55B6AB03
Solution For Error??? Win 7 x64 SP1 Professional 4 gb Ram dual Core
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Severithe
Try putting CS state to idle state.
hy not work :S
don't enter castle :S
CastleSpecificState =2
game server run change 0
Help fix plz :S
-
re: [Release] zTeam Season 8 Repack + Video Guide
No more tormented,there are many bugs in this version...
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
Don't use DBManager lol, that was made for the s6e1 one. Just edit manually in db.
Quote:
Originally Posted by
Nixlife
You're setting up database / odbc wrong most likely.
Quote:
Originally Posted by
BigEye
No more tormented,there are many bugs in this version...
I guess yeah, but it's probably the only released s8 that has customs too soo.
you might wanna check out that leaked ex802 if your looking for less bugs.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Severithe
Don't use DBManager lol, that was made for the s6e1 one. Just edit manually in db.
You're setting up database / odbc wrong most likely.
I guess yeah, but it's probably the only released s8 that has customs too soo.
you might wanna check out that leaked ex802 if your looking for less bugs.
Where in the DB can i edit this? O.o i can't seem to find it anywhere, nor a guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
There is a way to limit multiware??
Thanks
-
re: [Release] zTeam Season 8 Repack + Video Guide
who have zDatabaseManager??? any can send me?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
clerigz
who have zDatabaseManager??? any can send me?
Doesn't work with these files. You need to edit the database manually, Anyone know how to do this?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
Doesn't work with these files. You need to edit the database manually, Anyone know how to do this?
What exactly are you trying to edit?....basically it deppends on whst you're trying to do....let me know what you wanna edit so i may throw you a bone ;)
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
What exactly are you trying to edit?....basically it deppends on whst you're trying to do....let me know what you wanna edit so i may throw you a bone ;)
Well just characters stats, level, making character game master etc. Basically all the stuff you should be able to edit in the editors
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
Well just characters stats, level, making character game master etc. Basically all the stuff you should be able to edit in the editors
Open your sql management, database muonline, tables, character -> right click and select 'edit top 200 rows'....look for your character and edit the desired column values....
Later when i get home i'll make some basic char stats edit script to make it easier/ faster....
For gm its on ctlcode column.....32 for admin
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ianvalls90
Open your sql management, database muonline, tables, character -> right click and select 'edit top 200 rows'....look for your character and edit the desired column values....
Later when i get home i'll make some basic char stats edit script to make it easier/ faster....
For gm its on ctlcode column.....32 for admin
Perfect!! Thank you very much :)
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
MUnoob
Doesn't work with these files. You need to edit the database manually, Anyone know how to do this?
can share it with me bro? the editor?
-
re: [Release] zTeam Season 8 Repack + Video Guide
You can use Mu maker on these if you are using SQL 2008 full since it uses (local) just like SQL 2000 (which was actually evalutation/full too lol).. I don't encourage pirating so try looking for it on google.
-
re: [Release] zTeam Season 8 Repack + Video Guide
but not working on windows server 2008.. ive tried that with the release of the zteam sourcode season 6 epi 3
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
clerigz
but not working on windows server 2008.. ive tried that with the release of the zteam sourcode season 6 epi 3
It does, i tested them personally but on 64 bits. You must have done something wrong.
Anyway this also isn't my files, i'm just repacking so i don't know some probs. Feel free to post the bugs you've found and i'll gladly add it on the bug list.
-
re: [Release] zTeam Season 8 Repack + Video Guide
what i mean the zdbmanager not working on server windows 2008 64bit
-
re: [Release] zTeam Season 8 Repack + Video Guide
Jewel pandora system is on this release? and
what mu tools support for this release?
edit cha,status,item, etc.
my sever is on windows 7 64 bit , sql 2008 r2
sry i'm bad english
-
re: [Release] zTeam Season 8 Repack + Video Guide
How to configure multiple Vault?
example
VIP 1 = 0 vault
VIP 2 = 5 vault.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
welsonjr
How to configure multiple Vault?
example
VIP 1 = 0 vault
VIP 2 = 5 vault.
Checked most of the configs, I don't think there's a feature for that, Sadly..
-
re: [Release] zTeam Season 8 Repack + Video Guide
Party exp doesn't work
Fenrir spell 1 hits players
still testing
-
re: [Release] zTeam Season 8 Repack + Video Guide
and also the event items bags items.. for example heart of love, box of kundun it will not drop in the safezone
-
re: [Release] zTeam Season 8 Repack + Video Guide
Which files is more stable, clanwars Files(15351535) or this release?
-
re: [Release] zTeam Season 8 Repack + Video Guide
thanks man for this , But may question is how could I enable castle siege
[IMG]http://i71.photobucket.com/albums/i1...psb6kl7dqz.jpg[/IMG]
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ultrahot
edit you MUCASTLE_DATA on your database to make it work :P:
-
re: [Release] zTeam Season 8 Repack + Video Guide
After ~19 hours online with around 30 players online zMultiserver(1) give this error:
Quote:
[18:50:31] [DataServer] (647)WSASend(6) failed with error [c1][17] 10038 127.0.0.1 [18:50:31] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:31] [DataServer] (647)WSASend(7) failed with error [c1][17] 10038 127.0.0.1
[18:50:31] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:31] [DataServer] (647)WSASend(6) failed with error [c1][1] 10038 127.0.0.1
[18:50:31] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:31] [DataServer] (647)WSASend(7) failed with error [c1][1] 10038 127.0.0.1
[18:50:31] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:32] [DataServer] (647)WSASend(6) failed with error [c1][17] 10038 127.0.0.1
[18:50:32] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:32] [DataServer] (647)WSASend(7) failed with error [c1][17] 10038 127.0.0.1
[18:50:32] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:32] [DataServer] (647)WSASend(6) failed with error [c1][1] 10038 127.0.0.1
[18:50:32] [DataServer] error-L1 : CloseClient INVALID_SOCKET
[18:50:32] [DataServer] (647)WSASend(7) failed with error [c1][1] 10038 127.0.0.1
[18:50:32] [DataServer] error-L1 : CloseClient INVALID_SOCKET
Someone with this problem?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
rusolp
After ~19 hours online with around 30 players online zMultiserver(1) give this error:
Someone with this problem?
what OS are you using and what version of MSSQL? and also what database did you use? before i have that issue because of my OS!
-
re: [Release] zTeam Season 8 Repack + Video Guide
I'm having problem with Connectserver:
Quote:
[13:40:09] [.\Settings.ini] Server settings loaded
[13:40:09] [.\ServerList.txt] Server list loaded [2]
[13:40:09] [.\WhiteList.txt] White list loaded [1]
[13:40:09] [.\BlackList.txt] Black list loaded [0]
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Server] [45302] Port created
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
[13:40:09] [Error] recvfrom() 10022
-
re: [Release] zTeam Season 8 Repack + Video Guide
Guys plis help i need Character Editor 8 seson!!!
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
TuLLlka
Guys plis help i need Character Editor 8 seson!!!
Try using MuMaker in Latest 803 Thread Section.
-
re: [Release] zTeam Season 8 Repack + Video Guide
I edit it in MU_CASTLE_DATA
but it not change
and my server post this
pls help what should i do?
http://i71.photobucket.com/albums/i1...psew9ubzpq.jpg
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ultrahot
post your MU_CASTLE_DATA config.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
jeffzkie69
what OS are you using and what version of MSSQL? and also what database did you use? before i have that issue because of my OS!
My OS is windows 2008 R2 Datacenter and SQL 2012 Express.. It can be for resources too? because i have 98% of memory usage sometimes. Now i buy 2GB more to test if its the problem..
-
re: [Release] zTeam Season 8 Repack + Video Guide
@thejaguar1
thanx man i get i have CS now im very thank full all the help
But my problem now is how can I set the ancient items be drop in LOT(land of Trials)
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
ultrahot
@
thejaguar1
thanx man i get i have CS now im very thank full all the help
But my problem now is how can I set the ancient items be drop in LOT(land of Trials)
In Data: find commonserver and edit this :
//=====================================
//-> Ancient Item Drop
//=====================================
IsDropSetItemInCastleHuntZone = 1 //-> Drop in Land of Trials Switch
SetItemInCastleHuntZoneDropRate = 25 //-> Item Drop Rate [N / 10000], default (1)
SetItemInCastleHuntZoneDropLevel = 75 //-> Item Drop Level (75)
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
How stable is this version? :)
-
re: [Release] zTeam Season 8 Repack + Video Guide
Hello i have database for sql 2000
-
re: [Release] zTeam Season 8 Repack + Video Guide
in folder: Muserver/Data/Custom/CommandManager.xml you have the command list:
<command id="7" access="32" minlevel="0" minreset="0" pricetype="0" price="0" premium="0">/item</command> <!-- Arg: <Count> <ItemType> <ItemIndex> <Level> <Dur> <Skill> <Luck> <Option> <AncientOpt> <AncientCount> <ExcOpt1> <ExcOpt2> <ExcOpt3> <ExcOpt4> <ExcOpt5> <ExcOpt6> | Effect: Droping N x Items -->
like: /item 1 0 29 15 100 0 1 1 0 0 1 1 1 1 1 1 - sonic blade (BK) or: /makeitem
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
linda1990
all item work to drop.. but wing only not working,.. :(:
/item 1 12 266 15 255 0 1 1 0 0 1 1 1 1 1 1 - wings of conquer
/item 1 12 267 15 255 0 1 1 0 0 1 1 1 1 1 1 - wings of angel and devil
/item 1 12 262 15 255 0 1 1 0 0 1 1 1 1 1 1 - cape (DL - RAGE)
/item 1 12 264 15 255 0 1 1 0 0 1 1 1 1 1 1 - wings of magic (sm mg summ)
/item 1 12 265 15 255 0 1 1 0 0 1 1 1 1 1 1 - wings of life (elf)
-
re: [Release] zTeam Season 8 Repack + Video Guide
Anyone know how to adjust the master level? I mean, increase it.. Thanks!!
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
leandrocz
Anyone know how to adjust the master level? I mean, increase it.. Thanks!!
in folder Data/custom/MapRateInfo.xml you can add the map and exp that you want
-
re: [Release] zTeam Season 8 Repack + Video Guide
Do we have working Character Editor for this release guys?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
Alexell
in folder Data/custom/MapRateInfo.xml you can add the map and exp that you want
Hey, thanks for answer! But it's not the EXP% gain that i want! It's the MasterLevel cap. The default atm is 330.
-
re: [Release] zTeam Season 8 Repack + Video Guide
Hi friends i have a problem i can't move in any gate like this:
<gate id="1" flag="1" map="0" x1="121" y1="232" x2="123" y2="233" target="2" dir="0" minlvl="20" maxlvl="400" />
<gate id="2" flag="2" map="1" x1="107" y1="247" x2="110" y2="247" target="0" dir="1" minlvl="20" maxlvl="400" />
in first i can't enter in dangeon in lorencia, someone have this problem or can tell me how solve this problem??
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
declare @st_time datetime
,@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'
end
Anyone success to insert this using sql 2008 r2 ? w/o error ?
-
re: [Release] zTeam Season 8 Repack + Video Guide
hello please o have db2000
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
muonlinegr2
hello please o have db2000
use sql 2008r2
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
DoMiNICki
web for this files???
any web
-
re: [Release] zTeam Season 8 Repack + Video Guide
I am using mucore but I have a problem with the reset skill ...
-
re: [Release] zTeam Season 8 Repack + Video Guide
well this release same as 11-8 & 26-8 update.
26-8 = Guild War not worked
11-8 = Guild War works.
... :v
- - - Updated - - -
Quote:
Originally Posted by
leandrocz
Hey, thanks for answer! But it's not the EXP% gain that i want! It's the MasterLevel cap. The default atm is 330.
Not support on this release co'z its 11-8 & 26-8 update..
but on 23-9 it works very well.
- - - Updated - - -
well this release same as 11-8 & 26-8 update.
26-8 = Guild War not worked
11-8 = Guild War works.
... :v
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
DoMiNICki
I am using mucore but I have a problem with the reset skill ...
try to you webengine
- - - Updated - - -
Quote:
Originally Posted by
MaskARRA
well this release same as 11-8 & 26-8 update.
26-8 = Guild War not worked
11-8 = Guild War works.
... :v
- - - Updated - - -
Not support on this release co'z its 11-8 & 26-8 update..
but on 23-9 it works very well.
- - - Updated - - -
well this release same as 11-8 & 26-8 update.
26-8 = Guild War not worked
11-8 = Guild War works.
... :v
do you have link of 23-9 update?
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
clerigz
try to you webengine
- - - Updated - - -
do you have link of 23-9 update?
on tomatoes mate :)
I think they sell that update
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
Hi,
anyone knows what command to reset char in game??
-
re: [Release] zTeam Season 8 Repack + Video Guide
can you.. fix known bugs ? :) :drool
:
-
re: [Release] zTeam Season 8 Repack + Video Guide
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
DraGoN-GR
use another "cashshop"
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
15351535
use another "cashshop"
where ? and where is cashop location...?
sorry for newbe questions i have to be busy with mu since 2007.
-
re: [Release] zTeam Season 8 Repack + Video Guide
you can use it from anothr server,or that from tomatos files
-
re: [Release] zTeam Season 8 Repack + Video Guide
Quote:
Originally Posted by
15351535
you can use it from anothr server,or that from tomatos files
can u post me a link or send it me to private messeage? with cashshop and where to put it ?