Search results

  1. Jak-Skell

    How big is a terrain Square?

    I'm making a board game map. Anyone know how big (like, in x,y) will a terrain square be?
  2. Jak-Skell

    US News U.S. Support for Legalizing Marijuana Reaches New High

    Hemp would save money. 'Nuff Said.
  3. Jak-Skell

    Island Defense Unprotected

    Sorry, but Bump. I believe this is a quick fix =|
  4. Jak-Skell

    Island Defense Unprotected

    Island Defense Unprotected (PLEAS READ.) Well, I noticed the thread by Sexi_Sheep was fixed, but he is no longer active and has not send me a reply to a PM, so I am asking the forum for help. I looked into the code and I fixed the H2I. Or so I believe? So I want to know if anyone could...
  5. Jak-Skell

    Problem with Tree of Life

    Put the animation in a spell book, then disable the spell book. Kekeke?
  6. Jak-Skell

    Problem with Tree of Life

    Okay, I have a question, check the model. Is it the Rooted model?
  7. Jak-Skell

    Problem with Tree of Life

    It's because there is no casting or building model for the tree of life. No real fix, other than a custom model.
  8. Jak-Skell

    Sound Related Question (Quick Fix, I believe)

    Update: So I found this same trigger but in JASS. function Trig_Silence_Actions takes nothing returns nothing local string s=GetEventPlayerChatString() local player p=GetTriggerPlayer() if s=="-silence" then call DisplayTextToPlayer(p,0,0,"|cff0080ffPlayer-produced sounds |r|cffff0000OFF|r")...
  9. Jak-Skell

    Multiple Dialogs

    Dialogs are easy, in my opinion. You can learn them easily from this guide.
  10. Jak-Skell

    Sound Related Question (Quick Fix, I believe)

    I mean, what category. Sound, Player, Floating Text, Game Cache, Etx.
  11. Jak-Skell

    Sound Related Question (Quick Fix, I believe)

    What kind of trigger is that?
  12. Jak-Skell

    Sound Related Question (Quick Fix, I believe)

    Well, in my map, it uses the following trigger. Ironic Events Player - Player 1 (Red) types a chat message containing Ironic as An exact match Conditions Actions Sound - Play Ironic <gen> Now, I want to make it so that if a player said "-silence", they...
  13. Jak-Skell

    Hero Tavern Type Issues.

    Sorry, I didn't rep any of you, I forgot @___@ But that's fixed now. Also, thanks for the reminder.
  14. Jak-Skell

    Hero Tavern Type Issues.

    Thanks so much, +Rep for the helpers :3
  15. Jak-Skell

    Hero Tavern Type Issues.

    Well, I have a few problems I want to cover in this thread. First of all, I am developing a map. The map is similar to Vampirism Beast and Island Defense, where you choose a builder, then there is a titan. Now, choosing a builder is item based. In other words, it's like a hero tavern, but...
  16. Jak-Skell

    Creating Items Problem.

    There we go! I just had to change it all to Item Type based events and actions.
  17. Jak-Skell

    Creating Items Problem.

    Problem is, then I can't select it as a variable for Sold Item Equal to Value
  18. Jak-Skell

    Creating Items Problem.

    I'm trying to create a game where you can choose a unit from a tavern, then it creates it latter. Now, the problem is, I need to use Variables to do it. This trigger does not work, because Last created Item Does not apply to Neutral Building - Add UNIT to BUILDING with x in stock and a max...
  19. Jak-Skell

    Learning to program

    Actionscript 2. I write it, and it is used in creating Flash Games. TONS of tutorials, and you can then use it to make iTouch Applications and such.
  20. Jak-Skell

    Searching for some...Maps...

    Although there is no known site where you can find unprotected Maps, you can try finding an unprotecting program. I can not tell you where to find them, but google can ;)
Top