Jump to content

Official Lucky Box(Fortune Chest)


Recommended Posts

  • Honorable Member

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

 

I used ITEM_USE instead of ITEM_GACHA.

It was shared on the forum, you can look there and change it.

 

You must add this: 

 

 

Let me know if there is a problem.

  • Metin2 Dev 117
  • Good 29
  • Love 2
  • Love 54

 

Link to comment
Share on other sites

  • Honorable Member
1 hour ago, TMP4 said:

@ MaliYou're a legend! 🙂 

Thank you!

1 hour ago, TMP4 said:

A question. Does gayforge (or GitHub itself) keep taking down your github repos?

  Reveal hidden contents

K-perny-k-p-2023-02-07-065632.png

 

No GF doesn't do anything.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 1
  • Eyes 1

 

Link to comment
Share on other sites

Window opens no problem.

But when I click accept item, the window closes and doesn't give me the item. 
No Syserr.
and No more clicking or dragging objects in the inventory.

When I exit and re-enter the game, the chest disappears. Because it gives the item. But there is no item.

Objects are not clicked when the window is opened, this is normal. But when the window is closed, the objects are not clicked or dragged. Locks objects.

The error is not mine. Because I'm professional enough to add systems.

Edited by BadRomani
add word.
  • kekw 2
Link to comment
Share on other sites

  • Premium

Hi

I installed this but I have this visual error, what should it be?

https://metin2.download/picture/1927LsQoOZ34koBbC940ZmZ9jdSGJ44L/.png

Edited by Metin2 Dev
Core X - External 2 Internal

░▒▓█►─═ Ⓕⓘⓖⓗⓣ ⓕⓞⓡ ⓨⓞⓤⓡ ⓓⓡⓔⓐⓜⓢ    ,⃝ ⓝⓔⓥⓔⓡ ⓢⓣⓞⓟ    .⃝ ═─◄█▓▒░

Link to comment
Share on other sites

  • Premium

Thank you! ^^

 

A little """fix""", if you want to make the chests stackable;
If you open a case, by default it will remove all the cases. For solve this problem, search for this in char_item.cpp:

In: void CHARACTER::LuckyBoxReceive()

ITEM_MANAGER::Instance().RemoveItem(src_item);

Change it to:

src_item->SetCount(src_item->GetCount() - 1);

 

  • Good 1
  • Love 4

Ulthar

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 6 months later...
  • Premium

Problems :
1. if you put ITEM_GACHA not working 
2. If you teleport and have the window open , the item disappears from inventory
3. it does not decrease your yang from the inventory. ( i fix it, i had a problem in my source)

Edited by Amsterdam
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.