Level Over 150

Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Account Upgraded | Title Enabled! jeff972 is offline
    MemberRank
    Oct 2012 Join Date
    235Posts

    Level Over 150

    Basically, the game allows us to reach lvl255 using GM Commends


    But in reality we can only reach lvl 150 for the simple reason that you can't connect to the game with value over 150


    i first thought it was due to the fact that ParamClassServer stop to 150. but add new rows in it do not fix the problem.

    ChrCommon don't fix it either.


    here is the assert whenever ou try to get in-game with a char lvl 151 and more


    Code:
    06:46:53 : AssertClass::ac_AssertFail : ShineObjectClass::ShinePlayer::so_Disconnect[1673]
    06:46:53 : AssertClass::ac_AssertFail : Socket cut not for player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_SHAPE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_SKILL_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_PASSIVE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_PASSIVE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_GUILD_ACADEMY_ZONE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : GameDBSession::wms_NC_CHAR_ZONE_CHESTINFO_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARTITLE_CMD : Invalid Object[18]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARGEDBUFF_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:54 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_BASE_CMD : Invalid player[0]
    06:46:54 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARDATA_ACK : Invalid Object[18]
    and thedisconnect return
    Code:
    06:46:53 : Char so_Disconnect Madinina 1673

    I don't really see what files could cause this, maybe a DB value's restriction.
    that would be glad if someone had a clue at what causing this ?
    Last edited by jeff972; 14-06-13 at 01:05 PM.


  2. #2
    Valued Member dontknown is offline
    MemberRank
    Mar 2012 Join Date
    128Posts

    Re: Level Over 150

    Quote Originally Posted by jeff972 View Post
    Basically, the game allows us to reach lvl255 using GM Commends


    But in reality we can only reach lvl 150 for the simple reason that you can't connect to the game with value over 150


    i first thought it was due to the fact that ParamClassServer stop to 150. but add new rows in it do not fix the problem.

    ChrCommon don't fix it either.


    here is the assert whenever ou try to get in-game with a char lvl 151 and more


    Code:
    06:46:53 : AssertClass::ac_AssertFail : ShineObjectClass::ShinePlayer::so_Disconnect[1673]
    06:46:53 : AssertClass::ac_AssertFail : Socket cut not for player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_SHAPE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ABSTATE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_SKILL_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_PASSIVE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_PASSIVE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_GUILD_ACADEMY_ZONE_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : GameDBSession::wms_NC_CHAR_ZONE_CHESTINFO_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARTITLE_CMD : Invalid Object[18]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARGEDBUFF_CMD : Invalid player[0]
    06:46:53 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_ITEM_CMD : Invalid player[0]
    06:46:54 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_BASE_CMD : Invalid player[0]
    06:46:54 : AssertClass::ac_AssertFail : WorldManagerSession::wms_NC_CHAR_ZONE_CHARDATA_ACK : Invalid Object[18]
    and thedisconnect return
    Code:
    06:46:53 : Char so_Disconnect Madinina 1673

    I don't really see what files could cause this, maybe a DB value's restriction.
    that would be glad if someone had a clue at what causing this ?
    You dont need more than 150 levels, there are no armors, skills or monsters pass lvl 150 (in fact is 130)

    Try to make a look at databases or login procedures.

  3. #3
    Alpha Member Cyndaquil is offline
    MemberRank
    Mar 2012 Join Date
    EnglandLocation
    2,137Posts

    Re: Level Over 150

    Quote Originally Posted by dontknown View Post
    You dont need more than 150 levels, there are no armors, skills or monsters pass lvl 150 (in fact is 130)

    Try to make a look at databases or login procedures.
    There is something called custom items. You can make new armour, skills and monsters.

  4. #4
    Valued Member dontknown is offline
    MemberRank
    Mar 2012 Join Date
    128Posts

    Re: Level Over 150

    Quote Originally Posted by Lunerica View Post
    There is something called custom items. You can make new armour, skills and monsters.
    Yes but you can make new sets, skills and monsters from 130 to 150, and increase the experience needed to make them longer, more than 150 levels is not needed. This was what I was trying to explain in the other post.

  5. #5
    Alpha Member Cyndaquil is offline
    MemberRank
    Mar 2012 Join Date
    EnglandLocation
    2,137Posts

    Re: Level Over 150

    Quote Originally Posted by dontknown View Post
    Yes but you can make new sets, skills and monsters from 130 to 150, and increase the experience needed to make them longer, more than 150 levels is not needed. This was what I was trying to explain in the other post.
    Not the way I or I think anyone else interpreted your post.

  6. #6
    ☺☺Just Ask The Pope☺☺ PopeJohnPaul is offline
    MemberRank
    Jul 2009 Join Date
    Ottawa CALocation
    578Posts

    Re: Level Over 150

    i personally prefer Rebirth yeah its not as fun as reaching lvl 9000 lol
    but gives you the opportunity to start again with better stuffs, just my opinion
    :)

  7. #7
    Account Upgraded | Title Enabled! jeff972 is offline
    MemberRank
    Oct 2012 Join Date
    235Posts

    Re: Level Over 150

    Quote Originally Posted by dontknown View Post
    Yes but you can make new sets, skills and monsters from 130 to 150, and increase the experience needed to make them longer, more than 150 levels is not needed. This was what I was trying to explain in the other post.
    how dare you say what i need or not ?... if you get what i mean ? O_O
    To be honest, i wouldn't image such comments from you. Maybe it's not your case , but for my part i learn things for fun. It's noway about what is needed in general or what i would "need" for an active p-server but it's actually about what i want to experiment.

    it's like say me , i don't learn these words in Latin or w.e because nobody usually employs them. If you can why not? does it cost you something ?

    Anyway,I dare hope that life's experiences will teach you this.

    Quote Originally Posted by popejohnpaul View Post
    i personally prefer Rebirth yeah its not as fun as reaching level 9000 lol
    but gives you the opportunity to start again with better stuffs, just my opinion
    :)

    Yep but it's not about what Ppl prefers XD i'm not an owner of any public p-server.
    when i learn to do something , it's for the knowledge. so that's mean : if i can i learn something different why not ?




    I was away ,but now ill try to have a look in the databases procedures as dontknow proposed
    Last edited by jeff972; 15-06-13 at 12:47 AM.

  8. #8
    Account Upgraded | Title Enabled! aqua512 is offline
    MemberRank
    Nov 2012 Join Date
    574Posts

    Re: Level Over 150

    Jeff i'm right there with you. I do not own a server nor do i wish to do so. I do the things i do to help the community learn something new.
    If you can figure out how to get the server to exceed level 150 i say go for it. It never hurts to learn something new. Let the haters hate. i know that people will always talk shit to each other on rage zone. It has become expected. but as the old saying goes "doesn't matter who wins a fight on the internet you're still retarded either way". So Jeff more power to ya, go get it bro!!!

  9. #9
    Valued Member NvrGnaStp is offline
    MemberRank
    Jan 2012 Join Date
    Escanaba, MILocation
    111Posts

    Re: Level Over 150

    by changing ParamClassServer.txt I managed to log in and linkto at 151 as a Scout, but only once, after trying to linkto again I disconnected and couldnt log back in. I kno next to nothing about actual database editting, beyond the rows, but could it be that the nlevel columns set to a datatype of smallint? as well as system type? also the exp column only allows up to an 8 digit number, may want to change that...

  10. #10
    Anotha One Wicious is offline
    MemberRank
    Jan 2013 Join Date
    StockholmLocation
    839Posts

    Re: Level Over 150

    Quote Originally Posted by NvrGnaStp View Post
    by changing ParamClassServer.txt I managed to log in and linkto at 151 as a Scout, but only once, after trying to linkto again I disconnected and couldnt log back in. I kno next to nothing about actual database editting, beyond the rows, but could it be that the nlevel columns set to a datatype of smallint? as well as system type? also the exp column only allows up to an 8 digit number, may want to change that...
    nLevel is a tinyint and ranges from 0 - 255. Not near a computer right now so can't check what datatype nExp is.

  11. #11
    Apprentice Hexacore3D is offline
    MemberRank
    May 2013 Join Date
    16Posts

    Re: Level Over 150

    @Lunerica's post of cutoms making shit.
    Guess who can take care of that if anyone is intrested.

  12. #12
    ☺☺Just Ask The Pope☺☺ PopeJohnPaul is offline
    MemberRank
    Jul 2009 Join Date
    Ottawa CALocation
    578Posts

    Re: Level Over 150

    i dont stick to what i said before i also wana up the level but i seem to be stuck at 108 hmm if i edit the files to 150 max then error popup

    so yeah jeff if u manage to find the issue plz share your findings :)

  13. #13
    Valued Member NvrGnaStp is offline
    MemberRank
    Jan 2012 Join Date
    Escanaba, MILocation
    111Posts

    Re: Level Over 150

    Quote Originally Posted by Shawie View Post
    nLevel is a tinyint and ranges from 0 - 255. Not near a computer right now so can't check what datatype nExp is.
    yes and nExp is a bigint datatype but the sql prevents any higher than 8 digits with an editable property

  14. #14
    Apprentice Dioxide is offline
    MemberRank
    Mar 2013 Join Date
    19Posts

    Re: Level Over 150

    Quote Originally Posted by NvrGnaStp View Post
    yes and nExp is a bigint datatype but the sql prevents any higher than 8 digits with an editable property
    BigInt's 8 bytes and the max value is 9223372036854775807, and that is 19 digits.

  15. #15
    Account Upgraded | Title Enabled! jeff972 is offline
    MemberRank
    Oct 2012 Join Date
    235Posts

    Re: Level Over 150

    i don't think it has something to do with the column value type. because 151 is valid value for almost( all ?) any type of int. the only way it would be possible is that the nLevel is converted to another value or add up to another like the whoequip does ?.

    i'm pretty sure it's either into the wordManager .exe itself or its "dedicated" stored procedure.
    but tbh , i'm not really good at those things, i'll have to take a time to learn more about db , procedure etc. before start to try something worthy.

    plus, I realize that it gave me the error "Char so_Disconnect Madinina 1673" while my info is nUserNo(1); nCharNo(56)
    is "1673" the error's No or the nCharNo it tries to get ? ('ill test later if it changes)


    Also the levels 151 and more are also invalid for skills, we can't learn the skill even if you reach the level via the gm commend.
    i don't remember the error message it displays in-game ( ill write it later)... most likely because the nlevel "don't exist"

    finnaly , maybe i simply misconfigured the parameter etc, ill check them like twice to be sure.

    - all those are conjectures/assumptions, Maybe it will help us to find a clue.



    Ps: sorry for my epic fail english O_O
    Last edited by jeff972; 15-06-13 at 06:43 PM.



Page 1 of 3 123 LastLast

Advertisement