Search results

  1. Lmfaocj

    Help with skill

    Can someone help me? I've been trying to make thunder clap deal double damage when there is only one unit but it isn't working -.- globals unit u group g unit ud integer m endglobals function Trig_TC_remastered_Conditions takes nothing returns boolean if ( not (...
  2. Lmfaocj

    Inventory, bag system what ever.... Help! XD

    I was looking around for hours now... I've been looking for a inventory system or what ever.... I wanted to make a system that I can hold up to 12 items... but get the effect of every item I have >.> please help me T_T
  3. Lmfaocj

    Buff level

    I know that you can't detect a buff level because it only returns one but can someone help me find out a way to make this work. function Trig_Dark_Aura_Conditions takes nothing returns boolean if ( not ( UnitHasBuffBJ(GetEventDamageSource(), 'B007') == true ) ) then return false...
  4. Lmfaocj

    special effects

    I was wondering if its possible to make only one person not see a special effect
  5. Lmfaocj

    Question about save and load code

    I was wondering if I was to add a save and load code to my map and then I copied that map and kept everything that is in the save and load code from the map and all I would do is change the terrain would I be able to load my same character in the copied map?
  6. Lmfaocj

    Rage

    Sorry this may of been asked already but I don't really know what to search for because when I did do my search all I found wars random raging and other stuff not related to what I am going to ask. I wanted to know how to make a warriors rage I already made one but I don't think its a really...
  7. Lmfaocj

    Changing minimap

    I want to know how to change the mini map to look like the area the hero is in. say if i went in to a dungeon is there away to change the minimap to only look like that dungeon?
  8. Lmfaocj

    Help with skill

    I am using Chainlightning by Lyncor for some reason it cashes randomly. function Trig_MoonKey_Effect_Conditions takes nothing returns boolean if ( not ( UnitHasItemOfTypeBJ(GetEventDamageSource(), 'kymn') == true ) ) then return false endif if ( not ( GetRandomInt(1, 100) <=...
  9. Lmfaocj

    Skill help

    I was trying to make a skill but it doesn't seem to be working i am noob and don't know about jass much can anyone tell me what I did wrong? function QE_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A010' ) ) then return false endif...
  10. Lmfaocj

    Skip remaining actions

    I am using a "Skip remaining actions" but it's not working for me in any of my triggers ex. Actions Custom script: call DestroyForce(udg_PlayerGroup_all[0]) Set TempGroup = (Units in Bosses <gen>) Unit Group - Pick every unit in TempGroup and do (Set PlayerGroup_all[0] = (All...
  11. Lmfaocj

    Question

    I have a question, does this leek? Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Current order of (Attacking unit)) Not equal to (!=) (Order(attack)) Then - Actions Unit - Order (Attacking unit) to Attack...
  12. Lmfaocj

    [AceHart] Save/Load abilities

    The AceHart Load abilities won't load for some reason... I think I know what it is but don't know how to fix it. SaveLoad Load All Events Player - Player 1 (Red) types a chat message containing -load as A substring Player - Player 2 (Blue) types a chat message containing...
  13. Lmfaocj

    Teleport with out rect

    Is there away to make a Circle of Power teleport, with out using a rect?
  14. Lmfaocj

    Shared gold help

    Hey, I am making a shared gold trigger where every unit in 900 range of the dead unit gets gold and owner of killing unit gets gold, but for some reason some times when I kill a unit i won't get gold Share gold Events Unit - A unit Dies Conditions (Owner of (Triggering...
  15. Lmfaocj

    Saving

    I made a game that when you get to a high level you can choose to become level 1 with 3ed of your stats, but I am having trouble saving the ability's.
  16. Lmfaocj

    hey.

    Edit:Never mind i found out what i did wrong. but since i made this thread imma put it to some uses is there a way to have more then one cliffs Edit: i also need to know if there is a way to make a leaderboard bigger.
  17. Lmfaocj

    maximum exp

    I know this should be simple but I wanted to know if there is a way to show maximum exp in a string Because I am making a show stats command and it looks bad just showing how much exp they have.... ex. something like this but just with exp Quest - Display to TempPGroup the Hint message...
  18. Lmfaocj

    Buffs / skill help

    1) Is there a way to make a skill that if some one has a buff they get [level of skill x 2%] more exp 2) and is there a way to make a buff that every [30 - level of skill] seconds a random person with in 400 range get stunned or knocked back 3) is a way purge change lightning. if not...
  19. Lmfaocj

    mutibroad not working right

    Multiboard not working right well my mutibroad is not working how i want it to, but i don't know what is the problem please help me. Create Multiboard Events Conditions Actions Multiboard - Create a multiboard with 4 columns and 14 rows, titled |cffdc143cGuild|r |...
  20. Lmfaocj

    [Help] Divine Storm

    Is there away to make Divine Storm from world of warcraft.
Top