Jump to content

koziolekl

Members
  • Posts

    31
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by koziolekl

  1. L2 C2 game client portable(retail untouched):

    L2 C2 system folder(untouched):

    L2 C2 system folder(gg killed and patched for newer operation systems) tested at windows 98SE till win10 working with no problems. Protocol version - 419.

    Password for patched system: iA

  2. Hello

     

    I would like to limit charcter names but I don't know how to do that.

    Rules:

    -min 3 chars

    -no !@#$%^&*()_.<>:; and stuff like that

    -no other custom stuff just the alphanumeric

     

    Here is my procedure:

    SET @char_name = RTRIM(@char_name)  
    DECLARE @char_id int  
    SET @char_id = 0  
      
    -- debug code delete in commercial  
    IF (GETDATE() < '2004-1-1')  
     SET @builder = 1  
      
    IF @char_name LIKE N' '   
    BEGIN  
     RAISERROR ('Character name has space : name = [%s]', 16, 1, @char_name)  
     RETURN -1  
    END  
      
    -- check user_prohibit   
    if exists(select char_name from user_prohibit (nolock) where char_name = @char_name)  
    begin  
     RAISERROR ('Character name is prohibited: name = [%s]', 16, 1, @char_name)  
     RETURN -1   
    end  
      
    declare @user_prohibit_word nvarchar(20)  
    select top 1 @user_prohibit_word = words from user_prohibit_word (nolock) where PATINDEX('%' + words + '%', @char_name) > 0   
    if @user_prohibit_word is not null  
    begin  
     RAISERROR ('Character name has prohibited word: name = [%s], word[%s]', 16, 1, @char_name, @user_prohibit_word)  
     RETURN -1   
    end  
      
    -- check reserved name  
    declare @reserved_name nvarchar(50)  
    declare @reserved_account_id int  
    select top 1 @reserved_name = char_name, @reserved_account_id = account_id from user_name_reserved (nolock) where used = 0 and char_name = @char_name  
    if not @reserved_name is null  
    begin  
     if not @reserved_account_id = @account_id  
     begin  
      RAISERROR ('Character name is reserved by other player: name = [%s]', 16, 1, @char_name)  
      RETURN -1  
     end  
    end  
    

    sorry for my bad english, I hope you understand me

  3. 0 - Lineage II Chronicle - Prelude
    1 - Lineage II Chronicle 1 - Harbingers of War[MISSING]
    2 - Lineage II Chronicle 2 - Age of Splendor
    3 - Lineage II Chronicle 3 - Rise of Darkness
    4 - Lineage II Chronicle 4 - Scions of Destiny
    5 - Lineage II Chronicle 5 - Oath of Blood
    6 - Lineage II The Chaotic Throne - Interlude
    7 - Lineage II The Chaotic Throne 1 - The Kamael
    8 - Lineage II The Chaotic Throne 1.5 - The Kamael Hellbound
    9 - Lineage II The Chaotic Throne 2.1 - Gracia Part 1[MISSING]
    10 - Lineage II The Chaotic Throne 2.2 - Gracia Part 2[MISSING]
    11 - Lineage II The Chaotic Throne 2.3 - Gracia Final
    12 - Lineage II The Chaotic Throne 2.4 - Gracia Epilogue
    13 - Lineage II The Chaotic Throne 2.5 - Freya
    14 - Lineage II The Chaotic Throne - High Five
    15 - Lineage II The Chaotic Throne 3 - Goddess of Destruction[MISSING]

     

    All clients are clean portable versions(just unpack and play).

    No patch/gameguard killers or anything else - clean retail clients.

    Hope its usefull for some people.

    Have fun!

  4. Hello folks!

     

    I am here to present you new server that is comming up today (28.06.2013) around 21-22:00 GMT+2 time.

     

    ACCOUNT REGISTRATION:

    http://www.iagaming.net/now/

    IRC: server -  irc.gamesurge.net | channel - #ia

     

    Server info:

     

    Rates - x600

    Castle Sieges - every weekend (Saturday/Sunday)

    Enchant Rates - 50%

     

     

    Server Features:

     

    Tatoos

    Buff scrolls

    S Grade Weapons

    Raid Bosses

    Auto learn skills till 60 level

    Low adena system

     

     

     

    Join Us!

  5. Hello

     

    I want to change some things in my c3 client.

     

    1) Shortcut Keys - is there any way to change/edit them?(like alt+b change to alt+i... etc.)

     

    2) Remove few function plus visual remove:

     

    a)remove "Delete" button in char selection menu.

    delete.PNG

     

    b)Remove Community,Petition,Macro function from client( I already try to remove them from textures, problem is then there exist blank icon just without text :S)

    menu.PNG

     

    how I want it to have:

    menu_end.PNG

     

    I'm looking for suggestions, what and where would I have to edit something.

    I already learned how to edit the utx files so visual part is not that big problem, but I couldn't find other things.

    Sorry for my bad English hope you will understand my problem.

  6. great, by the way is there any way to let client run dualbox(window mode) without 3rd software such like arum switcher/displayfusion?

    like patch some files inside system folder or something, I noticed newer client runs well, but copying their files doesn't help at all

  7. 1 thing I can't understand is... is C3 Map and when open map you don't see localization in Goddart, how you think see it if C3 is old map? and interlude is new one? thats the point in that man, interlude have new information in maps so for this reason you don't see goddart localization when open map.

    Yeah, I know. I made this topic to ask if there is any way to put this new interlude map in my old C3 client. That's all about this topic was made for. And i still did not get the answer,  except you mean that I cannot use new map in old client.

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock