Nomsg(E-1) on Char creation

Results 1 to 25 of 25
  1. #1
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Nomsg(E-1) on Char creation

    How can i Fix This?



    I'm Using LG Server Files.

    Thanks


  2. #2
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Nomsg(E-1) on Char creation

    or you haven't got cserror.xml in your system.mrs
    or you haven't updated filelist.xml
    or you don't have that Error ID in cserror.xml

    Could be one of these 3 above or something else that someone else will reply to you.

  3. #3
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Nomsg(E-1) on Char creation

    Create the table LGCharact.

    Anyway, be carefull with the files.

  4. #4
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: Nomsg(E-1) on Char creation

    Run this query:

    Code:
    CREATE TABLE [dbo].[LGCharact](
        [CID] [int] IDENTITY(1,1) NOT NULL,
        [AID] [int] NOT NULL,
        [CleanName] [varchar](24) NOT NULL,
        [Level] [smallint] NOT NULL,
        [Sex] [tinyint] NOT NULL,
        [CharNum] [smallint] NOT NULL,
        [Hair] [tinyint] NULL,
        [Face] [tinyint] NULL,
        [XP] [int] NOT NULL,
        [BP] [int] NOT NULL,
        [HP] [smallint] NULL,
        [AP] [smallint] NULL,
        [FR] [int] NULL,
        [CR] [int] NULL,
        [ER] [int] NULL,
        [WR] [int] NULL,
        [head_slot] [int] NULL,
        [chest_slot] [int] NULL,
        [hands_slot] [int] NULL,
        [legs_slot] [int] NULL,
        [feet_slot] [int] NULL,
        [fingerl_slot] [int] NULL,
        [fingerr_slot] [int] NULL,
        [melee_slot] [int] NULL,
        [primary_slot] [int] NULL,
        [secondary_slot] [int] NULL,
        [custom1_slot] [int] NULL,
        [custom2_slot] [int] NULL,
        [RegDate] [datetime] NULL,
        [LastTime] [datetime] NULL,
        [PlayTime] [int] NULL,
        [GameCount] [int] NULL,
        [KillCount] [int] NULL,
        [DeathCount] [int] NULL,
        [DeleteFlag] [tinyint] NULL,
        [DeleteName] [varchar](24) NULL,
        [head_itemid] [int] NULL,
        [chest_itemid] [int] NULL,
        [hands_itemid] [int] NULL,
        [legs_itemid] [int] NULL,
        [feet_itemid] [int] NULL,
        [fingerl_itemid] [int] NULL,
        [fingerr_itemid] [int] NULL,
        [melee_itemid] [int] NULL,
        [primary_itemid] [int] NULL,
        [secondary_itemid] [int] NULL,
        [custom1_itemid] [int] NULL,
        [custom2_itemid] [int] NULL,
        [QuestItemInfo] [binary](292) NULL
    )

  5. #5
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    Thanks cerealnp, Works Ok!

    Wizkidje, why I Need be Carefully with this files?

  6. #6
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by alfredao View Post
    Thanks cerealnp, Works Ok!

    Wizkidje, why I Need be Carefully with this files?
    Theirs a backdoor in lg files so no matter what Kiez or someone who knows it can get into the system

  7. #7
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    Hmm Ok, I will be Carefully.

  8. #8
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Nomsg(E-1) on Char creation

    If its just a little server for you to test things out don't worry about it. But if your planning on making it public then don't use those files.

  9. #9
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    Now, I'm Using BR Db With LG Gunz Cliente, Locator and Match Server.
    I can be hacked?

  10. #10
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Nomsg(E-1) on Char creation

    Can't really say for sure. If I had to guess id say yea. But id say ask Wiz he knows more about it then me.

  11. #11
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    Ok, Thanks for All.

  12. #12
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: Nomsg(E-1) on Char creation

    PT: Foi por isso varios outros servers foram hackeados, o Perfect etc, foi o que eu tinha te dito akele outro dia no MSN:

    EN: Thats why other servers was being hacked, thats what i said for you at the MSN

  13. #13
    Account Upgraded | Title Enabled! theodor2005 is offline
    MemberRank
    Aug 2007 Join Date
    203Posts

    Re: Nomsg(E-1) on Char creation

    evil Keiz lol he didn't want to go down alone...he wanted to take a few servers with him :P

  14. #14
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    I think the backdoor isn't in DB, is in MatchServer, anyway, i'll be careful.

  15. #15
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Nomsg(E-1) on Char creation

    It's in a packet. Every June server has an exploit like the Legacy one anyway.

  16. #16
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    o0 You hacked my server, Perfect Gunz, I was using LG Server Files. -.-

  17. #17
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by alfredao View Post
    o0 You hacked my server, Perfect Gunz, I was using LG Server Files. -.-
    Wasn't me.

  18. #18
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    :D
    Anyone put All my accounts Lvl 99 and UGradeID 254

  19. #19
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by alfredao View Post
    :D
    Anyone put All my accounts Lvl 99 and UGradeID 254
    It was a friend of me. I'll slap him if he tries it again anyway.

  20. #20
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Nomsg(E-1) on Char creation

    uAHauhaUaHauhA
    LoL

  21. #21
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by alfredao View Post
    uAHauhaUaHauhA
    LoL
    Random spam FTW.

  22. #22
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by wizkidje View Post
    it was a friend of me. I'll slap him if he tries it again anyway.
    lmao

    PS: Damn, this is also a SPAM

  23. #23
    Novice Byerzitu is offline
    MemberRank
    Feb 2007 Join Date
    BrazilLocation
    4Posts

    Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by alfredao View Post
    o0 You hacked my server, Perfect Gunz, I was using LG Server Files. -.-
    Hacked your Server?
    When it?
    PerfectGunZ never been your server, you re merely a member of Staff, Perfect was My server with Jota and Tupi.
    And your server "SystemGunZ" is a complete design rip of Perfect Gunz.


  24. #24
    Member 97819589 is offline
    MemberRank
    Nov 2007 Join Date
    Araçatuba, BraLocation
    59Posts

    Re: Nomsg(E-1) on Char creation

    [QUOTE=Byerzitu;4411007]Hacked your Server?
    When it?
    PerfectGunZ never been your server, you re merely a member of Staff, Perfect was My server with Jota and Tupi.
    And your server "SystemGunZ" is a complete design rip of Perfect Gunz.


  25. #25
    Account Upgraded | Title Enabled! ProGunzsoul is offline
    MemberRank
    Jul 2008 Join Date
    332Posts

    Post Re: Nomsg(E-1) on Char creation

    Quote Originally Posted by Nobody666 View Post
    Theirs a backdoor in lg files so no matter what Kiez or someone who knows it can get into the system



    hmmm !!

    if some peoples on ragezone

    get into the system

    wat happend ?? :P

    =======================================
    == nice story to legacygamers !! :) ====
    =======================================



Advertisement