Search results

  1. Wratox1

    Angle problems

    okay, so i have this trigger: push box Events Time - Every 0.01 seconds of game time Conditions shield_active Equal to True Actions Set pushing_unit = u Set pushing_unit_loc = (Position of pushing_unit) Set pushing_angle = (Facing of...
  2. Wratox1

    Simulate/force player arrowkey press

    Does anyone know a way to force or simulate a player to press an arrowkey? The reason i'm asking this is because i am using this arrowkeymovement system and when i change the "walk" animation on my unit to its "defend walk" animation, the animation isn't reset and the unit plays his "defend...
  3. Wratox1

    Push object system

    Hello, ive decided to do some wc3 map making again. So, i have this knight/warrior(the captain/swordsman model) and i want him to be able to push boxes and other objects around, but only when his shield is raised(using the defend ability). He should only be able to push the object...
  4. Wratox1

    JQuery - animation on multiple elements

    Hello, i am using a modified version of a jquery menu called "magic line", the demo can be found here. I am using the second menu. im not experienced with jquery, i do know some javascript, but it feels like jquery is much harder to understand.. well, now to the problem, i have my menu...
  5. Wratox1

    Export/import Game Interface settings

    Hi, is there any way to export/import the Game Interface settings from one map to another? i havent been able to search the forum since my internet is really really slow, some pages takes over a minute to load, and some pages doesnt load at all.. but i just wanted to know if there are any...
  6. Wratox1

    Removing damage reduction?

    Is there any way you can remove the Damage Reduction number that shows when your hover your mouse over a units armor? It looks really ugly on my map since i use the armor tooltip as a quickguide on how to play may map.. In the armor tooltip it looks like this: Tiles: 0+(some number) <-...
  7. Wratox1

    Disabling choose color

    How do i disable the option to select/choose your color at the game lobby? i did some searching but i couldnt find anything.. //Wratox Edit: nevermind, i found out how, you need to check the "Fixed Player Settings" box which is in the "Force Properties" tab
  8. Wratox1

    Spell help - Color Bomb

    i need some help/directions on an ability im trying to make. Color Bomb - Throws a Color Bomb at target location and turns all tiles inside a radius of 800 to your color! I thought it would be simple, but i have forgot alot:( I couldnt think of any good point target spell except channel, but i...
  9. Wratox1

    Add armor?

    hello, ive come back to wc3 editing business :) is there any way to add and remove armor on a unit without using abilities and add and remove them? //Wratox EDIT: i could add some things: in my map i have lots of tiles, the players are converting these tiles. i would like to have the armor...
  10. Wratox1

    File upload

    im making a site where you can watch flashfiles(.swf), and i made an upload page where you can upload .swf-files and i have this code to upload the file: <?php // Configuration - Your Options $allowed_filetypes = array('.swf'); // These will be the types of file that will pass the...
  11. Wratox1

    Make unit unable to receive orders for a short duration

    As the title says, how do i make a unit unable to receive orders for a short duration with triggers? Edit: oh, i forgot, i need to unit to be unable to recieve orders from the user, but not via triggers.
  12. Wratox1

    Java different states

    Hello, im going to make a game, and i need some advice on how i should know what state the my application is in, with state i mean, is the player playing, is he in the menu, etc. at first i thought i could use an int and just change it when the state changes, but then i thought that there...
  13. Wratox1

    Java - jpanel not showing correctly

    Hello, i've just started to enjoy programming java, and im currently makeing a small game. but i've run into a problem where a jpanel does not display properly(unless i do mainFrame.pack(), but then the window is resized to a very small window) after i added components to it, set it visible...
  14. Wratox1

    Remove point array using customscript

    hello, i have this trigger: Camera Events Time - Every 0.02 seconds of game time Conditions Actions Player Group - Pick every player in (All players) and do (Actions) Loop - Actions Camera - Set (Picked player)'s camera Distance...
  15. Wratox1

    Forms and browsers

    Hello, im trying to create the loginpage for my site, but i have a cross-browser problem.. here is a rough picture on how i have now in google chrome: in internet explorer: and in firefox: in the pictures the username, password and remember are in the same form as the...
  16. Wratox1

    Filter input

    Hello, could someone tell me how i should filter form input to prevent sql injection? either you could explain how to or give me a good tutorial on how to do it.
  17. Wratox1

    Forum URL

    Hello, im going to make a small forum as a school project, i know how to make the forum, but there is one thing im wondering about: if i have a url like mysite.com/23 is the number "23" like a page of its own? let me explain, if we take this url for example...
  18. Wratox1

    Enchanted Eyes - spell problem

    Hello, ive made this spell called Enchanted Eyes: Gives the Watcher magical eyes, with these eyes he can spot enemy heroes with low hit points. and here are my triggers: enchanted eyes learn Events Unit - A unit Learns a skill Conditions (Learned Hero Skill)...
  19. Wratox1

    Using variable in events?

    Hello, can someone tell me how i can use variables in events? or maybe someone can help me with a workaround? if there is no way i can use variables in events i will will post what i need to do.
  20. Wratox1

    Remove howl of terror sound?

    How can i remove the sound that is played when i use howl of terror? i wanted to make it play another sound, added a sound to the spell, but it still plays the "rrraaarrggghh" sound when i use it.. anyone know how to remove it?
Top