Got It Going :D

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! DrowninG is offline
    MemberRank
    Mar 2003 Join Date
    United CumdomLocation
    442Posts

    Got It Going :D

    hey guys,

    bit of a nooby update from me :P

    -----------------

    QUICK QUESTION, WILL THE SERVER RUN ON A LINUX SERVER?

    -----------------


    well i got my server going, its offline atm but my mate has a dedicated server and providing i dont rape his bandwidth i can use it to eventually host my own mir server :D :D

    so in the future ill probably end up tryin to get a server team together or somethin i dunno i only just got the stuff going, loads of bugs i need to sort, need to add mobs (currently have hens deer and main evilmir part lol)


    gotta say, fucking impressed, evil mir is like NUKE NUKE LIGHTNING LIGHTNING ahh brings me back to the old days of pwning it on dragon :P



    anywho, so far ive got the followin bugs (if anyone could gimmie some advice, or point me in the direction of some id be very greatful):

    1. cant go into game the normal way otherwise it terminantes connection (screen after char select) so i had to enter my char into charinfo...

    2. trade merchant doesnt take items (think ive seen a fix for that somewhere)

    3. items are dura 0 in shops (again im sure there is a fix out)

    4. gotta add all the mobs into the database (tried importing and i get some shitting error about the BG not allowing null things, maybe i can change it so it allows nulls, paste the mobs, then change it back?)

    5. gt's are being given out (dunno if its fixed or whats happening with it)


    there's prolly more i just need to hunt around etc, and im sure there is an update or 3 im missing :p


    anyways im done for the night gonna go cuddle up in my bed smiling instead of ranting and raving like last night when i couldnt get it to work lol



    thanks to all that've helped me get this far :P :P and especially to dean :D feckin star !
    Last edited by DrowninG; 23-03-07 at 12:17 AM. Reason: adding


  2. #2
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: Got It Going :D

    no worries btw they are the most updated ones, ill sort all those out for you tomorrow ok, i know what wrong tbh

    ttyl

    VirUs

  3. #3
    Valued Member Fire_Nemesis is offline
    MemberRank
    Feb 2007 Join Date
    113Posts

    Re: Got It Going :D

    no you cant run the server on a linux platform

  4. #4
    Account Upgraded | Title Enabled! DrowninG is offline
    MemberRank
    Mar 2003 Join Date
    United CumdomLocation
    442Posts

    Re: Got It Going :D

    Quote Originally Posted by Fire_Nemesis View Post
    no you cant run the server on a linux platform
    *hy not? is there a *ay around it?:juggle:

  5. #5
    Valued Member Fire_Nemesis is offline
    MemberRank
    Feb 2007 Join Date
    113Posts

    Re: Got It Going :D

    no because the processes are windows operated

  6. #6
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: Got It Going :D

    nope and dont think an emulator will eithr but td will have to confirm this .....

    VirUs

  7. #7
    Account Upgraded | Title Enabled! DrowninG is offline
    MemberRank
    Mar 2003 Join Date
    United CumdomLocation
    442Posts

    Re: Got It Going :D

    gah,

    anyways, DBServer saying this, think this is why i keep spawning at same place and it wont update it ><


    Server Started...
    -- SQL KeepAlive
    [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'False'
    [CharInfo] Error updating char:lol

  8. #8
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: Got It Going :D

    must be something wrong with that filed, delete it and add again

    VirUs

  9. #9
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: Got It Going :D

    thats nothing to do with it dont think only tbls that have those fileds are TBL_usermagic and tbl_useritems check that its in both of them

    VirUs

  10. #10
    Account Upgraded | Title Enabled! DrowninG is offline
    MemberRank
    Mar 2003 Join Date
    United CumdomLocation
    442Posts

    Re: Got It Going :D

    it says its suppost to be in charinfo, but it aint :S

  11. #11
    VirUs@AkumaMir2.co.uk deanfletc is offline
    MemberRank
    Jan 2006 Join Date
    Land Of Akuma Mir2Location
    783Posts

    Re: Got It Going :D

    if its not in char info then puit it in it....

    VirUs

  12. #12
    Account Upgraded | Title Enabled! DrowninG is offline
    MemberRank
    Mar 2003 Join Date
    United CumdomLocation
    442Posts

    Re: Got It Going :D

    so i add false to my TBL_CharInfo,

    what sorta data is going into it? datatype etc?

  13. #13
    Account Upgraded | Title Enabled! shunt is offline
    MemberRank
    Sep 2005 Join Date
    location locationLocation
    467Posts

    Re: Got It Going :D

    that is the design of the one i have, although not tried it for a while, there may havebeen new fields added in updates.doc


    Fld_Index bigint 8 0
    Fld_CharName varchar 20 0
    Fld_CurMap varchar 16 0
    Fld_CurX smallint 2 0
    Fld_CurY smallint 2 0
    Fld_Dir tinyint 1 0
    Fld_Hair tinyint 1 0
    Fld_Sex tinyint 1 0
    Fld_Job tinyint 1 0
    Fld_Gold bigint 8 0
    Fld_Level smallint 2 0
    Fld_AC bigint 8 0
    Fld_MAC bigint 8 0
    Fld_DC bigint 8 0
    Fld_MC bigint 8 0
    Fld_SC bigint 8 0
    Fld_HP int 4 0
    Fld_MP int 4 0
    Fld_MAXHP int 4 0
    Fld_MAXMP int 4 0
    Fld_Exp bigint 8 0
    Fld_MaxExp bigint 8 0
    Fld_Weight int 4 0
    Fld_MaxWeight int 4 0
    Fld_WearWeight int 4 0
    Fld_MaxWearWeight int 4 0
    Fld_HandWeight int 4 0
    Fld_MaxHandWeight int 4 0
    Fld_HomeMap varchar 16 0
    Fld_HomeX smallint 2 0
    Fld_HomeY smallint 2 0
    Fld_BonusAC int 4 0
    Fld_BonusMAC int 4 0
    Fld_BonusDC int 4 0
    Fld_BonusMC int 4 0
    Fld_BonusSC int 4 0
    Fld_BonusHP int 4 0
    Fld_BonusMP int 4 0
    Fld_BonusHit tinyint 1 0
    Fld_BonusSpeed int 4 0
    Fld_BonusX2 tinyint 1 0
    Fld_BonusPoint int 4 0
    Fld_CreditPoint int 4 0
    Fld_ReLevel tinyint 1 0
    Fld_MasterName varchar 20 1
    Fld_Master bit 1 0
    Fld_StoragePwd varchar 10 1
    Fld_LoverName varchar 20 1
    Fld_LoveStart bigint 8 1
    Fld_LoveDays int 4 1

    Fld_HasLover bit 1 0
    Fld_GamePoint int 4 0
    Fld_GameGold int 4 0
    Fld_PayMentPoint int 4 0
    Fld_PkPoint int 4 0
    Fld_AllowGroup tinyint 1 0
    Fld_F9 tinyint 1 0
    Fld_AttackMode tinyint 1 0
    Fld_IncHealth tinyint 1 0
    Fld_IncSpell tinyint 1 0
    Fld_IncHealing tinyint 1 0
    Fld_FightZoneDieCount tinyint 1 0
    Fld_LockLogon bit 1 0
    Fld_Contribution int 4 0
    Fld_HungerStatus int 4 0
    Fld_AllowGuildRecall bit 1 0
    Fld_GroupRecallTime int 4 0
    Fld_AllowGroupRecall bit 1 0
    Fld_BodyLuck float 8 0
    Fld_QuestUnit varchar 55 0
    Fld_QuestUnitOpen varchar 55 0
    Fld_QuestFlag varchar 430 0
    Fld_MarryCount tinyint 1 0
    the only thing that isn't showing is the allow nulls tick,, they are highlighted red


    edit,, dam i spent ages formatting the layout of that and arranging the columns lol



Advertisement