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!

Question about TT/SCF files Season 6

Status
Not open for further replies.
Skilled Illusionist
Joined
Feb 15, 2013
Messages
385
Reaction score
62
I was wondering what does these do?
SCFSeason5e2Enabled=1
SCFSeason6e1Enabled=1
SCFSeason6e2Enabled=1
I mean if you disable Season 6, files should work as Season 5? and I could use s5 client or what? And if not does anyone know a way to disable Rage Fighter?
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
1: Open the "Stored Procedures" for MuOnline

2: Find WZ_CreateCharacter

3: Find the line:
Code:
Declare @g1 varchar(10), @g2 varchar(10), @g3 varchar(10), @g4 varchar(10), @g5 varchar(10)

The next five lines are to disable rage fighter.

Code:
if (@Class = 96)
	begin
		SET [USER=22433]resu[/USER]lt = 0x02
		GOTO TranProcEnd
	end

Anyone that tries to make a character with RF will now get the message "Cannot create any more characters"

Now deleting the button is pretty simple open the client with pentium tools find the button and make it black or white can't remember and it will make it transparent and the button will be gone.

Have fun :)
 
Upvote 0
Skilled Illusionist
Joined
Feb 15, 2013
Messages
385
Reaction score
62
1: Open the "Stored Procedures" for MuOnline

2: Find WZ_CreateCharacter

3: Find the line:
Code:
Declare @g1 varchar(10), @g2 varchar(10), @g3 varchar(10), @g4 varchar(10), @g5 varchar(10)

The next five lines are to disable rage fighter.

Code:
if (@Class = 96)
    begin
        SET @[I][B][URL="http://forum.ragezone.com/members/22433.html"]resu[/URL][/B][/I]lt = 0x02
        GOTO TranProcEnd
    end

Anyone that tries to make a character with RF will now get the message "Cannot create any more characters"

Now deleting the button is pretty simple open the client with pentium tools find the button and make it black or white can't remember and it will make it transparent and the button will be gone.

Have fun :)
But this will delete all the buttons? Or not?
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
No It will not if im correct each character has there own button.
 
Upvote 0
Status
Not open for further replies.
Back
Top