Recent content by Denegoth

  1. Denegoth

    WIP Villager RP [ Old map remake ]

    Just changed everything you said to, it's not working. It's really starting to annoy me. I think it just doesn't want to work on my map.
  2. Denegoth

    WIP Villager RP [ Old map remake ]

    I really have tried. A lot. I've changed everything I can possibly think of, but to no avail. I really think it just doesn't want to work on my map. I'll post the current code here. SaveLoad Initialization Hero Events Map initialization Conditions Actions...
  3. Denegoth

    WIP Villager RP [ Old map remake ]

    Woodcutting is now fine. Saving is still a problem though. I have no choice but to make it so items don't save.
  4. Denegoth

    AceHart's Save/Load problems

    I tried editing mine to be similar to yours, but it just won't work. It's saving only a few of the items. Thanks for your help anyway though, I guess I'll remove item saving from my map.
  5. Denegoth

    AceHart's Save/Load problems

    Any news on it?
  6. Denegoth

    AceHart's Save/Load problems

    I tried that. I also added some stuff to the Jass part.
  7. Denegoth

    AceHart's Save/Load problems

    Right, from what I can see it's just saving items in slot 1. I tried adding an array to the TempItem, but it didn't work.
  8. Denegoth

    AceHart's Save/Load problems

    Yeah, it just seems to be items
  9. Denegoth

    AceHart's Save/Load problems

    So I used AceHart's save/load code, as it's the best one to use I've found so far. I'm having two problems with it: 1: It sometimes doesn't load 2: When it does load, it saves only one item at a time. I'll post all code below: SaveLoad Initialization Hero Events Map...
  10. Denegoth

    Building Menu Problem

    Use a normal building menu, but remove repair?
  11. Denegoth

    WIP Villager RP [ Old map remake ]

    Currently having problems with Saving and Woodcutting. Should have it fixed soon though.
  12. Denegoth

    Items that Buff on pickup

    Slow Aura should do it.
  13. Denegoth

    Two questions

    Just tried using Life Drain. Same problem. I also tried disabling all triggers relating to it. Same problem. Does it have something to do with the fact it's targetting a tree?
  14. Denegoth

    Equipting items

    It'l work well unless you wish to use Custom values for anything else. I preferred to do mine as a completely different system as I'm likely to use custom values later on. It also helps to have inventory space.
  15. Denegoth

    Equipting items

    I think I get the idea of what you're asking. Here is the equip system in my map, feel free to edit it to fit with your request. Equip BronzeAxe Events Unit - A unit Uses an item Conditions (Item-type of (Item being manipulated)) Equal to Bronze Axe Actions...
Top