Jump to content

DGCStaff

Member
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DGCStaff

  1. 7 minutes ago, backtop said:

    yes its set like that

    same here

    both entrys are right... do i miss something in source? 

    shop.h
    
    typedef struct shop_item
    		{
    			DWORD	vnum;		// 아이템 번호
    			long	price;		// 가격
    			WORD	count;		// 아이템 개수
    
    			LPITEM	pkItem;
    			int		itemid;		// 아이템 고유아이디
    
    			shop_item()
    			{
    				vnum = 0;
    				price = 0;
    				count = 0;
    				itemid = 0;
    				pkItem = NULL;
    			}
    		} SHOP_ITEM;
    packet.h
    
    struct packet_shop_item
    {   
    	DWORD       vnum;
    	DWORD       price;
    	WORD        count;
    	BYTE		display_pos;
    	long	alSockets[ITEM_SOCKET_MAX_NUM];
    	TPlayerItemAttribute aAttr[ITEM_ATTRIBUTE_MAX_NUM];
    };

     

    leave me a message on discord and I will help you 

    • Love 1
  2. 6 minutes ago, backtop said:

    Default is 1 but trying it with 0

    Edit: Error still occurs

    Player->item (count-smallint-4-default 0)

    Player->shop_item(count-smallint-4-default 1)

    that's how you have to have it, and if everything goes wrong on your server, it's not from those tables 

  3. 8 minutes ago, backtop said:

    Hey,

    can someone help me here?

      Reveal hidden contents
    SYSERR: Jul 20 10:22:20 :: Boot: shop table size error
    SYSERR: Jul 20 10:22:20 :: SpawnEventHelper: cannot get map base position 1
    SYSERR: Jul 20 10:22:20 :: SpawnEventHelper: cannot get map base position 3
    SYSERR: Jul 20 10:22:20 :: SpawnEventHelper: cannot get map base position 23
    SYSERR: Jul 20 10:22:20 :: SpawnEventHelper: cannot get map base position 43

     

    I edited the shop_item table in navicat from tinyint to smallint and length to 4 but i got this error even i changed it back to tinyint and length 3... what am i doing wrong here?

    did you set the default to 0? let us know what's wrong with your server, so we can help you 

  4. i check now 

    On 10/4/2019 at 11:57 PM, Karbust said:

    M2 Download Center

     

    Hidden Content

    • Give reaction to this post to see the hidden content.
    ( Internal )

     

     

    Hidden Content

    • Give reaction to this post to see the hidden content.
    ( GitHub )

     

    Hello,

     

    https://www.bandicam.com/company/sdk/bandi_video_library/converter/

    You have a video example on that I made. You need to make the encoding match. You can use Bandi Video Converter.

     

    Result:

     

     

    pff

    • Metin2 Dev 2
    • Love 1
  5. On 4/20/2015 at 11:16 PM, Koray said:
    import CleverBot

    0707 13:36:15274 ::   File "networkModule.py", line 237, in SetGamePhase

    0707 13:36:15274 ::   File "system.py", line 130, in __pack_import

    0707 13:36:15274 ::   File "system.py", line 110, in _process_result

    0707 13:36:15274 ::   File "game.py", line 29, in <module>

    0707 13:36:15274 ::   File "system.py", line 137, in __pack_import

    0707 13:36:15275 :: ImportError
    0707 13:36:15275 :: : 
    0707 13:36:15275 :: No module named CleverBot
    0707 13:36:15275 :: 

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