Jump to content

ѕeмa™

Member
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by ѕeмa™

  1. .test_guild -> CLASS
    #test_guild -> ID

    ;)

    Yes i forgot this xD

    But now i only can see the firts image

     

    if i put 0px 0px in the 

    background-image: url(config/b_gremios/imagen.png) 0px 0px;

    i cant see any image but if i delete the 0px 0px i can see the first image 

    Solved i change background-image to background only and its working.

     

    Thanks u soo much.

  2. First of all, this is about css,html in a website.

    I have this image:

    d233bb4b56601846236c36d9639356ed.png

    As you can see, is the mark_0.tga located in folder mark ( serverfiles ) and if you see in the left u can see 2 numbers:

    28.5

    and

    16

    The numbers represent the row and colums.

    I need resize the image or cut the image to show only the image into pixels:

    28.5+16 and 16+12

    Why 16 and 12? i think is the size of the logo. ( im not sure )

     

    How can i do this?

    Thanks, i hope you can understand me and sorry my english.

  3. Hello, a few days ago, i added in my game the lv update automatic when you level up ( Pythontextail ) and now i have this problem:

     

    First:

    25f654d93428210d6d8db8c8fc68efc2.png

    1 second later:

    9d4a459b81626efda2cc0b71f1873dc0.png

     

    When i attack one mob, i can see the lv in green in the left of the mob name.

    Someone know how fix it?

     

    Thanks.

    • Love 1
  4. i use ingame: "/set_title new title" and doesnt work the spaces --> only show "new"
    
    void CHARACTER::SetTitleSystem(char arg1[256])
    {
    	if (!arg1)
    	{
    		return;
    	}
    	sys_log(0, "Hacemos update al titulo, nuevo titulo: %s", arg1);
    	DBManager::instance().Query("UPDATE player%s SET titulo='%s' WHERE id=%u", get_table_postfix(), arg1, GetPlayerID());
    	sys_log(0, "Update terminado.");
    }
    
    

    And another question about an array in c++.

    void xxxx(char test[256])
    	int array[2][2] = {
    		{"Test",D3DXCOLOR(0.0f/255.0f, 255.0f/255.0f, 255.0f/255.0f, 1.0f)},
    		{"Test2",D3DXCOLOR(0.0f/255.0f, 255.0f/255.0f, 255.0f/255.0f, 1.0f)}
    	};
    	for ....
    	{
    	       if (test == something in for)
    	        {
    		    return[test][2];
    		    break;
    	        }
            }
    
    

    i need send xxx("Test") and return the color

     

    someone can finish the function? i dont know how make it in c++.

     

    Thanks. and sorry my english.

  5. Hi , yesterday i compiled my game successfully, but today i did reboot my machine and when i try compile the game, all work fine but when say:

    linking ../game_r40250_x32....
    
    

    start give me errors.

     

    2e5a58cc90990829c64a40ab97c4a53f.png

    someone know what happend? or how can i fix it?
    I think dont read the externals variables but i dont know how to fix it.

    I did gmake-clean and compile all again, but the same error.

     

    Thanks.

  6. when u try change a 2sword hand ( 3 slots )  and u only have 2 slots free you can make the change but the other person cant give u the 2sword hand, because u dont have space in your inventory, but u give to him yours items in inventory.

     

    I hope that I have been helpful with this little information about the bug.

     

    And sorry my english.

    • Love 1
  7.  

     

    will i dont know c++ anyway

     

    https://metin2.download/picture/Dej0vMg7QsKZFUpRKn69U8226ms6OgPT/.png

     

    + i think for the exp :

        int npc_get_exp(lua_State* L)
        {
            CQuestManager& q = CQuestManager::instance();
            LPCHARACTER npc = q.GetCurrentNPCCharacterPtr();
             
            lua_pushnumber(L, npc->GetExp());
            return 1;
        }
    

    i dont think it's will work anyway !becous npc dont have exp !

    yep u have right but the mobs yes, how can get the exp of one mob when i kill him?

     

    Well, you can't.

    It's calculated by the GiveExp function.

     

    Thanks, now i know how works the exp.

     

    But how works the connections?

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