[SOLVED] dont want extreme job, how to remove

Results 1 to 24 of 24
  1. #1
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    [SOLVED] dont want extreme job, how to remove

    Hi all, how to change job selection picture?
    i dont want extreme job.....just want 4 type job only

    please help, where to edit

    Thanks
    Last edited by hyomi; 28-04-11 at 01:07 PM. Reason: solved


  2. #2
    Account Upgraded | Title Enabled! lordskie03 is offline
    MemberRank
    Jun 2009 Join Date
    Pasay,Phil.Location
    416Posts

    Re: dont want extreme job, how to remove

    Host an Ep3 server.

  3. #3
    Quit lourence8 is offline
    MemberRank
    Oct 2006 Join Date
    PHILIPPINESLocation
    1,662Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by lordskie03 View Post
    Host an Ep3 server.
    What a Suggestion

    use a fresh Data base shared here.. try to get in stickies..

    ie lordskie03 can i suggest? if u cant help better not to post, God!!!

  4. #4
    FFVIII SeiferXIII is offline
    ModeratorRank
    Sep 2007 Join Date
    SomewhereLocation
    1,961Posts

    Re: dont want extreme job, how to remove

    execute this script

    Code:
    USE [RanGame1]
    GO
    /****** Object:  StoredProcedure [dbo].[sp_Extreme]    Script Date: 04/24/2011 12:44:59 ******/
    /****** PDF PIONEERS: EIFELZOCKER - THETSUYA - AUTHISTIKATED - SEIFER13 - CORREY - CRYPTICWORLD ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    
    
    ALTER   PROCEDURE [dbo].[sp_Extreme] 
        @nUserNum    int 
    
    AS     
        DECLARE 
            @error_var int,  
            @rowcount_var int     
    
        SET NOCOUNT ON 
    
    Select 9 As M, 9 As F 
    From 
    ( 
        Select isnull(Sum(M),1) As MSum, isnull(Sum(F),1) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS 
        From 
        ( 
        Select ChaClass 
        , 
        Case ChaClass 
        When 1 Then 1 
        When 2 Then 1 
        When 256 Then 1 
        When 512 Then 1 
        Else 0 
        End As M 
        , 
        Case ChaClass 
        When 4 Then 1 
        When 8 Then 1 
        When 64 Then 1 
        When 128 Then 1 
        Else 0 
        End As F 
        , 
        Case ChaClass 
        When 16 Then  
            Case ChaDeleted 
            When 1 Then 0 
            Else 1 
            End 
        Else 0 
        End As MS 
        , 
        Case ChaClass 
        When 32 Then  
            Case ChaDeleted 
            When 1 Then 0 
            Else 1 
            End 
        Else 0 
        End As FS 
        From ChaInfo Where UserNum=@nUserNum And ( 
        ( ChaClass=16 OR ChaClass=32 ) OR  
        ( ( ChaClass=1 OR ChaClass=2 OR ChaClass=4 OR ChaClass=8 OR  
             ChaClass=64 OR ChaClass=128 OR ChaClass=256 OR ChaClass=512 ) AND ChaLevel>=5000 ) ) 
        ) As t 
    ) As tt

  5. #5
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @Seifer
    script is not working.. in job selection screen, extreme is still appear.

    another suggestion?

  6. #6
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    im using ep6 s2 ranevilz.. my problem is opposite from his ...in my job sleection there is no extreme class.. i want to have a extreme class in my choicees can somebody help me.. ??




    and also why is it that in my ranevilz ep6 s2 the PUM, madness and other boxes when i loot it .. its not working..no effect.. please help me..
    Attached Thumbnails Attached Thumbnails screenshot-4_21_2011-12_51_55-pm.png  

  7. #7
    Quit lourence8 is offline
    MemberRank
    Oct 2006 Join Date
    PHILIPPINESLocation
    1,662Posts

    Re: dont want extreme job, how to remove

    @ryan313@
    use this script

    Code:
    use [RanGame1]
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    GO
    -- 必碍何 巢/咯 积己 肮荐甫 馆券茄促.
    /****** lourence8 ******/
    ALTER   PROCEDURE [dbo].[sp_Extreme]
        @nUserNum    int
    
    AS    
        DECLARE
            @error_var int, 
            @rowcount_var int    
    
        SET NOCOUNT ON
    Select (MSum-MS) As M, (FSum-FS) As F
    From
    (
        Select isnull(Sum(M),0) As MSum, isnull(Sum(F),0) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS
        From
        (
        Select ChaClass
        ,
        Case ChaClass
        When 1 Then 1
        When 2 Then 1
        When 256 Then 1
        When 512 Then 1
        Else 0
        End As M
        ,
        Case ChaClass
        When 4 Then 1
        When 8 Then 1
        When 64 Then 1
        When 128 Then 1
        Else 0
        End As F
        ,
        Case ChaClass
        When 16 Then 
            Case ChaDeleted
            When 4 Then 0
            Else 1
            End
        Else 0
        End As MS
        ,
        Case ChaClass
        When 32 Then 
            Case ChaDeleted
            When 4 Then 0
            Else 1
            End
        Else 0
        End As FS
        From ChaInfo
        ) As t
    ) As tt
    Last edited by lourence8; 24-04-11 at 06:23 PM.

  8. #8
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by lourence8 View Post
    @ryan313@
    use this script

    Code:
    use [RanGame1]
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    GO
    -- 必碍何 巢/咯 积己 肮荐甫 馆券茄促.
    /****** lourence8 ******/
    ALTER   PROCEDURE [dbo].[sp_Extreme]
        @nUserNum    int
    
    AS    
        DECLARE
            @error_var int, 
            @rowcount_var int    
    
        SET NOCOUNT ON
    Select (MSum-MS) As M, (FSum-FS) As F
    From
    (
        Select isnull(Sum(M),0) As MSum, isnull(Sum(F),0) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS
        From
        (
        Select ChaClass
        ,
        Case ChaClass
        When 1 Then 1
        When 2 Then 1
        When 256 Then 1
        When 512 Then 1
        Else 0
        End As M
        ,
        Case ChaClass
        When 4 Then 1
        When 8 Then 1
        When 64 Then 1
        When 128 Then 1
        Else 0
        End As F
        ,
        Case ChaClass
        When 16 Then 
            Case ChaDeleted
            When 4 Then 0
            Else 1
            End
        Else 0
        End As MS
        ,
        Case ChaClass
        When 32 Then 
            Case ChaDeleted
            When 4 Then 0
            Else 1
            End
        Else 0
        End As FS
        From ChaInfo
        ) As t
    ) As tt
    how?? where am i going to use this script??

  9. #9
    FFVIII SeiferXIII is offline
    ModeratorRank
    Sep 2007 Join Date
    SomewhereLocation
    1,961Posts

    Re: dont want extreme job, how to remove

    E x ecute it

  10. #10
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @ryan313 : i also use ranevilz .could u please give me your rangame1.bak ?

  11. #11
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by Seifer13 View Post
    E x ecute it
    how ?? step by step please..

  12. #12
    But Tonight Im Loving You earltop123 is offline
    MemberRank
    Aug 2010 Join Date
    PhilippinesLocation
    338Posts

    Re: dont want extreme job, how to remove

    HERE CLICK FIRST THE NEW QUERY AND PASTE THE SCRIPT after it excute!!
    Last edited by earltop123; 25-04-11 at 05:24 AM.

  13. #13
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by earltop123 View Post
    HERE CLICK FIRST THE NEW QUERY AND PASTE THE SCRIPT after it excute!!
    inside the cha info?
    dude not working..please elaborate.. please..
    Last edited by ryan313; 25-04-11 at 10:17 AM.

  14. #14
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @lourence8 : i tried your suggestion to use fresh cleandb of ep6s2
    well it works at first time create character ....no extreme class shows

    but when i create the second character...problem come..extreme class appear...

    i dont want extreme class...do you have another suggestion?

  15. #15
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    @hyomi.. may i have your RanGame1.bak?? are you sure that the root for that problem is the RanGame1.bak?? can i use yours too? i will upload wait..vbecause i want to have extreme..
    Last edited by ryan313; 27-04-11 at 05:34 PM.

  16. #16
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @ryan sry i am not sure the root of this problem is the rangame1

    but you can try my rangame1.bak ,so tell me if it works
    Attached Files Attached Files

  17. #17
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by hyomi View Post
    @ryan sry i am not sure the root of this problem is the rangame1

    but you can try my rangame1.bak ,so tell me if it works
    ook wait..
    this is my rangame1.bak.. try this also ..and reply if this work...

    i will try yours...
    Attached Files Attached Files
    Last edited by ryan313; 27-04-11 at 06:30 PM.

  18. #18
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @ryan313 : i tried your rangame1.bak. At first character no extreme class .Restart client and then create second character...extreme class appear ....

    help plz , how to remove extreme class????

  19. #19
    Account Upgraded | Title Enabled! ryan313 is offline
    MemberRank
    Apr 2011 Join Date
    418Posts

    Re: dont want extreme job, how to remove

    i dont know.. i think nobody helps us here.. even PRO is not helping..

  20. #20
    Account Upgraded | Title Enabled! denvee is offline
    MemberRank
    Feb 2009 Join Date
    /var/users/Location
    579Posts

    Re: dont want extreme job, how to remove

    Quote Originally Posted by hyomi View Post
    @ryan313 : i tried your rangame1.bak. At first character no extreme class .Restart client and then create second character...extreme class appear ....

    help plz , how to remove extreme class????
    if thats the case then what you can do is to just have 1 character per account so no one can create a second character... on the RanUser set ChaRemain default binding to 1 so every new account can only create 1 character.... this is best if you are starting from zero...

    oh and remove any character card you have in the game

  21. #21
    Enthusiast ryansmith is offline
    MemberRank
    Mar 2011 Join Date
    26Posts

    Re: dont want extreme job, how to remove

    How about removing extreme sp? Suggestion only :)
    Posted via Mobile Device

  22. #22
    ... dmc0105 is offline
    MemberRank
    Jun 2006 Join Date
    MalaysiaLocation
    378Posts

    Re: dont want extreme job, how to remove

    Code:
        Case ChaClass 
        When 1 Then 1 
        When 2 Then 1 
        When 256 Then 1 
        When 512 Then 1 
        Else 0 
        End As M 
        , 
        Case ChaClass 
        When 4 Then 1 
        When 8 Then 1
        When 64 Then 1 
        When 128 Then 1
    Red = change to 0...
    Last edited by dmc0105; 27-04-11 at 07:59 PM.

  23. #23
    Apprentice druidz is offline
    MemberRank
    Apr 2006 Join Date
    16Posts

    Re: dont want extreme job, how to remove

    hong@lucky can on9 msn? i need ask something[help]

  24. #24
    Member hyomi is offline
    MemberRank
    Jul 2007 Join Date
    80Posts

    Re: dont want extreme job, how to remove

    @dmc0105
    Thank youuuuu....it solve my problem, now its only 4 class...

    SOLVED



Advertisement