Jump to content

HisokaMachi

Members
  • Content Count

    75
  • Joined

  • Last visited

Posts posted by HisokaMachi


  1.  

    does changing the mob count in npc/re/mobs can make a server map crash? i always have map crash i dont know why so i get the herc files from github then replace the db and conf with my older ones then i dont get mapcrash for 1 day then i replace the mob count of high orc and the monsters in thana t10 then i got already 2 consecutive map crash today

    try getting coredump and post here.

    changing mobcount does not crash the server.

    how to do that?


  2. does changing the mob count in npc/re/mobs can make a server map crash? i always have map crash i dont know why so i get the herc files from github then replace the db and conf with my older ones then i dont get mapcrash for 1 day then i replace the mob count of high orc and the monsters in thana t10 then i got already 2 consecutive map crash today


  3.  

     

    hey how can i fix this error? [Debug]: Source (NPC): Quest Event Ryu#1 at prontera (142,171)

    [Error]: script_rid2sd: fatal error ! player not attached!

    [Debug]: Function: set (2 parameters):

    [Debug]: Data: variable name='@y' index=0

    [Debug]: Data: number value=0

    That's not from LMS Event.

    That error is caused by NPC " Quest Event Ryu#1" , Post that NPC, and I will get it fix

    Problem is, npc is running and using temporary char variable but, no player is attached.

    http://upaste.me/9a9110579dda043fb

    this is the npc


  4.  

     

    What application you use? TortoiseGIT or TortoseSVN?

     

    if you use TortoiseGIT, Simple rightclick in your File then Choose Git Sync...

    Or RightClick on File->TortoiseGit->Pull..

     

    Note: you must save to stach your changes.

     

    If you use (Recommended)TortoiseSVN, Simple RightClick in your File then Choose SVN Update and your Done!.

    my server always have a map crash what should i do?

    Maybe some of your src modification affects your server. Try to download Latest Hercules Copy then, hire a dev. that can help you add your custom modification.

    where can i see the latest src of herc?


  5. What application you use? TortoiseGIT or TortoseSVN?

     

    if you use TortoiseGIT, Simple rightclick in your File then Choose Git Sync...

    Or RightClick on File->TortoiseGit->Pull..

     

    Note: you must save to stach your changes.

     

    If you use (Recommended)TortoiseSVN, Simple RightClick in your File then Choose SVN Update and your Done!.

    my server always have a map crash what should i do?


  6. Remove /* that is in line 555 and add } in last line in itemdb2.conf

    /* the one like these only? not the */

     

    cause it's like this 

     

    },
    */
    /*
    {
    Id: 7170
    AegisName: "Tuxedo"
    Name: "Tuxedo"
    Type: 5
    Buy: 43000
    Weight: 10
    Job: 0xFFFFFFFE
    Gender: 1
    Loc: 16
    OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">
    OnUnequipScript: <" sc_end SC_WEDDING; ">
    },
    */
    /*
    {
    Id: 26000
    AegisName: "HEART_RING"
    Name: "Heart Ring"
    Type: 5
    Buy: 10
    Weight: 1
    Def: 0
    Upper: 63
    Loc: 4096
    View: 1004
    },
    */
    {

  7. is there anything wrong in my itemdb2? the custom item is heart ring im using lub files. when i @item 26000 item failed always :( cant add custom items im using 2013 rag exe

     

    MY ITEM DB

    http://upaste.me/b617103158de6cc87

     

    the one i add at System/inteminfo

    http://upaste.me/12f0103123921e1b4

     

    MY ACCESSORYID.LUB

     ACCESSORY_Heart_Ring = 1004

     

    MY ACCNAME.LUB

      [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "_Heart_Ring"

     

    MY ACCNAME_ENG.LUB

      [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "_Heart_Ring"

     

    what is wrong can someone tell me pls


  8.  

     

    getinventorylist;for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1;}if ( !getbrokenid(1) ) close;atcommand "@repairall";

    Add this

    where would i add that? can you make it a whole script?


    SOLVED

     

    getinventorylist;for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1;}if ( !getbrokenid(1) ) close;atcommand "@repairall";

    Add this

    i thought i already solved it but i dunno where to add the script
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.