[JJCP + RC] PRN Underworld ORPG[A.6]

This is where fulfilled requests go. You can make a new thread here if you edit a map and want to share it, such as if you cheat a new map without anybody actually requesting it.

Moderator: Cheaters

alex12333
Newcomer
Posts: 12
Joined: September 9th, 2019, 5:28 pm

Re: [JJCP + RC] PRN Underworld ORPG[A.6]

Post by alex12333 »

nuzamacuxe wrote:
alex12333 wrote:
nuzamacuxe wrote:Fixed.

Hello! There is one question!
Is it possible to find out in this map what items are needed to craft items that are not in the item description. Let's say a thing in the Midas Glove card. To collect it, you need six different stones scattered around the map at the bosses. But nothing is written about it. And there are many such items. Is it possible to find out somehow? In the map editor or in the jass editor. If there is information how to do this, can you share your knowledge or a link to the information?

Yes, it's possible.
1. Download the war3map.j at attachments;
2. Open it up on JassCraft or NotePad++;
3. Look for (CTRL + F): function Craft_Actions;
4. Now just look for the desired item which you want to know how to craft.
4.1. Example: You want to craft Иридиевый Лук Elite (its id is: I0RX) [use the item-Cleaned.txt to get the ids or the -sitem command from my cp as mentioned above];
4.2. We can find how to craft it here:

    Code: Select all

    if UnitHas(uc,'I0RJ')then
    if UnitHas(uc,'I0M8')then
    if UnitHas(uc,'I0RP')then
    call UnitAddItemByIdSwapped('I0RX',uc)
4.3. The first three ids (I0RJ, I0M8, I0RP) are the items which you need to craft Иридиевый Лук Elite.

I apologize, but I want to know from you. Is it possible to somehow increase the drop chance of an item from bosses? By their ID?
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JJCP + RC] PRN Underworld ORPG[A.6]

Post by nuzamacuxe »

Probably so.
alex12333
Newcomer
Posts: 12
Joined: September 9th, 2019, 5:28 pm

Re: [JJCP + RC] PRN Underworld ORPG[A.6]

Post by alex12333 »

nuzamacuxe wrote:Probably so.

did not understand you? Hello, the issue has not been resolved. Does anyone know how to increase the drop chance of certain items by their identifier?
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [JJCP + RC] PRN Underworld ORPG[A.6]

Post by nuzamacuxe »

lol... "the issue has not been resolved"... what issue? There's no issue here. Seems like you don't understand english. As I said, probably there's a way... just check the .j file.
alex12333
Newcomer
Posts: 12
Joined: September 9th, 2019, 5:28 pm

Re: [JJCP + RC] PRN Underworld ORPG[A.6]

Post by alex12333 »

Yes, I do not understand English well. But the problem is that war3map.j does not have this. There is where it falls and how it is going. But how to raise a chance there.