Jump to content

Extended blend system


Recommended Posts

  • Contributor

Preview:
https://metin2.download/picture/T49B2sLJ6hInI1IAj20eqq8OOt1022bi/.gif
The system is easy to implent.
*For the affect icon to be seen in the
affectshower you can add :

Then extend it with the steps @ uiAffectShower.py.
* If you have extended sockets before, You can make modifications to get rid of the
value0 necessity.

* You can skip (Optional) steps.

Download:

This is the hidden content, please
 or 
This is the hidden content, please

  • Metin2 Dev 199
  • kekw 4
  • Eyes 2
  • Cry 1
  • Think 2
  • Confused 2
  • Good 41
  • Love 3
  • Love 89

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
Share on other sites

  • 2 months later...
  • Contributor

# Updated the attachements.

This is the hidden content, please

* Added permanent water potions,permananet dragon god items,permananet energy crystal(With the necessary checks when using the normal items.)
X4G0W6v.png/jFXU4KQ.gif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 51
  • Good 13
  • Love 33

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
Share on other sites

  • Contributor
4 hours ago, BadiuAndrei said:

Is it possible to make them with time and extend the time?

It's possible, I already made something like that then reverted it, If you are talking about the normal blends then all you have to do is creating a BlendExpireEvent @ item.cpp then modify @char_item.cpp to start the blend expire event when using the normal blend and stopping it when deactivating it.

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
Share on other sites

4 minutes ago, MrQuin said:

It's possible, I already made something like that then reverted it, If you are talking about the normal blends then all you have to do is creating a BlendExpireEvent @ item.cpp then modify @char_item.cpp to start the blend expire event when using the normal blend and stopping it when deactivating it.

Add this to topic, i think it's usefull in someway. And maybe for the potions, like green and purple (i already add it for me.) 

Link to comment
Share on other sites

  • 2 weeks later...

Sorry for doble post ,

one question how to add new potions *speed(atack)

 

i edit this but dont work 

bool CItem::IsDragonGodItem()
{
	switch(GetVnum())
	{
		case 71044: case 71045: case 72046: case 72047:
		case 72048: case 39024: case 39025: case 72025:
		case 72026: case 72027: case 76035: case 76036:
			return true;
	}

	if (GetVnum() >= 39017 && GetVnum() <= 39020)
		return true;

	if (GetVnum() >= 71027 && GetVnum() <= 71030)
		return true;

	if (GetVnum() >= 72031 && GetVnum() <= 72042)
		return true;

	return false;
}

thanks u man !

Link to comment
Share on other sites

  • Contributor
47 minutes ago, PandiCore said:

Sorry for doble post ,

one question how to add new potions *speed(atack)

 

i edit this but dont work 

bool CItem::IsDragonGodItem()
{
	switch(GetVnum())
	{
		case 71044: case 71045: case 72046: case 72047:
		case 72048: case 39024: case 39025: case 72025:
		case 72026: case 72027: case 76035: case 76036:
			return true;
	}

	if (GetVnum() >= 39017 && GetVnum() <= 39020)
		return true;

	if (GetVnum() >= 71027 && GetVnum() <= 71030)
		return true;

	if (GetVnum() >= 72031 && GetVnum() <= 72042)
		return true;

	return false;
}

thanks u man !

Better contact me on discord.

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
Share on other sites

Announcements



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