Jump to content

Lord_HiccupSS

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by Lord_HiccupSS


  1. 26 minutes ago, Lord_HiccupSS said:

    Hi guys so I've been messing around with my server files, spawned an item used it then my character gets disconnected with unknown error. So i figured i made a new account/character, thinking im just going to abandon the other acc and use this one instead. Nope, i still cant log into a freshly new account/char, anyone had this problem before? 

    Quote

    SC_LoginAccess Violation
    The thread attempted to read from or write to a virtual address for which it does not have the appropriate access
     (0) : Game.exe at ?()
     (0) : Game.exe at ?()
     (0) : Game.exe at ?()
     (0) : Game.exe at ?()
    05-06 06:33:40
    Unknown Windwos VerUnknown Windows NT
    DirectX Ver 90000
    DeviceType 1
    AdapterOrdinal 0
    Caps 20000
    Caps2 200A0000
    Caps3 420
    PresentationIntervals 8000000F
    CursorCaps 1
    DevCaps 1BBEF0
    PrimitiveMiscCaps EF2
    RasterCaps F37191
    ZCmpCaps FF
    SrcBlendCaps 1FFF
    DestBlendCaps 1FFF
    AlphaCmpCaps FF
    ShadeCaps 84208
    TextureCaps 1ECC5
    TextureFilterCaps 3030700
    CubeTextureFilterCaps 3030300
    VolumeTextureFilterCaps 3030300
    TextureAddressCaps 3F
    VolumeTextureAddressCaps 3F
    LineCaps 1F
    MaxTextureWidth 4000
    MaxTextureHeight 4000
    MaxVolumeExtent 800
    MaxTextureRepeat 2000
    MaxTextureAspectRatio 4000
    MaxAnisotropy 10
    MaxVertexW 10000000000.000000
    GuardBandLeft -100000000.000000
    GuardBandTop -100000000.000000
    GuardBandRight 100000000.000000
    GuardBandBottom 100000000.000000
    ExtentsAdjust 0.000000
    StencilCaps FF
    FVFCaps 180008
    TextureOpCaps 3FEFFFF
    MaxTextureBlendStages 8
    MaxSimultaneousTextures 8
    VertexProcessingCaps 7B
    MaxActiveLights A
    MaxUserClipPlanes 8
    MaxVertexBlendMatrices 4
    MaxVertexBlendMatrixIndex 8
    MaxPointSize 8192.000000
    MaxPrimitiveCount FFFFFF
    MaxVertexIndex FFFFFF
    MaxStreams 10
    MaxStreamStride FF
    VertexShaderVersion FFFE0101
    MaxVertexShaderConst 60
    PixelShaderVersion FFFF0104
    MaxPixelShaderValue 65504.000000
    Access Violation
    The thread attempted to read from or write to a virtual address for which it does not have the appropriate access
     (0) : Game.exe at ?()
     

    Quote

     


  2. Hi guys so I've been messing around with my server files, spawned an item used it then my character gets disconnected with unknown error. So i figured i made a new account/character, thinking im just going to abandon the other acc and use this one instead. Nope, i still cant log into a freshly new account/char, anyone had this problem before? 


  3. 7 hours ago, champ said:

    You’re not paying attention to the error message:

    msg parse resource file [./resource/garner\garnerNPC.txt] failed ,No [190 Starter - Npc], please chech format and version!
     

    it clearly states that the error is in garnerNPC.txt on line 190. Npc ID: 190, npc name: Starter - Npc

     

    You need to check that line out 

    I did check it out infact checked everything out before asking the question. I found the "real" error its not in the garner.txt, the function is not found in any of the lua files. I guess i just have to find it. 


  4. 2 hours ago, champ said:

    Your error message states to check the format and version of your new npc entry - this suggests you might have not used tabs correctly or perhaps missed out on certain required fields (basically the format of your new npc line does not match the required format, check the ones that are working for reference)

    Hi thanks for the reply. Yes I did re-use the ones that are already there. I just changed functions since you cannot have 2 in the same file. for example :

     

    Quote

    function r_trade01 ()

     

        Talk( 1, "Goldie: Hi, I sell all sorts of weapons! Take a look!" )

        Text( 1, "Trade", BuyPage)

        initTrade()
        Weapon ( 0791    )  

        Weapon ( 0791    )

        Weapon ( 0791    )

    end

    -- this is blacksmith goldie script
     

    function r_trade02 () -- i simply changed the function here

     

        Talk( 1, "Starter - NPC : Hi, I have the things you need!" )

        Text( 1, "Trade", BuyPage)

        initTrade()
        Weapon ( 0791    )  

        Weapon ( 0791    )

        Weapon ( 0791    )

    end


    let me know what i went wrong here.


  5. Hi guys! im trying to add a new npc to my game and i have put the codes in npcscript01.lua, added npc in garner.txt in argent city. But whenever i try to run my game it shows this error - 

    Quote

    msg parse resource file [./resource/garner\garnerNPC.txt] failed ,No [190 Starter - Npc], please chech format and version!

    I do not really understand, what seems to be the problem here? anyone can assist a newbie? :D

×
×
  • Create New...