Jump to content

Recommended Posts

Intro:

This video was made by .InyaProduction who was inspired by Mijago's work. I havent copied anything by anyone. (Yes this intro is for just three rows of code but people are funny huh.)

How to:

Open exchange.cpp

Go to row 485 after:

if (item->GetVnum() >= 80003 && item->GetVnum() <= 80007)
			{
				LogManager::instance().GoldBarLog(victim->GetPlayerID(), item->GetID(), EXCHANGE_TAKE, "");
				LogManager::instance().GoldBarLog(GetOwner()->GetPlayerID(), item->GetID(), EXCHANGE_GIVE, "");
			}

Add:
 

m_pOwner->CreateFly(FLY_SP_MEDIUM, victim);//ExchangeEffect by andrea49611
for (int i = 0; i < 3; i++){
	m_pOwner->CreateFly(FLY_SP_SMALL, victim);
}

I dont know if the section is correct.

Have Fun.

  • Love 14
Link to comment
https://metin2.dev/topic/2679-effect-during-exchange-fly-effect/
Share on other sites

omg....ohh

But it is not all code.

 

Original post Mijago  http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/3133340-r-lib-source-snippets-core-offset-listen.html

 

8qQ7KIeccUyajxc88GYmkw.jpg

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 2

Well, i have made it, following the video of .Inyaproduction,  by myself in 5 minutes otherwise it wouldnt be here, released,

It's not all code? Maybe because Im not a leecher and i didnt copy his work and this is how i would it?

Simply a minor effect with three small balls fly and just a big one.

  • 4 weeks later...

Hi all.

I would like to ask for help and how to put it to the exchange.cpp be integrated into the command line.

// in bool CExchange::Done()
// Vor der Schleife:
GetOwner()->CreateFly(6,victim);
// nach ITEM_MANAGER::instance().FlushDelayedSave(item);
GetOwner()->CreateFly(5,victim);

// nach 	if (m_lGold){
for (int i = 1; i < m_lGold+1; i=i+500000) 
            GetOwner()->CreateFly(4,victim);  // 1 Fly pro 500k . dh max 20 auf einmal (TradeLimit: 10kkk)

not missing open bracket member?
I hope he will be able to help us

  • 2 weeks later...
  • 1 month later...
  • 2 months later...
  • 3 years later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.