Search results

  1. S

    Storing class object

    With PHP, is there a way to store a class instance in a MySQL database?
  2. S

    TriggerRegisterVariableEvent

    What does this native do?
  3. S

    Struct question

    Hey, Let's say I got this code: struct Hello method create takes nothing returns Hello local Hello h = Hello.allocate() //Some code return h endmethod endstruct Will it work the same this way? struct Hello method create takes...
  4. S

    Rome: Rise and Fall

    Rome: Rise and Fall The Roman republic, later became the Roman empire was one of the most infulential movements in the ancient world which entirley affected the world's culture, economics, and more. The great Roman empire started as a republic which had 3 great and noble families(sometimes...
  5. S

    WC3 Crashes if I declare global leaderboard

    Hey, When I declare a global leaderboard like this: globals leaderboard LB = CreateLeaderboard() endglobals And run the map through test map, WC3 crashes. Anyone else encountered this problem?
  6. S

    An issue with a dialog

    Hey, I'm building a nice Stratego map (if anyone knows this classic strategy game) and I'm having an issue with a dialog. Trigger 1: scope PlacingPhasePlayerOne private function Conditions takes nothing returns boolean return (IsUnitAlly(GetTriggerUnit(), Player(0))) endfunction...
  7. S

    Making different forces see different models

    Hi, I want to make that, for example, Force 1 will see footman units with the footman model, and Force 2 will see footman units with the knight models. Is that possible? Thanks!
  8. S

    Spellpack Hero: Tiny, the Stone Giant

    Hey, Here is one of my favorite heroes in DotA Allstars, Tiny. I wrote Avalanche, Craggy Exterior and Grow! scripts myself, though they are very simple. Thanks for emjlr3 for approving me using his script here, big credit goes for him! All triggers are leakless as far as I checked...
  9. S

    Problem with sounds

    Hey, I tried to use this function to create custom error messages: function ErrMsg takes player p, string s returns nothing local sound so = CreateSound("Sound\\Interface\\Error.wav", false, false, false,10,10, "") if(GetLocalPlayer() == p)then if(s != "" and p != null)then...
  10. S

    An issue with NewGen

    Hey, I'm having a trouble when I try to export files through the Extensions menu. When I click "Export Files" and choose the directory, I get this error: Could not create directory C:\Documents and Settings\user\Desktop\MyMap"\Imports Could not create directory C:\Documents and...
  11. S

    Tutorial Making a regular non-hero unit a hero

    Hey, This is a quick tutorial on how to make a regular unit a hero, without making a custom hero and changing its model. To do so, you need the NewGen pack. If you don't have NewGen pack yet, go download it from here. After you enter NewGen, go to the Grimoire menu and check if "enable...
  12. S

    Hook Practice

    Ever wanted to practice with Meat Hook for the Dota Allstars hero Pudge? Well I know I did. Ever since I first played with Pudge I fell in love with his art: hooking. After a while that I've been practicing I became better and better with my hooking and I performed some nice hooks. Now, I...
  13. S

    Unit's attack range

    Hi, How do I find out unit's attack range? I've tried GetUnitAcquireRange() but it returns either 500. or 600. Thanks!
  14. S

    The return bug

    I've seen in many sites and system that people say "the return bug". I didn't really understand, what is the bug? Thanks
  15. S

    Warcraft 3 campaign maps

    Hi, Where can I find the Warcraft 3 campaign maps (can be RoC or TFT doesn't matter)? Thanks!
  16. S

    Spell Fade

    I was a little bored and this spell idea came to my mind. This spell is in GUI, and it's pretty much leakless (checked with Leak Check v2). The hero slowly fades in into the darkness, making him hard to see and hard to hit. After 30 seconds, the hero will slowly fade out from the...
  17. S

    Temporary Evasion

    Hi, Is there a way to add temporary evasion to a hero? I thought of learning the hero the Evasion ability with no icon, but there isn't a way to unlearn it. So how can I do that? Thanks!
  18. S

    Working with Z-Axis

    Hi, I want to make an ability that makes a unit jump in the air, but I have no trigger action that works with Z-axis. How can I do that? Thanks!
  19. S

    Must have an idea for a map

    I don't know where really to post it but................. I'M OUT OF IDEAS AND I MUST THINK OF AN IDEA FOR A MAP God, I thought all day and couldn't find any idea! Please give me ideas, just not RPGs. I don't care which genre just give me an idea please. :banghead::banghead...
  20. S

    Collision size for a certain unit with a certain object

    Hi, I want to make a trigger that makes a specific unit go through objects (doodads, destructibles etc.) Thanks!
Top