Jump to content

[Pro]Lord

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by [Pro]Lord

  1. Le 31/08/2020 à 20:03, arves100 a dit :

    Comme certains d'entre vous ont du mal à voir l'image, voici une autre preuve.

    https://github.com/ASIKOO/M2-Project/blob/master/m2srcsf/game/src/debug_allocator.h

    Ce fichier ici a en fait été créé par@martysama0134dans l'une de ses premières révisions, j'ai la version divulguée sur Internet et je peux confirmer que le fichier y est également présent.

    spacer.png

     

    Comme vous pouvez le voir, à gauche il y a marty code et à droite il y a asikoo one.

    Asikoo vient de modifier deux choses pour masquer le fichier et supprimer un avertissement, il pensait pouvoir s'en tirer comme ça.

     

    Divulgacher

    Détective Arves
    spacer.png


     

    Le 31/08/2020 à 20:36, ASIKOO a dit :


    Non?

    comme vous pouvez le voir, ASIKOO refuse les demandes des membres, il n'a aucun respect pour la communauté LGBTQ, votez pour vegas maintenant, restez à l'écoute le sondage pour le nouvel administrateur sera bientôt ouvert.

  2. 2 hours ago, Kori said:

    You can read rules? 

    The board support only Englisch not turk 

    did you read the rules ?

    (1.1) Language

    The language in this board is english. If you want to post something in your own language always add an english translation. The only exception for this rule is this section: Private Servers

    This Rule Does not apply on This section

     

    • Love 1
  3. if pc.get_wear(4) == 469 then
    	chat("You have weapon 469 equiped.")
    end

    4 is the slot number of weapons

    469 is vnum of the weapon

    these are slot numbers

    Spoiler
    
    enum EWearPositions
    {
    	WEAR_BODY,				// 0
    	WEAR_HEAD,				// 1
    	WEAR_FOOTS,				// 2
    	WEAR_WRIST,				// 3
    	WEAR_WEAPON,				// 4
    	WEAR_NECK,				// 5
    	WEAR_EAR,				// 6
    	WEAR_UNIQUE1,				// 7
    	WEAR_UNIQUE2,				// 8
    	WEAR_ARROW,				// 9
    	WEAR_SHIELD,				// 10
        	WEAR_ABILITY1,  			// 11
        	WEAR_ABILITY2,  			// 12
        	WEAR_ABILITY3,  			// 13
        	WEAR_ABILITY4,  			// 14
        	WEAR_ABILITY5,  			// 15
    	WEAR_ABILITY6,  			// 16
        	WEAR_ABILITY7,  			// 17
        	WEAR_ABILITY8,  			// 18
    	WEAR_COSTUME_BODY,			// 19
    	WEAR_COSTUME_HAIR,			// 20
    	WEAR_COSTUME_MOUNT,			// 21
    	WEAR_COSTUME_SASH,			// 22
    	WEAR_COSTUME_WEAPON,			// 23
    	WEAR_RING1,				// 24
    	WEAR_RING2,				// 25
    	WEAR_BELT,				// 26
    	
    	WEAR_MAX = 32
    };

     

    • Love 1
  4. 10 hours ago, xsonic said:

    ممكن تستخدم الكويست ده

    quest lfefh begin
        state start begin
            function get_pet_info(itemVnum)
                pet_info_map = {
                --  [ITEM VNUM] MOB_VNUM, DEFAULT NAME, buff_idx, spawn_effect_idx
                    [55701]     = { 34041, "'s Kleiner Affe", 0},
                    [55702]     = { 34045, "'s Kleine Spinne", 0},
                    [55703]     = { 34049, "'s Kleiner Razador", 0},
                    [55704]     = { 34053, "'s Kleiner Nemere", 0},
                }
                itemVnum = tonumber(itemVnum)
                return pet_info_map[itemVnum]
            end
            when 30103.take with item.vnum >= 55701 and item.vnum <= 55705 begin
                local pet_info = lfefh . get_pet_info ( item . vnum )
                if null ~= pet_info then
                    local mobVnum = pet_info [ 1 ]
                    local petName = pet_info [ 2 ]
                    if true == newpet . is_summon ( mobVnum ) then
                        newpet . unsummon ( mobVnum )
                    end
                end
                local idd = item.get_id()
                chat(idd)
                pc.remove_item("50027",1)
                local result = mysql_query(" UPDATE player.new_petsystem SET level='120', evolution ='3', exp ='0', expi ='0', bonus0 ='95', bonus1 ='130', bonus2 ='95' WHERE ( id ='"..idd.."') ; ")
            end
        end
    end

     


    بس انصحك تعملها من السورس

    في ملف newpetsystem.cpp

    وابحث عن

    CNewPetActor::CNewPetActor(LPCHARACTER owner, DWORD vnum, DWORD options)

     

    تحتها هتلاقي

    m_dwlevel

    غير 1 للفل الي انت عاوزه

    بس متزودش عن اعلي لفل للرفيق

    وممكن كمان تخلي الرفيق لما ينزل يتفتحله المهارات وكده

     

    تحياتي <3

    ماتين الليل دي صح ؟؟

    الكويست مش شغال ومن السورس مش شغال بردو

    Doesnt work

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