| 11-15-2008, 09:09 PM | #1 | |
Err ok, I basically don't feel like making systems or updating jasshelper in a while, something simple like making a spell would work I guess. Rules
edit:
|
| 11-15-2008, 09:16 PM | #2 |
This is what I should have done. |
| 11-15-2008, 10:17 PM | #3 |
EDIT: Well, think of it this way: at least you helped a lot of people with their ideas |
| 11-15-2008, 10:24 PM | #4 |
I reckon this should be renamed "Vexorian's Spell Request Thread" and Pyro's one be renamed "Pyrogasm's Spell Request Thread" ... otherwise we have two essentially the same thread with the same name but methods would vary. |
| 11-15-2008, 11:34 PM | #5 |
Or we could have the first poster's name come up underneath the thread title. Vex - any chance we could implement that? |
| 11-15-2008, 11:50 PM | #6 |
EDIT! Never mind. |
| 11-15-2008, 11:54 PM | #7 |
I believe that was sarcasm since said feature already exists. |
| 11-16-2008, 12:10 AM | #8 |
I'm more used to using the first-post feature when you're browsing the forum as whole, so I don't see it all that much nowadays. I do delve into each area, though, if I need something... I only recognize my topics because of my [Prefix] habit. Sometimes I get confused 'cause other people do it, too. |
| 11-16-2008, 12:17 AM | #9 |
I'm going to suprise my self by asking for a spell. Tripwire User targets any two points. Line is created between them. Any unit crossing the line is stunned. It's mostly the unit crosses line bit I'd like you to do, since I suck at geometry. I could probably code this myself eventually, but I'm intested in seeing how you'd approach this. |
| 11-16-2008, 12:39 AM | #10 |
Intested? X_X I might ask for a request, soon. Just giving you guys a heads up. Unless I am not validated to, because I did one oh-so long ago? |
| 11-16-2008, 01:02 AM | #11 | |
Quote:
|
| 11-16-2008, 01:10 AM | #12 |
I find it an interesting idea that should be fun to code, so I'll pick that as my spell for the first week. I might not get it done until the next weekend depending on my schedule, though. |
| 11-16-2008, 01:21 AM | #13 |
Awesome, thanks. No time limit, I won't be able to do anything till next sunday and at that point I have months to do stuff. |
| 11-16-2008, 01:30 AM | #14 |
GroupEnumUnitsInRect? That's a bit cryptic, but as in use a rect that joins those two points, is it possible to have the min/max x/y be the same coordinates? If you need to put space in between, thats not hard either. |
| 11-16-2008, 01:39 AM | #15 |
Only works if the line goes from exactly east to west or north to south. You could create lots of little rects (or one big region) but there's probably a much better way to do it. |
