Search results

  1. martix

    Detecting units armor

    How would I do that? It will be through some process of calculation, thats for sure - since there is no direct way of getting it from the game.
  2. martix

    Errors and code...

    Save errors and code... Today I tried to make a function that give me the armor of a given unit. The problems however started when I tried to test it... newgen began giving me all sorts of strange errors when I tried to save the map. Errors like access violations/bad pointers for jasshelper...
  3. martix

    Sight range modifier spell

    Options people... How do I make a spell that modifies sight range of units for a limited duration... be it positive or negative(mostly the latter).
  4. martix

    Groups

    I wanna know how groups in warcraft 3 work. Which means everything - incl.(and I guess mostly) jass. How units enter and exit them, how fast they are, all that stuff. Any such resources or something like that?
  5. martix

    Can spirit link kill?

    So?
  6. martix

    Some clarifications

    So, I'm writing a little scriptie in Jass for a change. Getting a little tired of constantly clicking around in GUI. :) What I want is a check - are there any errors, something that must be diffrent. Is it nice and efficient, will it work, that stuff... function wtftimer takes nothing returns...
  7. martix

    Damage issue

    Here's the situation. You got a unit with 30 dmg reduction hardened skin ability with 0 threshold. It gets damaged for 80 dmg. Now what will "Damage taken" give you - 50 or 80? And what about armor? Does this happen before or after armor reduction?
  8. martix

    Player shaders not working

    I'm talking about "Media Player Classic". I'm trying to get the shaders working, but they just wont... I know last time they worked with the same settings. Settings are: VMR9(renderless) DirectX 9 and 3D rendering mode with Bicubic -0.75 resizer and VMR9 mixer mode. Any tips?
  9. martix

    Connectivity problems

    So I have 2 computers. And I want them interconnected - via "Map Network Drive". Say computer A and B Everything's fine with A. The drives of B appear on A. But it does not happen the other way around. B does connect, but will not accept my password! I changed it several times and tried with...
  10. martix

    Automation task help

    I don't know if I just need the right regex or some specific program for this. Here's what I wanna do: 1. We have a text file 2. Then we have a bunch of other text files 3. In the bunch we have certain prefixes 4. Everything on that line that follows those prefixes and does not occur in the...
  11. martix

    Repeating functions?!?

    I have noticed several times around the presence of some functions which at least to me seem pointless. Like for example constant native GetUnitState takes unit whichUnit, unitstate whichUnitState returns real And then function GetUnitStateSwap takes unitstate whichState, unit whichUnit...
  12. martix

    WC3Campaigns.com down?

    Is it only me or is it a common phenomenon? :) :confused: Because right now what I get is: Not Found The requested URL / was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. And I don't like getting...
  13. martix

    Super Mario Brothers - the 9875642-3th level

    OMG, you gotta see this... Its like the most incredible, funny, hilarious, hard and freaking insane levels and comments I've ever seen... Hehe... you are not gonna believe what you'll need to do to go thru these! http://www.break.com/index/super-mario-brothers-is-frustrating-part1.html...
  14. martix

    Task manager question

    So, in the Task Manager, on the Performance tab - what do all the things in the Totals field mean? What exactly are: Handles Threads Processes ?
  15. martix

    Whats wrong with this piece of code?

    Well, I'm trying some stuff(learning) but I got to one very obsinate part... function Jiktak takes nothing returns nothing call DisplayTextToPlayer(Player(0),0,0,"Money is "+I2S(udg_money+8)) endfunction function Jiktakz takes nothing returns nothing local trigger bla=CreateTrigger()...
  16. martix

    Region moving...

    So I wonder - when moving regions - does the enter/leave/whatever event occur? Like you have a unit standing still and move a region where it is, does it enter it? What happens anyway :)
  17. martix

    Images

    So... I came up with the idea of a map with minigames, a diffrent type of minigames... and also I'd like to write it all in JASS. I'm kinda new, it all seems a bit confusing, but I have basic proggraming sense. Anyway. Images - what can you do with them? Show them - ok, hide? Change them...
  18. martix

    Weird stuff in my log

    I kinda looks like an attack, I dont know what to make of it. I get something like this periodically in my log starting from January 22: 89.190.254.31 - - [30/Jan/2007:14:49:50 +0200] "GET / HTTP/1.0" 200 3924 89.190.254.31 - - [30/Jan/2007:14:50:11 +0200] "SEARCH [here follows a bunch of...
  19. martix

    Q: A unique application of "atan2"

    Is there some unique thing that you can do with this func, that you can't do with some other one. Up till now I haven't been able to think of anything that can't also be done with angle between points? And something useful too, something that can get in your map.
  20. martix

    Map is dead... HELP!

    Erm... I don't know what happened with my map. I don't have a backup. Yesterday something happened to my computer and it got very slow and programs crashed and stuff. I managed to save my map so I don't lose the progress. Until now I thought I had. Now when I tried to open the map again I got...
Top