Demo Map ItemMenu v3

weaaddar

New Member
Reaction score
6
well i prefer if you talk about my system here :/ Anybody actually look at it or just commeting on the whole -1 storage whats evers.

And its any negative slot that works. -7 works too. Its just you crash at quiting and theres no way to get it there except for getting it there by adding the item by slot. I don't think the unitdropiteminslot native will do it. You can't even fetch the item by using UnitItemInSlot(unit,-7). Since add to slot by id. Its a pretty crappy exploit in this respect. I guess it could be a subtle map protector, which lets you play but then crashes the game.
 

Jesus4Lyf

Good Idea™
Reaction score
397
Well, I can't look. I'm at work (without WC3). :p

I just sit around here when I'm not too busy. ;)
Hence why the first things were like... description? Required systems? :)

>You can't even fetch the item by using UnitItemInSlot(unit,-7).
Lame.
>I don't think the unitdropiteminslot native will do it.
Does it? :p
 

weaaddar

New Member
Reaction score
6
Nope. The native is really just issuing an order anyway. So you can't order an item into negative space. As there aren't orders for negative slots. 852002 is the lowest they go.
Also you can detect and even remove the damn thing. But once you added it the map will crash :/
JASS:
//! zinc
library test
{
    item Item;
    unit Unit;
    public function Trig_Untitled_Trigger_001_Actions()
    {
        timer t = CreateTimer();
        Unit = GetManipulatingUnit();
        Item = GetManipulatedItem();
        BJDebugMsg("Item Acquired!");
        BJDebugMsg(I2S(GetHandleId(Item)));
        TimerStart(t,0,false,function(){RemoveItem(Item);});
    }
    function onInit()
    {
        Unit = CreateUnit(Player(0),'Hpal',0,0,0);
        gg_trg_Untitled_Trigger_001 = CreateTrigger(  );
        TriggerRegisterAnyUnitEventBJ( gg_trg_Untitled_Trigger_001, EVENT_PLAYER_UNIT_PICKUP_ITEM );
        TriggerAddAction( gg_trg_Untitled_Trigger_001, function Trig_Untitled_Trigger_001_Actions );
        UnitAddItemToSlotById(Unit,'rag1',-7);
    }
    
}
//! endzinc
Edit: everything needed is in the OP now. Should I submit the demo menus to the Op too? I mean I could totally put one but the menus are really sparse as that the whole point :)
 

Hatebreeder

So many apples
Reaction score
381
Hmmm...

Since I can't realy read Zink or CJass, I can't comment on the code acuratly, so I'll pass on that part.

I do, however, like the fact, that one can use this system to make a sort of extended interface ( extended structure menus for TD or extended shop menu for RPGs ). Though, that empty slot IS a bit ugly...

I can see this usefull in combination with other systems such as Bonus ( Mentioned before ), but other than that, you would have to have some imagination to realy get the best of this system...

Also, why use the inventory when one has got stuff like "magic book" or multiboard?
 

weaaddar

New Member
Reaction score
6
Hmmm...

Also, why use the inventory when one has got stuff like "magic book" or multiboard?

Easier set up. Items are much more flexible, and they make a pretty nice interface. Once you're set up setting up a menu/system is really quite easy. An attributer/learn menu in this system is very easy to write.

Most of hte effort is in code space. Not in the object editor. A big advantage. Setting up an item menu is basically just creating however many buttons you want to appear in the menu. You then chose some simple configuration options for the menu, and you register it to a hero unit.

Yes the ugly 6th empty slot issue is there. I wish I could get around it, but pitems (powerup on the group, real item in the menu) was such an unwieldy pain in the ass to deal with and even with ObjectMerger it was unbearable to set up for anything except for a cutesy test map.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top