Search results

  1. KeresPup

    search all structs of the same type?

    Is there a way to search between all structs of the same type? For example struct myStruct integer id integer a string b endstruct myStruct array z myStruct y myStruct x I would want to search all existing myStruct objects and return the...
  2. KeresPup

    Other Custom Hero Survival II

    Uguuuu it's so hard to test the alpha versions because players in Garena are so single minded. Will probably need some balancing and the like later on.
  3. KeresPup

    Is it possible to detect when an attack projectile is fired?

    Thanks, but the problem with that one though is that it can be abused with the stop/attack bug and could make whatever I put in the actions happen a lot more than intended. Is there an alternative way or non abusable way of doing so?
  4. KeresPup

    Is it possible to detect when an attack projectile is fired?

    Is it possible to detect when an attack projectile is fired? (after the attack animation is played and before it hits the target)
  5. KeresPup

    Other Custom Hero Survival II

    Hey there everyone, I've just gotten back to WC3 Map Creating scene, and for a few years now, CDRbaby and hoihoi8 had both abandoned their creations: "Custom Hero Survival" originally made by CDRbaby and improved upon by hoihoi8. I wasn't able to contact hoihoi8 for his permission to use his...
  6. KeresPup

    System UAC - Unit Aura Control

    I'm getting a problem saying method create must return UAC
  7. KeresPup

    Teleportation Problem

    I made an item that had the ability of Factory and gave it to a unit (Think reasons of Battleship) But when I give it a Teleport Scroll, and try to teleport to an allied building, the teleport cancels just as soon as it was about to resolve itself. Can anyone help me find a way to...
  8. KeresPup

    Need help with Damaging Slide

    function Trig_Seraphic_Charge_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A01A' ) ) then return false endif return true endfunction function Slide takes nothing returns nothing local timer t = GetExpiredTimer() local spellData...
  9. KeresPup

    WIP War of the Ancients (WotA)

    :3 And this is the reason why this thread needs to be closed. Because I will simply repost the remade one. :3 Any mods please close this? Thanks
  10. KeresPup

    WIP War of the Ancients (WotA)

    :3 Because Allowing Customization of Skills also helps in increasing the personification / differentiation of that Hero. Items are quite limited, to 6 slots no doubt. Plus I don't want to give them the hassle of going through a huge inventory so the 6 slots will plainly do. Having different...
  11. KeresPup

    WIP War of the Ancients (WotA)

    Ahh! Now I see. I may have misinterpreted what Sirroelivan told me. I thought he was telling me about a bunch of people loading the same code to load the same Hero. ============================ Actually, that's one of the issues I'm trying to find a way to deal with. I did think...
  12. KeresPup

    WIP War of the Ancients (WotA)

    If you read the part about the battlefields gameplay. It has something about an AI/Computer Controlled hero that will act as counter measure to enemy heroes if there is no hero on that side. You can play solo (Single Player) but EXP will be reduced greatly. EXP is higher if it's full house (5...
  13. KeresPup

    WIP War of the Ancients (WotA)

    Apparently, you never did read it entirely. If you have nothing productive to say. Please, say nothing.
  14. KeresPup

    WIP War of the Ancients (WotA)

    Solution to what? And Hmmm, that's actually not a bad idea. A gamemode wherein save and load are disabled... hmmm
  15. KeresPup

    WIP War of the Ancients (WotA)

    Any ideas or comments? If you have any please do post them :3 Questions? I'll answer them :3
  16. KeresPup

    WIP War of the Ancients (WotA)

    Hmmm, that seems to be a problem. This is practically why I'm looking for feedback and comments, so we can look into it and come up with solutions. I planned on having the save/load code be namespecific (in other words, it only works for a certain person). If your name when you first played...
  17. KeresPup

    WIP War of the Ancients (WotA)

    Yes, I know what you're all thinking: "Not another DotA ripoff". But please read at least what I have in mind. { War of The Ancients } A map combining the elements of AoS, Arena and Progressive RPG with a system that allows players to create their own custom Hero/Unit. Set with the timeline and...
  18. KeresPup

    WIP Death Note

    Oh, since there's a First and Last name, I could simply just make 20 random First names, and 20 random Last names. Combine them randomly to make full names. You'll see. The entire map size would pretty much be just small. Think: "Murder at Elms Street".
  19. KeresPup

    WIP Death Note

    Hey All, I'm giving Map Making a shot, and I'm thinking about a some sort of Puzzle Game. I need your feedback and suggestions :) Death Note Players: Maximum Number of Human Players: 12 => Humans Units: At Most 12 Human-Controlled Units => Playing Humans 1 Neutral...
Top