Question about TT/SCF files Season 6
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?
Re: Question about TT/SCF files Season 6
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 @result = 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 :)
Re: Question about TT/SCF files Season 6
Quote:
Originally Posted by
DragonSeth
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 @result = 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?
Re: Question about TT/SCF files Season 6
No It will not if im correct each character has there own button.
Re: Question about TT/SCF files Season 6
@Dode
I think those configs:
SCFSeason5e2Enabled=1
SCFSeason6e1Enabled=1
SCFSeason6e2Enabled=1
if u disable for example s6e2 then gameserver might not start or u gonna have some bugs in game etc, why u dont try and experiment ? :)