Forum

> > CS2D > General > Dota-Heroes |D-H| Suggestions
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Dota-Heroes |D-H| Suggestions

55 replies
Page
To the start Previous 1 2 3 Next To the start

old Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
Dota-Hero's |D-H| Suggestions


this is the basic Information

∗10 dota heros (Axe,sand Kinght,..........).
∗every hero have at own 30 lvl's .

any one want help with lua or with gfx or with sfx or with maps just tell me with this thread (the script is so hard not easy so i need your help)

edited 2×, last 09.01.10 11:11:38 pm

old Re: Dota-Heroes |D-H| Suggestions

Admir
User Off Offline

Quote
I rather go play War3 DotA maps
but, why you don't use Warcraft3 TFT made by MiroslavR? it's a powerfull script, even bot using the skills.

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
i see it , its cool but not like Dota that much so i gonna make one with
>Mana
>lvl locked Hero ability
>evry hero have his own ability and own 30 lvls

i see Warcraft3 TFT cool but not perfect
and ineed help with this script D-H so much

old Re: Dota-Heroes |D-H| Suggestions

RAVENOUS
BANNED Off Offline

Quote
DotA is a big, intensive modification for WC3. You should think twice about making a script like that.You need shops, taverns etc. It's not easy. Here a little website which contains everything about DotA, maybe you can put something out of it. [http://www.dota-wiki.com/]

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
yea i think that too
meme has written
(the script is so hard not easy so i need your help)



yes thanks for the site you gave its very helpful on script .

old Re: Dota-Heroes |D-H| Suggestions

Deatherr
User Off Offline

Quote
memo i can make the DotA map for you. Do you want creeps? (Turret) ( u would need a lua that if you kill a turret at the place you would be exp)

old Re: Dota-Heroes |D-H| Suggestions

iCe4147
User Off Offline

Quote
creeps should be bots
Melee creeps use:Claws
Ranged Creeps:Grenade Launcher(cuz nothing else has a fixed range i think)
i got no idea for catapult creeps

NOTE: REMEMBER THIS! THERE MUST ALWAYS BE SOMETHING TO DESTROY IN ORDER TO WIN!!

Please Read-------------V
edited 1×, last 09.01.10 01:41:37 pm

old Re: Dota-Heroes |D-H| Suggestions

simonkilleR2
User Off Offline

Quote
i thugh lab is closed for Suggestions.. or its not a Suggestion.. i really confused and dont know.. i can Suggest a new project?! lol sombody answer IIII
i think its nice project.. /; but need maps and/or mods..
u mean project== new game? not cs2d? :I i hope it is like this.. but if yes... why u put it incs2d forum?..

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
@deatherr
yea sure if you want to make dota map make it and put some trees and turret
i make the script but i have a bug on it .....

∗EDIT
i have a big bug on the lvl's script i need good lvl's script to put on the D-H beacuse mine lvl script have bug, if any one have a nice lvls script with (lvl's,credits,Experience,etc....)
i need it , the Classes script ready Classes( Axe,sandnight,..)
the Shop of dota script on working [SoD] shop of dota.
edited 1×, last 09.01.10 07:51:03 pm

old Re: Dota-Heroes |D-H| Suggestions

firefox
BANNED Off Offline

Quote
creeps (bot) dont walk into turret it walk where want to walk that an bug creeps in dota the first gol to creebs destroy tower(turret) here i dont think she will do that .

old Re: Dota-Heroes |D-H| Suggestions

Deatherr
User Off Offline

Quote
The bots should also be the spawn too!!!
Also what size map do you want? 50x50 , 100x100 , or 150x150 ?

I have some unused lua than can be used.
Here is cmd lua (Its from my sc2d)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
addhook("parse","sc.parse")
function rbow.parse(cmd)
     local parses = string.split(cmd)
     local cm = tostring(parses[1])
     local id = tonumber(parses[2])
          if (cm=="sc_give_lvl") then
          local cm2 = tonumber(parses[3])
               if (id ~= nil and cm2 ~= nil) then
                    sc2d.level[id]=sc2d.level[id]+cm2
                    msg2(id,"©000255000Admin Give you "..cm2.." Level!@C")
                    print(cm.." "..id.." "..cm2)
                    level(id)
                    return 1
               else
                    print("©255000000 You Forgot id or amount of level!")
               return 1
               end
          end
          if (cm=="sc_give_exp") then
          local cm2 = tonumber(parses[3])
               if (id ~= nil and cm2 ~= nil) then
                    sc2d.exp[id]=sc2d.exp[id]+cm2
                    msg2(id,"©000255000Admin Give you "..cm2.." Exp!@C")
                    print(cm.." "..id.." "..cm2)
                    level(id)
                    return 1
               else
                    print("©255000000 You Forgot id or amount of Exp!")
               return 1
               end
          end
     return 0
end
edited 1×, last 09.01.10 09:58:00 pm

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
i think size of 100 x 100 with use all the map would be good , but the bots are noob we should find a way to control there movement like a script maby ?

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
CT when the hero dies he come after ("time")
T when the hero dies he come after ("time")
Creeps of CT & T go from base to the 3 ways of dota map if we say every group have 5 creeps that mean 3 groups for every wave (on dota must be 3 ways 1up ,1 middle, 1 down)for each way 1 group the group come and go every 3 Minuetsand when the creeps destroy a tower (turret) they get more dmg and armor (to their weapons )

∗EDIT
deatherr you script crashes when start the game ?!

old Re: Dota-Heroes |D-H| Suggestions

Deatherr
User Off Offline

Quote
Starkkz made that cmd for me.
Map : I have finish base area/lanes/middle water river thingy.Also you suppose to edit that!

I don't remenber how to main base looks like!
You need settings i having it already.(of course it should work!)(edit it if you need to)
Settings
1
2
3
4
5
6
7
8
parse('mp_building_Health "Wall III" 5000')
parse('mp_building_Health "Turret" 3000')
parse('mp_building_Health "Dual Turret" 5000')
parse('mp_building_Health "Triple Turret" 7500')
parse('mp_building_Health "Dispenser" 999999999')
parse('mp_turretdamage 10')
parse('mp_killteambuildings 0')
parse('mp_dispenser_health 20')

Ideas :
-Have a hud text to show your hp. (Note: In DotA you hp can go over 50000 hp!)
-Have a hud text to show you gold (Note: In DotA or All games in wc3 you can get 1000000 max-1 million)
-Have a hud text to show armor level ( 1-? Blocks damage like- 10% and you can go to 100% block)
-Have melee heros use knife and range a pistol

old Re: Dota-Heroes |D-H| Suggestions

Crazyx
User Off Offline

Quote
The name doesn't make sense.
You should rename to:
• DotA Heroes
• DotA's Heroes
Not those make sense.

"Hero" is just one.
"Heroes" are 2 or more (NOT "hero's").

old Re: Dota-Heroes |D-H| Suggestions

memo
COMMUNITY BANNED Off Offline

Quote
yea did you add the river to both bases (dispenser with good protection like dis and around it a boxes)
and keep the idia of dota on the map .

and thanks for the cmd you gave me will be very help full if you can make the shop of dota SoD i already make the hero classe but i have a little bug with the lvls script and we need shop scriot too and the sounds script too easy i make it ..!

the ideas are Cool and good but i think of starting a hero of 50 Hp and 10 armor on lvl 1, when you got 30 lvl hp 250 and armor 250 would be more cooler , and the heros already recovery Hp 1 per second you can buy ring of health give you 3 per second (that should be put on Shop of dota ).
To the start Previous 1 2 3 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview