Recent content by Sessional

  1. Sessional

    Graphical Lag

    65 degrees celsius with nothing other then my two monitors going and a few browser tabs open and speccy. Started blowing an external house fan on it, it's at 55 degrees celsius now. Computer is a couple years old, between 2-4, I don't remember exactly.
  2. Sessional

    Graphical Lag

    It's started off being nothing more then a spike here or there while gaming, however, now it's up to choppiness on an every day activity such as scrolling down a web page. I was playing Battlefield Bad Company 2, and it became unbearable. I closed out of the game, rebooted and then tried to...
  3. Sessional

    Critical, Hardened Skin, Orb of Lightning/Slow high proc rate bugged?

    According to killerratz data it's a decently linear increase from 30-95% .843442 * X + 2.707211 between the values of 30&95 Anyone else have anything? this looks like it could be fun to play with to see the outcome!
  4. Sessional

    Mass soul burn

    How are you using targetting? Pick all units, add them to a group. Then cycle through them creating a dummy & ordering it to cast. Remove the dummies, remove the units from the groups, destroy the groups.
  5. Sessional

    Cant host hell vs. heaven map

    portforward.com, sounds like the problem is no one can connect because of your ports.
  6. Sessional

    Game Crashes When Certain Unit Dies

    Looks like that error type is common in more then just wc3. I just googled the EXC_CRASH (SIGILL) http://forums.warhammeronline.com/warhammer/board/message?board.id=bug_mac&message.id=758 warhammer had something like this, maybe fixable the same way?
  7. Sessional

    Really Need Help.

    Dialog, there is a tutorial on the WET site, look there, it's an absolutely amazing one.
  8. Sessional

    Detecting Backstab damage (Wind Walk)

    Set a boolean to true when the unit gains the Wind Walk buff, and set it to false when it's lost. If the value is true when the unit dies, backstabbed.
  9. Sessional

    How do you create a voting system?

    To keep count use an integer array. You can then increment it up for each unit that enters within range of a the circle of power, which then lets you remove the unit, so you can't bug the system out. Unit - Unit enters within 200.00 range of Circle of Power Set...
  10. Sessional

    Multiplayer quests

    Use a few Boolean arrays. One will be questStarted[], one will be questFinished[]. Then, all you have to do is check if they have started the quest, and then you can have the person give them the item. Then when they turn the item in, set questFinished[PlayerNumber] true.
  11. Sessional

    Optimization

    Vexorians Map Optimizer, it's usually in his signature. Widgetizer is another option if you'd rather use that.
  12. Sessional

    Did I remove the leaks properly

    I don't see where you destroy pest?
  13. Sessional

    An assign speed increase needed

    Raw Data is an Object Edtior option, will show the id number of the item. CTRL + D
  14. Sessional

    Auto Hero revive

    Set count = (Number of living <Unit> units owned by (Owner of (Triggering unit))) If count greater then 0 revive hero.
  15. Sessional

    Auto Hero revive

    Is the building on the map at the start of the game? Or else you could count the number of units belonging to the owner of dying player matching condition, and then just if <Prev Count> is greater then 0, revive hero.
Top