Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Gõ tiếng việt thì bạn vào đây http://forum.gamevn.com/showthread.php?t=652109 nhớ đọc kĩ nhá, đọc hết cả 3 trang luôn.Ai Giải Thích dùm em cái
1. Làm sao để gõ được tiếng việt như trong map của anh Rex vậy![]()
2. Chỉ giúp em cách làm 1 trigger di chuyển hero của người chơi vào từng chỗ ( để làm map đá bóng)
tại sao mình save map lại nó lại báo khoảng vài ngàn script error vậy.
Mặc dù vừa mở 1 map melee lên, ko sửa gì save lại nó cũng báo lỗi
cần người hướng dẫn cách chọn tướng như DOTA, mua xong con hero đó sẽ ko thấy hero đó nữa :)
ko ai giúp hết hả :(
------------------------------
call SetPlayerTechMaxAllowed(Player, 'HERO', 0)


ko hỉu gì hết
REX làm lun map demo (trong map có 2 shop bán tướng dùm nha) dc ko vậy?![]()

YAN[asian];14929788 nói:Làm cầu thang lên xuống kiểu này như nào vậy? Ai chỉ dùm cái!
Cho em hỏi cái map này có leak ko mà bộ nhớ tăng liên tục vậy nhỉ?
http://www.mediafire.com/?xmzm2gj4odd

Cuong loi chan dia
Events
Game - GDD_Event becomes Equal to 0.00
Conditions
(GDD_DamagedUnit has buff Poison (Stacking)) Equal to True
Actions
-------- khai báo biến xe là một "xecast" object --------
Custom script: local xecast xe
Unit - Remove Poison (Stacking) buff from GDD_DamagedUnit
Set Temp_Point = (Position of GDD_DamagedUnit)
-------- tạo xecast object --------
[COLOR="Blue"]Custom script: set xe = xecast.createBasicA( 'A001', OID_chainlightning, GetOwningPlayer( udg_GDD_DamageSource) )[/COLOR]
-------- ----- --------
-------- # --------
[COLOR="Red"]Custom script: set xe = xecast.createA()
Custom script: set xe.orderstring = "chainlightning"
Custom script: set xe.abilityid = 'A001'
Custom script: set xe.owningplayer=GetOwningPlayer( udg_GDD_DamageSource)[/COLOR]
-------- # --------
-------- ----- --------
-------- đặt vị trí cho dummy --------
Custom script: call xe.setSourceLoc( udg_Temp_Point, 1000. )
-------- cast vào target --------
Custom script: call xe.castOnTarget( udg_GDD_DamagedUnit )
Set Temp_Int = (Level of Arrow for GDD_DamageSource)
Unit - Cause GDD_DamageSource to damage GDD_DamagedUnit, dealing ((Real(Temp_Int)) x 100.00) damage of attack type Normal and damage type Normal
Custom script: call RemoveLocation(udg_Temp_Point)
set xe = xecast.createBasicA( <raw id của ability>, <order id của ability trên>, <owner của dummy khi cast> )
----Custom script: set xe = xecast.createA() //tạo xecast Object
Custom script: set xe.orderstring = "chainlightning" //đặt order string
Custom script: set xe.abilityid = 'A001' //đặt ability
Custom script: set xe.owningplayer=GetOwningPlayer( udg_GDD_DamageSource) //owner của dummy khi cast
các anh giúp em với, dang làm 1 Protect meele mà không biết cách set hẻo.ai chỉ em cách làm sao để cho trong 1 map meele số lượng hero max cho xây chỉ có 1 chứ không thể xây thêm hero được.
