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!

CzF Season 4.5 + mod.

Experienced Elementalist
Joined
Jan 2, 2007
Messages
245
Reaction score
109
The box +1+2+3+4+5 didn`t drop items with luck.
Can you fix it please :eek:tt1:

FixBOKExcellentDropLuck = 0 // 0 = Exc from BOK's always w/out luck; 1 = randomized (not only with luck)

---------- Post added at 07:30 AM ---------- Previous post was at 07:27 AM ----------

chaos machine allows items to go up to +15? or must be edited using editor? o.o

Support +15 Items level, only creating or editig with MuMaker)
 
Junior Spellweaver
Joined
Nov 26, 2005
Messages
130
Reaction score
2
yea i was making them in mumaker to check to see if it worked, but no glow and doesnt increase stats. but thats ok. still lots of other fixes on it!
 
Newbie Spellweaver
Joined
Jul 24, 2004
Messages
12
Reaction score
0
Hello all,

In CzF 4.5 Release, ancient items are not dropped at Chaos Castle and when kill Kundum Demon at Kalima 7. Anyone know how to let ancient items drop pls. show me.

I've also tried to add some more new items such as Raven Stick, Stryker Scepter, Ari Lyn Bow etc. However all of them is invisible (Pls. See attached file), can't see their pics but can use. How to fix? Pls. instruct me.

Many thanks.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 4, 2007
Messages
13
Reaction score
1
Hey Annaev, can you share GS CS with there options, because, when i move to Crywolf, all my items will comback to + 16 Options (not + 28) and + 13 Level
 
Experienced Elementalist
Joined
Jan 2, 2007
Messages
245
Reaction score
109
Hey Annaev, can you share GS CS with there options, because, when i move to Crywolf, all my items will comback to + 16 Options (not + 28) and + 13 Level

Yes, I'll add it later.

---------- Post added at 09:18 AM ---------- Previous post was at 08:53 AM ----------

coming soon new options and fixes

FixPkPartyMembersMove, FixPkPartyKill, FixGetQueuedCompletionStatus.
 
Experienced Elementalist
Joined
Nov 29, 2009
Messages
226
Reaction score
18
Hey Annaev, can you share GS CS with there options, because, when i move to Crywolf, all my items will comback to + 16 Options (not + 28) and + 13 Level

the problem is gs_cs
try to do this in ollydbg
Code:
430C54 > NOP
430C55 > NOP
56A3E4 > NOP
56A3E5 > NOP
513856  > 7
54A82E  > 7

or wait for annaev release


with 1st Annev release u've fix +28 only in GS not in GS_CS, in it max opt is 16 ^^.

who know how to fix this ? ... pls i'm desperate ._.
Code:
error-L3 D:\SERVERTEAM\ForeignSeason4.5\Main\Src\Mu Project\GameServer\[COLOR="Red"][b]protocol.cpp 15706[/B][/COLOR]

is the problem of protocol?..
only i get this error when hit mob with multishot ?
 
Last edited:
Experienced Elementalist
Joined
Jan 2, 2007
Messages
245
Reaction score
109
I'm going to sleep now.
Old option BypassPKLimit = 1 // 0 =3 kill max, 1 =101 kills max

will be changed, BypassPKLimit = 1 //No limit to kills, without drop bug.

But you must change in
GameServer\Data\ServerInfo.dat
PkLimitFree = 0

And don't use StopGSLogs option. (leave it 0 from moment)
 
Last edited:
Newbie Spellweaver
Joined
Sep 4, 2009
Messages
51
Reaction score
2
This is my first release.

All we know, that Shatter don't support more CzF Season 4.5 [1.00.90] Bugless with custom modifications Release.

so I decided to make some fixes and add some new options.


Here are:
1) new GameServer with hooked Options.dll
2) Options.dll (version 1.0)
3) Options.ini (same version as Options.dll)



About Options.dll:
Added some fixes and options, configs are in Options.ini
PHP:
// ================================================== //
// # Season 4.5 - Options.ini	 	            # //
// # MU Online Project 2009 - © Shatter       	    # //
// # Additional Options by Annaev (Imp0ssible) 	    # //
// ================================================== //



[Options]
//------------------------------------------------------//
//	          Golden Dragon 	       	 	//
//------------------------------------------------------//
FixGoldenDragons                    = 0    // 0 = New Japan Style; 1 = Old Style,like Golden tantal drop bok+5

//------------------------------------------------------//
//	           Party Bugs    	       	 	//
//------------------------------------------------------//
FixPartyZenBug                      = 0    // 0 = Zen Reduced in Party; 1 = Drop Normal Zen in Party

//------------------------------------------------------//
//	           Max Additional Opt	       	 	//
//------------------------------------------------------//
Max28Add                            = 0   // 0 = +16 Max add; 1 = +28 Max Add

//------------------------------------------------------//
//	           Excellent Drop	       	 	//
//------------------------------------------------------//
FixBOKExcellentDropLuck             = 0    // 0 = Exc from BOK's always w/out luck; 1 = randomized

//------------------------------------------------------//
//	           GM Bug on Vista	       	 	//
//------------------------------------------------------//
FixGMVistaOS                        = 0   // 1 = GM can enter without client closing and can kill mobs (this bug is only with vista/w7)

//------------------------------------------------------//
//	           Some Option   	       	 	//
//------------------------------------------------------//
DisableDuel                         = 0  // 0 = Duel is Enabled, 1 = Duel is Disabled

//------------------------------------------------------//
//	          New PK options	       	 	//
//------------------------------------------------------//
AllowPKtoBloodCasteEvent            = 0     // 1 = Allow Pk User to enter in Blood Castle Event; 0 = Don't allow
AllowPKtoDevilSquareEvent           = 0     // 1 = Allow Pk User to enter in Devil Square Event; 0 = Don't allow
AllowPkUseTicketTimeBC              = 0     // 1 = Allow Pk User to use Time Prompt in BC Ticket; 0 = Don't allow
AllowPkUseTicketTimeDS              = 0     // 1 = Allow Pk User to use Time Prompt in DS Ticket; 0 = Don't allow
BypassPKLimit                       = 0     // 0 = 3 Max Kills, 1 = 100 Max Kills

Yes, I can make updates with new fixes and options.
So, in future i'll update only Options.dll and Options.ini



Update to version 1.01
New option added
PHP:
AllowAncientExcellent               = 0    // 1 = Ancient Items Can Have Excellent Options; 0 = Ancient Items Cannot Have




Update to version 1.02
Fixed bug with dll (make it in release not debug)
New option added
PHP:
Support15ItemLvl                    = 0   // 0 = +13 Max Item level ; 1 = +15 Max Item Level
AllowSocketExcellent                = 0    // 1 = Socket Items Can Have Excellent Options; 0 = Socket Items Cannot Have Excellent Options
StopGSLogs                          = 0  // 0 = GS Makes Logs, 1 = GS doesnt makes logs





Downloads:

Version 1.02





Credits goes to RZ forum members.
All fixes, from RageZone forum.
Special tnx to tagegor (my c++ teacher)

make alternate links please beacause the link is broken ERROR :D :D :D
 
Newbie Spellweaver
Joined
Jun 26, 2004
Messages
43
Reaction score
13
Download Memb premium?

=====================================================
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.

This limit is reached.

To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.
=====================================================================

:(
 
Newbie Spellweaver
Joined
Jan 4, 2007
Messages
13
Reaction score
1
Download Memb premium?

=====================================================
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.

This limit is reached.

To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.
=====================================================================

:(


You can download it here!
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 18, 2005
Messages
100
Reaction score
10
Annaev if you can, fix ring of warrior 40lvl drop bug and add some option like CC and Illusion temple winning prize ))) and add ItemDropRate file this server needed it. )))
 
Experienced Elementalist
Joined
Nov 29, 2009
Messages
226
Reaction score
18
use md5 and for create account see attachment
for item use MuMaker

next time use search...
 

Attachments

You must be registered for see attachments list
Last edited:
Retired Old Man
Loyal Member
Joined
Jun 9, 2008
Messages
761
Reaction score
706
this is kinda useless since ive already fixed all those, and in addition more fixes with socket items :wink:

who knows when i release ^^
 
Junior Spellweaver
Joined
Jul 18, 2005
Messages
100
Reaction score
10
Thats why it's not useless :D: maybe someday u will release:rolleyes::D:
 
Newbie Spellweaver
Joined
Feb 4, 2009
Messages
71
Reaction score
14
Hello, excellent release very good, fix everything functioning, more will go to add in the GameServer_CS?

Another order, could fix the wing creation level 3? of always it fails: S

Another order, would have as to add to pkclear guard in gameserver_cs ?

Very good

---------- Post added at 03:20 PM ---------- Previous post was at 03:17 PM ----------

Hello, excellent release very good, fix everything functioning, more will go to add in the GameServer_CS?

Another order, could fix the wing creation level 3? of always it fails: S

Another order, would have as to add to pkclear guard in gameserver_cs ?

Very good
 
Newbie Spellweaver
Joined
Sep 15, 2007
Messages
50
Reaction score
2
Please fix illusion temple ticket's ( non premium)

O and i have got problem with unable ..... gameserver.dll ( only in this gs, in original gs all is normal) How to fix?
 
Last edited:
Back
Top