Search results

  1. I

    GameCache?!?!

    Hello, I have a question does all Jass Spells use gamecache? I see some people use that gamecache thing. What does it do? Can someone explain it to me?
  2. I

    lightning effects

    Hi, I need help! I want my spell to create a lightning effect that will follow the units rotated in a range. I am having a problem because my trigger is created noobishly. My Triggers : Magnetic Rotation Events Unit - A unit Starts the effect of an ability Conditions...
  3. I

    creature roaming system

    Hello, I am making a creature roaming system for my map but I am having a problem with the attacking. I currently got this trigger for the roaming and having a problem with the attacking when the creature got a threat. Roaming System Events Time - Every 1.35 seconds of game time...
  4. I

    storing current and last attribute

    hello, i am having a problem of storing the current strength of the hero and the last strength of the hero in variables. I am making a character status based on multiboard. How do I store the current and last strength of the hero? Edit : Please explain better, I can't understand well.
  5. I

    RPG New Project - Looking for a Team!

    INTRODUCTION Hello, once again I am ironfist19 and I will tell you about my newest project. This project is INSPIRED by the game "tibia" and the map "Gaia's Retaliation". This map will be an ORPG like the map I just said, Gaia's Retaliation. I am currently thinking of the map's name.. Here are...
  6. I

    wc3 'fatal' error

    hello, guys i am encountering wc3 fatal error... once i pick up an 'item' called : 'arrow'.. it crashes.. Arrow : has the abilities : AmmunitionAttack [based on orb of slow] I don't know why... and i have the trigger : AttackArrows Events Unit - A unit Is attacked Conditions...
  7. I

    unit range

    hello, is there any possibilities that you can change the unit's range via triggers? or something else? Just change the unit's range ingame..
  8. I

    detecting loc

    hello, i have read the "chapter 2 - Dynamic Effects (Gui)" of daelin... i copied his triggers and i came up with this : Magnetic Rotation Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Magnetic Rotation Actions...
  9. I

    map links?!?!

    hello, i want to learn more in the jass, i know the basics... the return i have already practiced the triggering stuffs.. do you guys know any link to a 'free' or 'unprotected' map which is good.. something that i can learn from.. ;] Thanks in advance..
  10. I

    tiles question

    hello, can you have many tiles in the terrain pallete. ex. You picked Lorderon Summer.. can you have the tiles in the Lorderon Fall and other tiles from other theme?
  11. I

    Real NewGen Problem

    hello, i downloaded newgen last thursday... I started map making then testing the map... it loads the map then i play the map... One day... When I test the map again.. there is an lua error which says : "wehack.lua:437: attempt to index global 'rtc_enabled'(a nil value)" then if minimizes...
  12. I

    Wushi Earth

    Hello, I am planning to make a new map, an orpg-type map. I am inspired of the movie "Kung Fu Panda" & "Kung Fu Hustle" and the map of Zwiebelchen "Gaia's Retaliation... This map is based of kung fu + medieval structures... I hope someone or many people will come join me with this project...
  13. I

    NewGen Errors

    Hello, I am new to newgen, downloaded it last thursday then used it.. but then i have some errors : 1. The ris~~~ color thingy in the tooltips is not working like it appears then disappears later... you need to slide the mouse to the buttons to see the "Generate" , "White", "Custom Color"...
  14. I

    angle help

    hello, i maked a spell that goes at back of the targeted unit... but i need help ;| PolarProjectionBJ(GetUnitLoc(udg_Sseeker_targetedunit), 15.00, ( GetUnitFacing(udg_Sseeker_targetedunit) - 180.00 )) once i cast the spell with ^ that i moved at the back of the targeted unit but sometimes i...
  15. I

    icon disappering ._.

    hello, i am having a problem at an icon... in the hero abilities , it's color is all green. I set the icon to deathpact.. once i clicked it / learn it , no icon/ability is in the stop/move/hold position things... how do i solve this problem
  16. I

    killing all 5 units in map?

    hello, my second trigger made by me... kills all 5 units in map when someone cast "Dark Bishop".. function Trig_Untitled_Trigger_001_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'AUan' ) ) then return false endif return true endfunction...
  17. I

    gliding

    hello, i have made gliding system... function Trig_Practice_05_Func002A takes nothing returns nothing local location gliderpos = GetUnitLoc(GetEnumUnit()) local location glidez = PolarProjectionBJ(gliderpos, 10.00, GetUnitFacing(GetEnumUnit())) call SetUnitPositionLoc(...
  18. I

    exercises

    can any1 give me a exercise like i will turn GUI into Jass without using the gui things i'll just type all the jass.. give an GUI trigger then i will convert an untitled trigger to custom text and write the jass... I will not cheat by using the gui and converting to custom text because I want...
  19. I

    my first jassing ;]

    Hello this is my first code :D , i didn't convert it... just looked at some things ;] btw i am beginner in jass i just converted from gui to jass yesterday ;] function Trig_Practice_Actions takes nothing returns nothing call CreateNUnitsAtLoc(1,'hfoo', Player (0)...
  20. I

    Icon Request

    Hello, this is my icon request thread... request any icon you want... I'll make it for you ;] + tell me if it is "PASSIVE/ACTIVE/AUTOCAST/DISABLED/ITEM". I am a higher than a newbie in icon making so if you don't like it is ok ;] Requests :
Top