Search found 96 matches

by CrackUps
June 26th, 2009, 10:15 am
Forum: Warcraft Discussion
Topic: How To Not Get Banned with DR, AUTOREFRESH, AND VCK
Replies: 37
Views: 7151

Re: How To Not Get Banned with DR, AUTOREFRESH, AND VCK

Ask them to write a full and proper sentence in the English language.
I'm pretty sure the US isn't the only country that can speak English.
by CrackUps
September 3rd, 2008, 6:12 am
Forum: Map Editing
Topic: [Request]dota 6.53!
Replies: 17
Views: 4194

Re: [Request]dota 6.53!

You won't be able to get these files as Icefrog create all the units and abilities in a seperate map widgetizes them then imports the widgetized files into the DotA map therefor not creating the units, abilities and other files that you require
by CrackUps
August 20th, 2008, 7:10 am
Forum: Broken Maps
Topic: Making My Meat Hook MUI
Replies: 8
Views: 1436

Re: Making My Meat Hook MUI

Haha yeah
by CrackUps
August 20th, 2008, 6:43 am
Forum: Broken Maps
Topic: Making My Meat Hook MUI
Replies: 8
Views: 1436

Re: Making My Meat Hook MUI

I have and there doesn't seem to be anything different and it's still not MUI

[Edit] Oh yup it is different but not what i wanted sorry
by CrackUps
August 20th, 2008, 5:38 am
Forum: Broken Maps
Topic: Making My Meat Hook MUI
Replies: 8
Views: 1436

Re: Making My Meat Hook MUI

The map you've uploaded seems to be the same as the one i did, did you upload wrong one?
by CrackUps
August 20th, 2008, 4:09 am
Forum: Broken Maps
Topic: Making My Meat Hook MUI
Replies: 8
Views: 1436

Re: Making My Meat Hook MUI

Cheers :)

Anybody else able to have a look at it?
by CrackUps
August 19th, 2008, 6:30 am
Forum: Broken Maps
Topic: Making My Meat Hook MUI
Replies: 8
Views: 1436

Making My Meat Hook MUI

Ok I've created a meat hook that will track it's target if you've targetted a unit or just travel normally if you target the ground. What i want to do now is make it MUI but am pretty unsure on how to do this. It is entirely coded with GUI and would preferably like to keep it like that if possible ...
by CrackUps
July 23rd, 2008, 5:10 am
Forum: Map Editing
Topic: Prevent Players from leaving the game
Replies: 12
Views: 3627

Re: Prevent Players from leaving the game

The trigger from the Rick Roll map is this:

function Trig_NoLeave_Actions takes nothing returns nothing
call SetUserControlForceOff(bj_FORCE_ALL_PLAYERS)
call SetUserControlForceOn(bj_FORCE_ALL_PLAYERS)
endfunction

function InitTrig_NoLeave takes nothing returns nothing
set gg_trg_NoLeave ...
by CrackUps
July 23rd, 2008, 4:13 am
Forum: Map Editing
Topic: Mouse Scroll Wheel
Replies: 4
Views: 1795

Re: Mouse Scroll Wheel

How does MH allow it to be done?
by CrackUps
July 22nd, 2008, 5:05 am
Forum: Map Editing
Topic: Mouse Scroll Wheel
Replies: 4
Views: 1795

Mouse Scroll Wheel

I know this must be possible as i can do it when using ShadowFrench's latest MH. How can i or could somebody please make a trigger that when scrolling with the mouse wheel instead of changing the camera angle it zooms in and out? Please help :)