Jump to content

Syreldar

Premium
  • Posts

    1298
  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    100%

Posts posted by Syreldar

  1. quest test begin
        state start begin
            when 9003.take begin
                 chat(i..": "..item.get_value(item.get_vnum()))
            end
        end
    end

    chat(i.." ???

     

    you did not call that variable, how do you pretend to use it?

     

     

    quest test begin
        state start begin
            when 9003.take begin
                 chat(item.get_value(item.get_vnum()))
            end
        end
    end

    try this.

  2.  

     

    I have a problem to implement the maps 
    only see the black screen 
     
    That happens to me with any map install 
     
    I leave a photo 
     
    f6m5.png
     
    kind regards

     

     

    Can you post your client's syserr?

     

    Not needed, i'm pretty sure the error is in the atlasinfo.txt file.

     

    Bad Added map or completely not added.

  3. Hi metindev users,

     

    i don't know if this is the correct section to post this, @Shogun should create a "Problem" section.

     

    Okay, i'll describe the error.

     

    Channel1:

    SYSERR: Mar 23 15:42:28.342562 :: pid_init: 
    Start of pid: 995
     
    SYSERR: Mar 23 15:44:34.938771 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 0 mob 3596 skill 257
    SYSERR: Mar 23 15:44:34.939156 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 1 mob 3596 skill 258
    SYSERR: Mar 23 15:44:35.461587 :: heart_idle: losing 125 seconds. (lag occured)
    SYSERR: Mar 23 15:44:38.64475 :: socket_connect: HOST 25.6.58.100:14099, could not connect.

    DB:

    SYSERR: Mar 23 15:42:24 :: pid_init: 
    Start of pid: 989
     
    SYSERR: Mar 23 15:42:24 :: Start: TABLE_POSTFIX not configured use default
    SYSERR: Mar 23 15:44:07 :: Process: FDWATCH: peer null in event: ident 22

    14099 is the game99 p2p port.

     

     

    Practically i'm going to start my server normally, and all is okay, if i try to login, he stays to "connecting..."

    Syserr say only that 2 errors, so i try to put "ps" in the shell and i can see one "./game" process missing, probably the game99's.

     

    If i write "top" after, i can see game process occupying more than 40.00% CPU increasing second after second.

     

    After some minutes the server outputs a "connection refused" and if i write "ps" after that i can see the ./game missing process is turned online, if i write "top" the game process's cpu is decresing till 4.00-5.00% CPU , and if i try to login the server is online perfectly.

     

    I just want to know why..i am pretty sure that solving that fdwatch process all will turn back normally, i hate fdwatch errors, the only serveside error i could't solve in my server-programming life.

    I know only they go by ident 19 to ident 45, every ident has a different error cause AND THEY NOT SPECIFY WHAT IS THE CAUSE.

    So i can't solve them, i beg someone with serversource to translate all idents..

    He will be my god.

     

    Thanks.

  4. Exactly. The Dragon God blessing scroll and Master Compass are said to increase the upgrade rate but in reality they have a fixed table. We changed that in our game so it's really 10% more effective.

    Yes, that's correct.

  5. You are wrong.

     

    The Blessing scroll doesn't give +10% succesfull rate, just grants that the item will not be lost after trying to improve it.

     

    The Dragon Scroll, instead, should give +10% succesfull rate, BUT it doesn't, it has a completely different refine-function, check the gamefile and you will know what i'm talking about.

     

    try to refine an item with 90% success rate and use the Dragon scroll, the probability will not be 100%, the item can fail.

    try to refine an item with 100% success rate and use the Dragon scroll, the probability will not be 110%, the item can fail either. ;)

  6. 0319 23:30:11217 :: CRaceManager::CreateRace(dwRaceIndex=0)
    0319 23:30:11262 :: CRaceManager::CreateRace(dwRaceIndex=4)
    0319 23:30:11312 :: CRaceManager::CreateRace(dwRaceIndex=1)
    0319 23:30:11360 :: CRaceManager::CreateRace(dwRaceIndex=5)
    0319 23:30:11416 :: CRaceManager::CreateRace(dwRaceIndex=2)
    0319 23:30:11469 :: CRaceManager::CreateRace(dwRaceIndex=6)
    0319 23:30:11522 :: CRaceManager::CreateRace(dwRaceIndex=3)
    0319 23:30:11576 :: CRaceManager::CreateRace(dwRaceIndex=7)
    0319 23:30:11636 :: DeleteCharacterInstance: no vid by 0
    0319 23:30:11636 :: DeleteCharacterInstance: no vid by 1
    0319 23:30:11636 :: DeleteCharacterInstance: no vid by 2
    0319 23:30:11636 :: DeleteCharacterInstance: no vid by 3

    Root: corrupt msm

     

    0319 23:30:11725 ::  CItemManager::GetItemDataPointer - FIND ERROR [32767]

     

    ItemData Overflow

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.