Jump to content

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 116
  • Eyes 3
  • Dislove 2
  • Not Good 1
  • Sad 1
  • Confused 2
  • Scream 2
  • Lmao 2
  • Good 22
  • Love 2
  • Love 52
Link to comment
https://metin2.dev/topic/18503-rituals-stone-system/
Share on other sites

  • 3 weeks later...
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

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

Link to comment
https://metin2.dev/topic/18503-rituals-stone-system/#findComment-101668
Share on other sites

  • 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
https://metin2.dev/topic/18503-rituals-stone-system/#findComment-101673
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
https://metin2.dev/topic/18503-rituals-stone-system/#findComment-101681
Share on other sites

  • 3 weeks later...
Acum 6 ore, MrKarpiuk a spus:

ItemData.h

DWORD GetISellItemPrice() const;

and below add 

int GetLevelLimit() const;

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 2
Link to comment
https://metin2.dev/topic/18503-rituals-stone-system/#findComment-102262
Share on other sites

  • 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
https://metin2.dev/topic/18503-rituals-stone-system/#findComment-103737
Share on other sites

  • 4 months later...
  • 1 year later...
  • 10 months 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.