Jump to content

Max

Inactive Member
  • Posts

    34
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Max

  1. in questlib.lua

    Search 

    function say_item(name, vnum, desc)
    	say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."]")
    end

    Replace 

    function say_item(name, vnum, desc)
    say("[INSERT_IMAGE image_type;item|idx;"..vnum.."|title;"..name.."|desc;"..desc.."|index;".. 0 .."|total;".. 1 .."]")
    end

     

    • Love 2
  2.  

    Sim, os modelos e textura já lançado em elitepvpers.com mas o segmento já deleted.. http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/3871440-release-metin2_patch_new_halloween_weapon-beta-update-22-09-2015-a.html

    De qualquer forma, quando eu baixei, eu importados para a minha conta, também, aqui está o link:

    This is the hidden content, please

    I thought it was a guide to implement Weapon Costume in Source (Serverside and Clienteside).I do not want to buy it for 35.00

  3. 	int nKillScore = GetKillScore(pkKiller->GetEmpire()); 
    
    	// 제국 킬 스코어가 -1일경우는 탈락국가이기때문에 점수 체크를 하면 안된다.
    	if (nKillScore >= 0) 
    	{
    		nKillScore += GetKillValue(pChar->GetLevel()); 
    		SetKillScore(pkKiller->GetEmpire(), nKillScore); 
    	}
    
    	else 
    	{ 
    		char szBuf[64 + 1];
    
    		snprintf(szBuf, sizeof(szBuf), LC_TEXT("현재 스코어 신수국:%d 천조국:%d 진노국:%d"),
    				GetKillScore(1), GetKillScore(2), GetKillScore(3));
    
    		SendNoticeMap(szBuf, GetSungziMapIndex(), false);
    	}
    
    	const int nVictoryScore = quest::CQuestManager::instance().GetEventFlag("threeway_war_kill_count");

     

  4. You can do it with Python but it may be removed by some users..


    Just save a variable timestamp in game.py __init__ and make an if statement when pressing the I-Key..

     

    If you don't know how to do this I can help you.. Just contact me.

    Help-me please.

    It is because there is a bug, that when logged in to use the zodiac potion and this increases the bonus of it. example:

    I'm bonus of 120 attack if I log in and I click on it in 5 seconds -> 120 + 120 = 240 attack

    Understand?

    I can edit that time 5 seconds of Affect in the source?

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