[help] Starting 300 Point (how turn off ?)

Results 1 to 5 of 5
  1. #1
    Webzen MORFF is offline
    MemberRank
    Sep 2005 Join Date
    Armenia YerevanLocation
    239Posts

    [help] Starting 300 Point (how turn off ?)

    HI GUys i have Problem ! everytime when i create new character in my server (1.00.16 ) new character starting game with 300 Points ! in my commonserver i can't find this option please guys say how i can set 0 this option


  2. #2
    Account Upgraded | Title Enabled! Holy is offline
    MemberRank
    Jul 2007 Join Date
    Mov eax, 1Location
    551Posts

    Re: [help] Starting 300 Point (how turn off ?)

    Mmm that is a problem of the DB try using another one.

  3. #3
    Novice heuclido is offline
    MemberRank
    Nov 2007 Join Date
    1Posts

    Re: [help] Starting 300 Point (how turn off ?)

    Hi, i think you have to see the SQL SERVER ENTERPRISE MANAGER, in DATA BASES, MUONLINE, TABLES, and find the DefaultClassType BASE, and the last field " LevelUpPoitn" and chage 300 per 0, or you can check in procedures "WZ_CreateCharacter"

    example:

    INSERT INTO dbo.Character(AccountID, Name, cLevel, LevelUpPoint, Class, Strength, Dexterity, Vitality, Energy, Inventory,MagicList,
    Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, MDate, LDate, Quest, DbVersion, Leadership,money )
    SELECT @AccountID As AccountID, @Name As Name, Level, 300, @Class As Class,
    Strength, Dexterity, Vitality, Energy, Inventory,MagicList, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY,
    getdate() As MDate, getdate() As LDate, Quest, DbVersion, Leadership,200000


    good luck man.

  4. #4
    Webzen MORFF is offline
    MemberRank
    Sep 2005 Join Date
    Armenia YerevanLocation
    239Posts

    Re: [help] Starting 300 Point (how turn off ?)

    Thanks a Lot Brother !!!

  5. #5


Advertisement