ngga... cara buatny gmn... gw masi noob dalam masalah internet... gw lom lama pasang speedy...
fileshack barusan gagal.. .aplot ke kitaupload ja ya...
ngga... cara buatny gmn... gw masi noob dalam masalah internet... gw lom lama pasang speedy...
fileshack barusan gagal.. .aplot ke kitaupload ja ya...
Swt
tinggal install Yahoo! Messenger udah gitu bikin EMail pake Yahoo! aja
up to you upload dimana @_@
dah gw kirim, cepet ambil
udah
gw cek doLo
gmn om,, dah ktemu lom leaknya...
BTW, sekalian promosi, gw ada forum khusus membahas TwinkleCraft di TwinkleCraft - Grand Schism :: Index
OK ntar gw masuk
mbhe,
di Triggering Skill bagian Yang Activateable (macem Immolation, Split Shot, dkk)
tulisannya pada (Issued Order Id) - Equal to Uknown
Mungkin gara2 gw pake WE 1.18
gw ganti y -_-
(ga akan ngaco kok gantinya)
leaknya gmn om...
Work In Progress
Leaknya ngecreate puluhan handle tiap 0.1 detik
Wajar ancur...
Tunggu yah, kayaknya gw dah ketemu sumbernya
EDIT: Leak Source found...
Cek Trigger u:
Bagian Multiboard -> Game Time
itu sumbernya...
Last edited by SrZ]Xevirath; 11-02-08 at 16:35.
game time?? apaan si.. g mudeng leaknya dmn..
Mau buat hero??
TwinkleCraft - Grand Schism
The New Division of AoS and Hero Craftings
http://twinklecraft.6.forumer.com
OOT: jgn panggil om lg tapi ok :sob:
OOT: Cek ur PM OK
Yang ditandain biru itu yang ngeLeak
(yang ijo belum tes)
Kenapa Leak? Mungkin MultiboardItemnya dicreate baru sama function BJ tsb
gw masi rada noob multiboard... btw itu prinsipnya dr dota template... benerin y mas...
Mau buat hero??
TwinkleCraft - Grand Schism
The New Division of AoS and Hero Craftings
http://twinklecraft.6.forumer.com
Blizzard lupa ngenull local variable
gini deh... fatal bgt buat map u
nih script masukin ke Map Script u:
tuh @_@ gw cuma nambahin "set mbItem = null" abis gw ambil dari Blizzard.jCode:function MultiboardSetItemValueNoLeak takes multiboard mb, integer col, integer row, string val returns nothing local integer curRow = 0 local integer curCol = 0 local integer numRows = MultiboardGetRowCount(mb) local integer numCols = MultiboardGetColumnCount(mb) local multiboarditem mbItem // Loop over rows, using 1-based index loop set curRow = curRow + 1 exitwhen curRow > numRows // Apply setting to the requested row, or all rows (if row is 0) if (row == 0 or row == curRow) then // Loop over columns, using 1-based index set curCol = 0 loop set curCol = curCol + 1 exitwhen curCol > numCols // Apply setting to the requested column, or all columns (if col is 0) if (col == 0 or col == curCol) then set mbItem = MultiboardGetItem(mb, curRow - 1, curCol - 1) call MultiboardSetItemValue(mbItem, val) call MultiboardReleaseItem(mbItem) endif endloop endif endloop set mbItem = null endfunction
Kalo udah, delete action yang ada di trigger u itu, n ganti sama ini:
Tapi gw mashi bingung kenapa u bikin dua action sama di situ @_@?Code:custom script: call MultiboardSetItemValueNoLeak(GetLastCreatedMultiboard(),3,14,"|c00FFFF00" + udg_GameTime)
---
Sulit ya? Emang nulling variable ga terlalu kerasa leaknya, tapi kalo lama numpuk... bakal sakit kayak gini.
Rata2 function GUI bermasalah karena Blizzard ga ngenull local variable yang abis dipake di function GUI
mudenk2... g terlalu susah kok.. cuman yang garis biru muda baiknya di ganti g??
Mau buat hero??
TwinkleCraft - Grand Schism
The New Division of AoS and Hero Craftings
http://twinklecraft.6.forumer.com
Baiknya sih diganti (Semua yang action kayak gitu kalo bisa malah)
Buat string manipulating bisa sendiri kan?
integer A nya pake:
Code:bj_forLoopAIndex
dah2 gw pake convert to custom script bisa
Mau buat hero??
TwinkleCraft - Grand Schism
The New Division of AoS and Hero Craftings
http://twinklecraft.6.forumer.com
Share This Thread