Search results

  1. XeNiM666

    Laptop - Change primary GPU

    Hi, and can I say it's been a while TH.net.. :3 Keeping it straight and to the point, how can you set your laptop's primary graphics card? I googled the answer but to no avail. Every one keeps on saying that it's in the BIOS. However, when I looked at the BIOS, there's no option to change the...
  2. XeNiM666

    Random BSODs while running

    First, I'm sorry if this is in the wrong section. If so, if GM's can kindly put this in the right section, that would be awesome. :) Second, here's the problem: We have this assignment in our school, create a program about Truth Tables and Sets... I don't need any help with the code though, the...
  3. XeNiM666

    System help...

    I'm no JASS master but I made a small cast time system that I use it for every spell on my heroes only and some items. I was wondering how to get the instance of a struct without copy/pasting this on every spell I have, maybe similar to KT2's KT_GetData()... Code: scope CT initializer onInit...
  4. XeNiM666

    creating too many dummies...

    well, im working on a spell pack requested by my friend... Its in GUI and my GUI is a bit rusty so... Ice Path Periodic Events Time - Every 0.04 seconds of game time Conditions Actions Unit Group - Pick every unit in GROUP[1] and do (Actions) Loop -...
  5. XeNiM666

    Updating drivers..

    Hello. I don't actually know that much about computers, especially in the hardware parts, but I decided to update our severely updated drivers myself... So far I'm updating my processor now ( AMD Athlon™ XP 2000+ ) and I found an update here although I'm not sure about the update because, if I...
  6. XeNiM666

    if ability is ultimate?

    well simple question... how would i know/set if an ability is an ultimate? :)
  7. XeNiM666

    Straight cliffs?

    Well according to this tutorial an attachment will make cliffs in my map straight... I did what this exactly says, since there is no folder called UI in my wc3 i made one and copied "MiscData.txt" inside it but theres no difference... So is there any problem with what i did?
  8. XeNiM666

    experience gained?

    how do you determine and/or set how much experience a unit gives? 'cause i dont quite understand the values in the gameplay constants... ? :confused: TIA
  9. XeNiM666

    Need idea for my map...

    For my map here: http://www.thehelper.net/forums/showthread.php?t=159566 For those who are bored to take a look at it: Im currently making the final hero so that I can release a test map and hes almost done. So im gonna start on the terrain. But I cant decide on how the dungeons would look...
  10. XeNiM666

    Arena Fatal Four Arena

    Hi. This is my first time posting a map in Member's Projects so forgive me if I do something wrong. I made a map a very long time ago and forgot about it. But now I think would be a good idea to continue it from scratch, since it's the only big non-minigame map I ever made... So I present to...
  11. XeNiM666

    Multiple struct > Struct array members?

    Its a simple question, supposed i am to create a nova of 16 fireballs. Should i use 16 multiple structs to handle each fireball? or should i use 1 struct with 16 multiple array members to handle the fireballs? in terms of efficiency and speed. TIA. :)
  12. XeNiM666

    dummies wont cast spell

    yeah, I have this trigger: scope GlacialBlast initializer onInit globals private constant integer SPELL_ID = 'A00A' private constant integer SLOW_ID = 'A00C' private constant integer STUN_ID = 'A00B' private constant real AOE =...
  13. XeNiM666

    creating error messages?

    is it possible to create your own error messages? if so then how? :nuts: error messages are those shown to you when you do something wrong in normal wc3 like "Unable to build there" or "Must target a friendly living unit or an enemy Undead unit" somehow, Game messages arent very useful to me...
  14. XeNiM666

    Hero Class Ideas needed...

    Hello... I've been map making for a long time and i made a lot of changes but I only have 1 hero. :D Basically, i have a support hero, Priest, a common one yes? But I want uncommon ones. Hero classes that you dont see on any map. Examples of Common ones: Priest - common supporter...
  15. XeNiM666

    Looking for a model... DotA's Waning Rift.

    As in the title, im looking for a hidden model like puck's waning rift in dota. Its basically a small yellow frost nova effect. ( look at puck and the necromancer's in the pic below. ) For reference: As i said, its a hidden model, not an import. I didnt find it on wc3c.net's hidden resources...
  16. XeNiM666

    Order for "Learn Skill" ?

    EDIT: Ok. I found it under "Game". Now how do I detect which unit/player clicked the "Learn Hero Skill" button. Triggering Unit/Player doesnt work... Im trying to use Issued no target order but I dont know what the order Id for learn is...
  17. XeNiM666

    Prob with trigger...

    Hello. Been busy making my map lately.... XD Im almost finished with it, the only problem is with the hero selection system. I made this trigger: scope HeroPick initializer onInit globals boolean array PStatus force G = CreateForce() group HG =...
  18. XeNiM666

    1.24 patch help..

    I patched up our WC3 lately and came up with this error.. What does this mean??
  19. XeNiM666

    Spell Ultrablast

    Ultrablast by XeNiM666 I got nothing to do here so here's another spell with a stupid name. :) Can't think of any good name for this spell. GUI/JASS/vJASS : vJASS MUI/MPI : MUI Leakless : Yes. Inform me if not Lagless : Lags when spammed Description : Channels for 2 seconds to...
  20. XeNiM666

    Question about 1.24

    If I have my Warcraft with patch 1.21 ( Garena in our country doesnt work with 1.22 or older ), will my World Editor with 1.24 work with my Warcraft ( I'll copy from my classmate :D )?
Top