Someone want to join me making a DotA?

  • Thread starter Thread starter AnaXyd
  • Start date Start date
A

AnaXyd

Guest
Someone want to join me making a type of DotA?

Yeah, im making my own DotA. Its called DotA eXtreme now. I can maybe need a better name... I have created the map and everything. Its a bit like DotA "since it is DotA" but i have sunken ruins tileset instead of northrend. Its growing nice and im making heroes and spells now. That takes time! So, I need some help with ideas and such stuff. Someone want to help? Let me know!
 
Why would we help you make a DotA clone? Think of your own idea, then get back to us.

And changing the tileset does not make the terrain new.
 
Sargon said:
Why would we help you make a DotA clone? Think of your own idea, then get back to us.

And changing the tileset does not make the terrain new.

Ok i mean a kind of that game... not the same one of course... I just have that name now cuz i have no idea...

It doesent look like the DotA terrain of course...
 
Im working on a similar project, but instead of the traditional diagonal lanes, mine are going to be vertical (top to bottom), it's also going to have 5 lanes instead of three, and lanes will be "themed" (i/e: outer lanes are ranged creeps, middle is a combo and inner lanes are melee). Im thinking more of a heaven vs hell type premise rather than the generic world tree vs frozen throne. Im also hoping to throw in some random events and secret items. Im also looking for someone to make a bank system, if anyone can and is willing to do so, it would be much appreciated.
 
Tubby115 said:
Im working on a similar project, but instead of the traditional diagonal lanes, mine are going to be vertical (top to bottom), it's also going to have 5 lanes instead of three, and lanes will be "themed" (i/e: outer lanes are ranged creeps, middle is a combo and inner lanes are melee). Im thinking more of a heaven vs hell type premise rather than the generic world tree vs frozen throne. Im also hoping to throw in some random events and secret items. Im also looking for someone to make a bank system, if anyone can and is willing to do so, it would be much appreciated.
Nice idea, but this seems like an hero siege maybe?

But my question was, do somebody want to help me? And make an unique one..? Or can I submit the project here on this forum?
 
1 thing just don't call it a "dota type map". (sry 1 of my pet-peeves). Its an Aos like mentioned above.

Sry for late post.
 
Tubby115 said:
Im working on a similar project, but instead of the traditional diagonal lanes, mine are going to be vertical (top to bottom), it's also going to have 5 lanes instead of three, and lanes will be "themed" (i/e: outer lanes are ranged creeps, middle is a combo and inner lanes are melee). Im thinking more of a heaven vs hell type premise rather than the generic world tree vs frozen throne. Im also hoping to throw in some random events and secret items. Im also looking for someone to make a bank system, if anyone can and is willing to do so, it would be much appreciated.

All you gotta do is use variables its not hard at all. I'll do it if you cant figure it out. Describe to me what you want in your banking system
 
I just have one stupid question.. Is there NOT? a game, Already called Dota Extreme, That is "EXACTLY" identical to yours? :nuts:
 
If i had a quarter for everyone making an AoS right now i'd probrably be able to afford a new XBox :rolleyes:

As they said dont use the name 'DotA' in ANYTHING. Seriously, people who like dota would laugh and say 'ahha another ripoff what a noob', the people who hate dota will just be like 'omg another one? warcraft SUCKS!' and the people who dont care probrably wouldnt care enough to play it anyways. And you thought names werent important :cool:
 
do not listen then we are here to help not to say what u should do:
-but the only thing u need to know is that:
make things that dota allstars dont have.
look for dota forums and check what they hate on it.
this way u may get a nice dota if u do with all your ability trying not to copy the terrain beacuse that will make it look like a clone.
and good luck :) the most important is !
Have Fun
 
i got a big list of upsets about dota Oo
1. We Hate Normal Spells
2. We Hate Back Dooring
3. We hate heros with no moderated buffs-spells-
4. We hate blink
5. God do i gotta go on? how many heros? like 30? with like 70 NORMAL wc abilityis?
6. lol way to TRASH dota is all heros have customized spells.. Even blink can be changed to look good.. like have it use The conversion effect instead of the little blink cloud.. anyways.. =p im bored this is boring
 
The correst term is AOS. Please don't use DotA as the above people will all flame you. I love DotA my self.

Other guys asking for help please create your own thread.
 
i dont under stand what is back dooring that every one says.
can some one tell me how a back dooring works for i can fix it ?
 
Wasted_Savio said:
I just have one stupid question.. Is there NOT? a game, Already called Dota Extreme, That is "EXACTLY" identical to yours? :nuts:
Hmm i dont know, the name is just temporary... until i got my very own...
DotA-Crime said:
do not listen then we are here to help not to say what u should do:
-but the only thing u need to know is that:
make things that dota allstars dont have.
look for dota forums and check what they hate on it.
this way u may get a nice dota if u do with all your ability trying not to copy the terrain beacuse that will make it look like a clone.
and good luck the most important is !
Have Fun
Thx! :D Its good to have some points to look after! :)




I got 1 hero with no cool spells... Its named Vengeance and it like the Avatar of Vengeance... someone can give me ideas of spells to it?

And can someone help me with ideas to spells to an alchemist too? I got siphion gold(drains gold) and siphion power, (drains hp and mana. And gives you a little bit more intelligence for each time used..)

EDIT: How can I make an ability where the hero creates a random potion?

AND i got an hero named Burning Infernal with no spells... ideas?

After all, can someone give me some more ideas about heroes and spells? Im getting empty... :banghead:
 
Well I dont have any ideas but I can help you beta test and make some spells for you. :cool:
 
I tryed to make an ability that creates a random potion, but it sometimes comes 2 items... But i want it have a chance to create many potions, but not more than 1 a time...
Code:
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Create Potion 
    Actions
        Special Effect - Create a special effect at (Position of (Casting unit)) using Abilities\Spells\Undead\ReplenishMana\SpiritTouchTarget.mdl
        Set specft = (Last created special effect)
        Unit - Pause (Casting unit)
        Wait 2.00 seconds
        [COLOR=Red]If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Random integer number between 1 and 5) Equal to 1
            Then - Actions
                Hero - Create Lesser Clarity Potion and give it to (Casting unit)
            Else - Actions[/COLOR]       
[COLOR=Red] If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                (Random integer number between 1 and 10) Equal to 6
            Then - Actions
                Hero - Create Potion of Invisibility and give it to (Casting unit)
            Else - Actions[/COLOR]        Sound - Play GoodJob <gen> at 100.00% volume, attached to (Casting unit)
        Special Effect - Destroy specft
        Special Effect - Create a special effect at (Position of (Casting unit)) using Abilities\Spells\Human\Polymorph\PolyMorphTarget.mdl
        Set specft = (Last created special effect)
        Wait 1.00 seconds
        Special Effect - Destroy specft
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1
  • The Helper The Helper:
    Guys just a heads up I am going to be shutting the site down soon. I am just waiting on the NUON people to decide whether they want to transfer forum data and keep the discord. My email is [email protected] for anyone that wants to keep in touch and I have a facebook too. I will make an official post later. Love you guys and will miss everyone!
    +1
  • V-SNES V-SNES:
    Sent a pm @The Helper
  • Stephen Stephen:
    Oh no - please don't lose the Nuon content
    +1
  • The Helper The Helper:
    Someone email AtariAge and see if they want me to transfer the forum data over to it
  • Ghan Ghan:
    Could probably keep NUON stuff around here if we wanted.
  • Ghan Ghan:
    Hmm what to do about the World Editor site though?
  • Stephen Stephen:
    I'd rather personally just own a backup of the Nuon data than see it go to AtariAge honestly. If it gets enshittified as per usual, or if some of the "regular" Jaguar folks get there, it's not gonna be fun
  • The Helper The Helper:
    There will be a github of the forum data so the NUON Forum Data I guess would be available there
  • The Helper The Helper:
    World Editor is technically Ryoko stuff not mine you guys can keep that I am not in that even
  • jonas jonas:
    :( end of an era :(
  • The Helper The Helper:
    Dont think of it as an end jonas - think of it as a beginning, because really my friend that is what it is.

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top