• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Coders Thread

I am aware that I have not been fulfilling my duties as the code leader of the project (because I couldn't get wc3 installed). Therefore, and since Anachron wants to rejoin the team, I thin k that it is only fair that I resign my place and give Anachron his leadership back. I will discuss the matter with Xarwin and post further instructions.
 
@Anachron: ABuff comes with ABuffAura which allows for aura-based spells.
I also don't want to use your system(s) unless you put more documentation.
ABuffAura seems to be fine, however, my system gives the same functionality with less lines of code.

Also, FP, I would still like to see some coding actions from you.
 
Well, check the methods. You have methods like onLevelup to detect whenever an unit is learning a spell, getRadius will give the system the required range of the aura. unitFilter is a function that is filtering the units (f.e. only enemies). Then you have onRegister and onUnregister methods in which you can do stuff whenever an unit is leaving/entering the aura range.
 
Level 19
Joined
Nov 16, 2006
Messages
2,165
Not to be an ass for the coders but from now on I decide that if we don't have enough coders for the hero spells vanilla GUI/jass will be allowed.

I don't need an endless discussion about this; of course I know vjass is better however it is either taking this action instead of never finishing this map. I will give you guys time to gather up more people -- if I don't notice progress for the hero spells I will take action and recruit people who will help with GUI and other ways (only for the hero spells).
Remember we can still replace GUI spells with Vjass spells later.
The current main goal is to get this map running.
 
Level 13
Joined
May 11, 2008
Messages
1,198
Not to be an ass for the coders but from now on I decide that if we don't have enough coders for the hero spells vanilla GUI/jass will be allowed.

I don't need an endless discussion about this; of course I know vjass is better however it is either taking this action instead of never finishing this map. I will give you guys time to gather up more people -- if I don't notice progress for the hero spells I will take action and recruit people who will help with GUI and other ways (only for the hero spells).
Remember we can still replace GUI spells with Vjass spells later.
The current main goal is to get this map running.

i personally agree that if we can get our hands on the spells faster, then that's a good thing. the jassers can always rewrite the gui spells once they've been written. it's not like they can't test the spell in game and then start from scratch if that's what they want to do. it's gonna be better than the abilities sitting on the forum thread!
 
Top