• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Heaven v2

Status
Not open for further replies.
Level 8
Joined
Sep 7, 2008
Messages
320



Play map in network mode .
26772403.jpg



If you want become bravery warrior , learn combat techniques . If you want become a great wizard , learn magic . You can build any hero you like :D
Features:
- Unique player combat system .
- 3D environment .
- Spells with casting time.
- 1 character playable .
- Attachment System
- Save/load

Requirements :
Warcraft 3 1.24e
Code:
How to install version 1.24e
You can download Warcraft Version Switcher Download at [url=http://www.dota-blog.com/2009/08/warcraft-version-switcher-download-and.html]here[/url]
Reinventing the Craft
Code:
How to install rtc1.0
First , you must download rtc1.0 , the link you can find in my post .
Extract to your warcraft folder .
Run laucher.exe then allow it if anti virus scan it .
Why you must download RTC ? Because it allow you use mouse camera :D
Download Rtc 1.0
Download Rtc 1.0
Map 2.2e -HiveLink

Gameplay :
W A S D movement system
Q E Z X C ... : Choose skill
Left mouse : use skill
Select hero : F1
Select front NPC : T
Camera :
Mouse camera system
Mouse Scroll : change camera's farz .

Skill system :
Choose skill two time to normal attack .

Inventory + information :
-Tab to open information window .

Quest window :
-Press "U" to open/close quest window
-Max quest can take at one is 8

Save/load hero :
-savehero: save hero into code
-loadhero <code>: load hero from code

Status :
STR Strength effects a characters P.Atk.you can increase by hit enemy with physic attack.
DEX Dexterity effects a characters P.Aspd , critical rate.you can increase by use physic attack.
CON Constitution effects a characters HP, bleed resistance , stun resistance.Increase when taking physic damage.
INT Intelligence effects a characters M.Atk.you can increase by hit enemy with magic attack.
WIT Wit effects a characters Casting speed.you can increase by use magic attack.
MEN Mentality effects a characters MP and their M.Def , debuff resistanceIncrease when taking magic damage.


HP Hit Points are a reflection of your character's total health.
MP Mana Points determine how much mana you have to use skills and cast spells.
P.Atk Physical Attack determines how much physical damage you can do.
P.Def Physical Defense represents your ability to take damage.
M.Atk Magical Attack determines how much damage you can do with spells and magic.
M.Def Magical Defense represents your ability to absorb magic damage.
P.Aspd Physical Attack Speed determines how fast you can swing or fire your weapon.
Casting.spd Magical Attack Speed determines how quickly you are able to cast spells.
Critical Critical represents your chance to land a critical blow with a weapon.
Speed Movement determines how fast your character can run.

Skill List :Ability : You can chosse ability pack . In pack , there are alot skill/spell you can learn. Now you only can chosse 1 pack , but later you can chosse 3 pack.
Elementlist

Fire Spell :
Fire Normal Attack : Throw a fire ball that deal damage enemy.
Fire Ball : Throw fire ball on ground , deal damage to nearby enemy :
Burning hand : Enchant fire damage to weapon and fire magic.

Ice Spell :
Ice Normal Attack : Throw ice shard to enemy
Freezing Sphere : Throw ice ball that slow enemy .
Chilling Touch : Enchant ice damage to weapon and ice magic.

Lightning Spell :
Lightning Normal Attack : Throw lightning ball to enemy
Lightning : Call down lightning that attack enemy

Ranger
Bow Skill :
Power Shot : The longer the skill is charged, the more damage it does.
Rapid Shot : Inceases normal attack when active.
Penetrating Shot : As power shot , but can deal damage to multi enemy in line.
Element Heal : Heal 150 hit points in 10s.

Knight
Precise Striking : Reduce attack speed to increase p.atk and critical rate.
Relax : Relax to recover.
Defend : Block all attack at front.
Hate Aura: Provoke nearby enemy.
Shield Stun : By swinging his shield cause stun to front enemy.

Pirest
Recover Spell :
Aura Bolt : Fire a spirit arrow.
Heal : Heal a little hit points.
Resurrection : Resurrects a corpse.

Enchanted Spell :
Might : increase ally's p.atk
Shield : increase ally's p.def

Item :
When kill creep , have a chance drop enchant stone :D You can use it on Unequip normal weapon to get special ability.
Code:
Wooden Chest : When monster count reach 100 a wooden will be created . Press F2 to open advanced inventory

Special thank to :
Korolen - The Save/Load system
Do not re-open it without exit warcraft3
 
Last edited:
Level 8
Joined
Sep 7, 2008
Messages
320
Hero defense Event

You can use mission item to join this event.
You will get 1 wooden chest by kill 100 monsters, open that chest , you have a chance to get mission item :xxd:
When wisp appear , go near wisp then register to enter dungeon :xxd:
After register , you can see the number in the wisp that mean you have registered . You can click that number to cancel register . And only owner of the wisp can start the event.

 
Level 8
Joined
Sep 7, 2008
Messages
320
I have done new system stats for hero ^^ I will explain it .
Now you can building a hero you like.
STR : you can increase by hit enemy with physic attack.
DEX : you can increase by use physic attack.
CON : Increase when taking physic damage.
INT : you can increase by hit enemy with magic attack.
WIT : you can increase by use magic attack.
MEN : Increase when taking magic damage.

But all stats are limited .
STR affect to DEX, CON and INT
INT affect to WIT, MEN and STR
Ex: With 22 STR , maximum DEX you can reach is 21 , CON is 27 , INT is 21.
That allow you build hybrid hero if you like :D
And your hero start with 10 str, 10 dex, 10 con, 10 int , 10 wit , 10 men.

Ability : You can chosse ability pack . In pack , there are alot skill/spell you can learn. Now you only can chosse 1 pack , but later you can chosse 3 pack.
Ex : Not like other map , mage class only can wear robe . In my map , if you learn knight ability pack and 2 fire spell pack , then you can become heavy armor fire mage or learn 3 fire spell pack to be expert at fire spell .

If you like my new system , plz comment here :D
 
Level 8
Joined
Sep 7, 2008
Messages
320
Ver 2.2e : This time to build your hero
Add tutorial for newplayer.
Disable all skill . Now , only have 4 : Fire ball , power shot , guard attack , relax .

` button : Unlock/lock cursor to the save point.
F4 : save point for cursor .
Tab : now , It uses only open / close stats board.
More information about new version you can read in game :D
You can not use save code of previous version :(( Srry
 
Level 8
Joined
Sep 7, 2008
Messages
320
Ver 2.2f :
Recode - Save / load system . If you want use ver 2.2e code , type -loadhero22e xxx
Add Heal (fire spell) and rapid shot (standing shot)
Add trinity item mission in shop .
Now , you can change skill while attacking :D
 
Status
Not open for further replies.
Top