Jump to content

Cyxer

Inactive Member
  • Posts

    144
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cyxer

  1. i add 6normal bonus in my source.

    but i have problem with rare item. (7-8)

    when i put item rare 71051 in item i have this error in sysser in db:

     

    SYSERR: Dec  2 18:56:18 :: ChildLoop: AsyncSQL: query failed: Column count doesn't match value count at row 1 (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, attrtype7, attrvalue7) VALUES(10003241, 1, 1, 2, 1, 19, 1, 0, 0, 13, 5, 19, 10, 4, 8, 15, 5, 21, 10, 16, 5, 0, 0) errno: 1136)
    
    	SYSERR: Dec  2 19:13:08 :: ChildLoop: AsyncSQL: query failed: Column count doesn't match value count at row 1 (query: REPLACE INTO item (id, owner_id, window, pos, count, vnum, socket0, socket1, socket2, attrtype0, attrvalue0, attrtype1, attrvalue1, attrtype2, attrvalue2, attrtype3, attrvalue3, attrtype4, attrvalue4, attrtype5, attrvalue5, attrtype6, attrvalue6, attrtype7, attrvalue7) VALUES(10003238, 1, 2, 0, 1, 11299, 1, 1, 1, 29, 10, 1, 1500, 38, 10, 34, 15, 89, 10, 88, 10, 0, 0) errno: 1136)
    
  2. 23 hours ago, tierrilopes said:

    Do the tutorial and set it to 250 in this part:

    common/item_lenght.h

    Here you can set the maximum number in a stack. Change this as big as you want (between 0 and ~60k)

    
    ITEM_MAX_COUNT				= 200,

    dont work!!..i change 200 to 250 and again max stack is 200.

  3. 2 hours ago, tierrilopes said:

    Do the tutorial and set it to 250 in this part:

    common/item_lenght.h

    Here you can set the maximum number in a stack. Change this as big as you want (between 0 and ~60k)

    
    ITEM_MAX_COUNT				= 200,

    thnx you tierrilopes! :)

  4. On 25/8/2015, 9:20:23, AlexxD said:

    1. Open char_item.cpp and after

    
    if (item->GetWearFlag() & WEARABLE_UNIQUE)
    	{
    		if ((GetWear(WEAR_UNIQUE1) && GetWear(WEAR_UNIQUE1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_UNIQUE2) && GetWear(WEAR_UNIQUE2)->IsSameSpecialGroup(item)))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("같은 종류의 유니크 아이템 두 개를 동시에 장착할 수 없습니다."));
    			return false;
    		}
    
    		if (marriage::CManager::instance().IsMarriageUniqueItem(item->GetVnum()) && 
    			!marriage::CManager::instance().IsMarried(GetPlayerID()))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("결혼하지 않은 상태에서 예물을 착용할 수 없습니다."));
    			return false;
    		}
    	}

    put this:

    
    if (item->GetType() & ITEM_RING)
    	{
    		if ((GetWear(WEAR_RING1) && GetWear(WEAR_RING1)->IsSameSpecialGroup(item)) || (GetWear(WEAR_RING2) && GetWear(WEAR_RING2)->IsSameSpecialGroup(item)))
    		{
    			ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't put two same items in the same time."));
    			return false;
    		}
    	}

    Try it. :D

    change this:

     ChatPacket(CHAT_TYPE_INFO, LC_TEXT("You can't put two same items in the same time."));
    
    
    

    to this:

    [code] ch->ChatPacket(CHAT_TYPE_INFO, "You can't put two same items in the same time");

    • Love 1
  5. 13 hours ago, Lynx said:

    same problem the syser doesnt say anything about error

    6d2f31c89d90ab5a94af2d3ee49357ce.gif

    root/msm configs:

      Hide contents

    Group AcceData
    {
        PathName    "d:/ymir work/pc2/assassin/"

        AcceDataCount             10
        Group AcceData00
        {
            AcceIndex            0
            Model                "acce/acce.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData01
        {
            AcceIndex            1
            Model                "acce/acce_01_001.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData02
        {
            AcceIndex            2
            Model                "acce/acce_01_002.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData03
        {
            AcceIndex            3
            Model                "acce/acce_01_003.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData04
        {
            AcceIndex            4
            Model                "acce/acce_01_004.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData05
        {
            AcceIndex            5
            Model                "acce/acce_02_001.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData06
        {
            AcceIndex            6
            Model                "acce/acce_02_002.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData07
        {
            AcceIndex            7
            Model                "acce/acce_02_003.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
        Group AcceData08
        {
            AcceIndex            8
            Model                "acce/acce_02_004.gr2"
            SourceSkin            "acce/acce_01.dds"
            TargetSkin            "acce/acce_01.dds"
        }
    }

     

    convert gr2 2.4. to 2.9.12!

    • Love 1
  6. Channel1

    sysser:

    SYSERR: Nov 26 21:06:10 :: socket_connect: HOST localhost:15000, could not connect.
    SYSERR: Nov 26 21:06:13 :: socket_connect: HOST localhost:15000, could not connect.
    SYSERR: Nov 26 21:06:16 :: socket_connect: HOST localhost:15000, could not connect.
    SYSERR: Nov 26 21:06:19 :: socket_connect: HOST localhost:15000, could not connect.

    syslog:

    Nov 26 21:06:08 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected
    Nov 26 21:06:09 :: CLIENT_DESC [db_clientdesc] trying DBPacket() while not connected
    Nov 26 21:06:10 :: SYSTEM: Trying to connect to localhost:15000
    SYSERR: Nov 26 21:06:10 :: socket_connect: HOST localhost:15000, could not connect.

     

     

  7. 55 minutes ago, BeHappy4Ever said:

    If u want help add me on skype nikthebig 22 , i will help u tommorow 99% . I think that some files doesn t exists on the client :)

    Θα το βγάλω εντελώς το Sash.Δεν ξέρω γιατί δεν τα βρίσκει.

    English: We will completely take off Sash.I dont know why it did not find.

  8. Hello!

    I add the sash system and i have this sysser in client:

    1126 16:55:15029 :: CANNOT_FIND_PACK_FILE [d:/ymir work/pc/shaman/acce/acce.gr2]
    1126 16:55:15409 :: CResourceManager::GetResourcePointer: File not exist d:/ymir work/pc2/shaman/acce/acce_02_001.gr2
    1126 16:55:15410 :: CANNOT_FIND_PACK_FILE [d:/ymir work/pc2/shaman/acce/acce_02_001.gr2]

    the files is in folder.

    but i dont know why the game i cant find the files.

  9. On 1/7/2015, 8:42:35, Chris90909090909090 said:

    SYSERR: Jul  1 17:29:12 :: pid_init: 
    Start of pid: 817

    SYSERR: Jul  1 17:29:12 :: Start: TABLE_POSTFIX not configured use default
    SYSERR: Jul  1 17:29:12 :: Load:  DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
    SYSERR: Jul  1 17:29:24 :: Process: FDWATCH: peer null in event: ident 21
    SYSERR: Jul  1 17:29:29 :: Process: FDWATCH: peer null in event: ident 21

    same. help!

×
×
  • 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.