Jump to content

Rituals Stone System


Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

Hi there,

 

Recently the official server had introduced a new upgrading scroll called rituals stone, it can work only with item with a minimum level of 80, has a better chance of success, and the failed items don't lose a level.

So I have created it's c++ part, and I would like to share it with you:

 

you can find the icon and item_desc and so on here:

 

This is the hidden content, please

This is the hidden content, please

 

it's in Arabic, you can translate to your own language

If you found any bugs please comment below

 

  • Metin2 Dev 85
  • Eyes 2
  • Dislove 2
  • Not Good 1
  • Sad 1
  • Confused 2
  • Scream 2
  • Lmao 2
  • Good 22
  • Love 35
Link to comment
Share on other sites

  • 3 weeks later...
  • Management
On 4/25/2018 at 12:39 PM, 3bd0 said:

Hi there,

Recently the official server had introduced a new upgrading scroll called rituals stone, it can work only with item with a minimum level of 80, has a better chance of success, and the failed items don't lose a level.

So I have created it's c++ part, and I would like to share it with you:

This is the hidden content, please

 

you can find the icon and item_desc and so on here:

 

This is the hidden content, please

it's in Arabic, you can translate to your own language

If you found any bugs please comment below

 

 

2 hours ago, 3bd0 said:

What do they do? I can't really find them. or you can link me the wiki page

Btw, me too, thanks

  • Metin2 Dev 3
  • kekw 1

raw

raw

Link to comment
Share on other sites

 

2 hours ago, tierrilopes said:

No didn’t mean the ritual stone, I meant what mentioned here

On 4/28/2018 at 4:28 AM, ismailapa42 said:

thank you very much , 

the ones on the official server have always been interesting. pet reverti and pet revertus items

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
vor 11 Stunden schrieb Saito:

if it fails, it looses level. :/

Fix:

Search:

if (pkItemScroll->GetValue(0) == HYUNIRON_CHN) // ÇööÀº ¾ÆÀÌÅÛÀÌ ºÎ¼­Á®¾ß ÇÑ´Ù.
            bDestroyWhenFail = true;

paste under:

if (pkItemScroll->GetValue(0) == RITUALS_SCROLL)
            bDestroyWhenFail = true;

 

or switch first in

if (pkItemScroll->GetValue(0) == HYUNIRON_CHN || pkItemScroll->GetValue(0) == RITUALS_SCROLL) // RITUALS_SCROLL
			bDestroyWhenFail = true;

 

  • Love 1
Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...
  • 10 months later...

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.