Jump to content

Kirazu

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Kirazu

  1. 2 hours ago, Mali61 said:

    there is an example at input_login.cpp:

      Hide contents

     

    if (china_event_server) { table->level = 35; for (int i = 1; i < 35; ++i) { int iHP = number(JobInitialPoints[job].hp_per_lv_begin, JobInitialPoints[job].hp_per_lv_end); int iSP = number(JobInitialPoints[job].sp_per_lv_begin, JobInitialPoints[job].sp_per_lv_end); table->sRandomHP += iHP; table->sRandomSP += iSP; table->stat_point += 3; } table->hp += table->sRandomHP; table->sp += table->sRandomSP; table->gold = 1000000; }

    
    
    	if (china_event_server)
    	{
    		table->level = 35;
    
    		for (int i = 1; i < 35; ++i)
    		{
    			int iHP = number(JobInitialPoints[job].hp_per_lv_begin, JobInitialPoints[job].hp_per_lv_end);
    			int iSP = number(JobInitialPoints[job].sp_per_lv_begin, JobInitialPoints[job].sp_per_lv_end);
    			table->sRandomHP += iHP;
    			table->sRandomSP += iSP;
    			table->stat_point += 3;
    		}
    
    		table->hp += table->sRandomHP;
    		table->sp += table->sRandomSP;
    
    		table->gold = 1000000;
    	}

    remove china_event_server and use that

        {
            table->level = 75;

            for (int i = 1; i < 75; ++i)
            {
                int iHP = number(JobInitialPoints[job].hp_per_lv_begin, JobInitialPoints[job].hp_per_lv_end);
                int iSP = number(JobInitialPoints[job].sp_per_lv_begin, JobInitialPoints[job].sp_per_lv_end);
                table->sRandomHP += iHP;
                table->sRandomSP += iSP;
                table->stat_point += 225;
            }

            table->hp += table->sRandomHP;
            table->sp += table->sRandomSP;

            table->gold = 1000000;
        }

     

    isn't working

  2. On 6/27/2018 at 2:57 PM, .ZeNu said:

    Description :

    • The mount will follow you.
    • The bonuses is set from item_proto.

    https://metin2.download/picture/559sESZ3iBgtGvKZV5fkd22h0KmHibi8/.gif

    https://metin2.download/picture/XSOe492wbEm296xZxCQd5diJ59zmJAl9/.gif
    https://metin2.download/picture/m8KttSHiYiJR5BBdl9MR0j0gyT937oBY/.gif

     

    Code is based on default pet code from Ymir, i don't offer support for extra features, details, anyway easy for use.
    (Sorry for tutorial, not so perfect.)


    Download (Reupload):

    This is the hidden content, please

     

    1f841cd175dc040e63a2f4f852fed5a7.gif

    • Metin2 Dev 1
    • Love 1
  3. Hello can someone help with this?

    I'm noob '-'

     

    quest level begin
        state start begin
            when 70090.use with pc.get_level() >= 1 begin
                    pc.give_exp2 (2122000)
                chat("Congrulations you recieved exp! ")
            end
        end
    end

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