wc3edit.net
https://forum.wc3edit.net/

Return Bug Finder
http://forum.wc3edit.net/useful-tools-f69/return-bug-finder-t20911-40.html
Page 5 of 5

Author:  haxorico [ June 11th, 2012, 12:11 pm ]
Post subject:  Re: Return Bug Finder

Bartimaeus wrote:
owner123 wrote:
As it's in Haxorizer.. Just use the one in haxorizer if you want a return-bug checker. :P.


...which is also only a 32bit program, at least currently...unless Haxorico has fixed it. lol

As I told you before, it runs fine on my windows 7 ultimate x64

Author:  Bartimaeus [ June 11th, 2012, 7:47 pm ]
Post subject:  Re: Return Bug Finder

haxorico wrote:
Bartimaeus wrote:
owner123 wrote:
As it's in Haxorizer.. Just use the one in haxorizer if you want a return-bug checker. :P.


...which is also only a 32bit program, at least currently...unless Haxorico has fixed it. lol

As I told you before, it runs fine on my windows 7 ultimate x64


Well, it didn't work last time I tried. But that was before you switched over to x64, I suppose, so you're probably right. o.o

Author:  cold_moon [ September 9th, 2012, 9:34 am ]
Post subject:  Help: Return Bug Finder

haxorico please help me fix this !!! I have a function in map "Hero Defense Pimp 6.0" return bug:
Code:
function EB takes handle Ea,string EA returns unit
return GetStoredInteger(w,I2S(e7(Ea)),EA)
return null
endfunction

Before that i have function:
function e7 takes handle h returns integer
return h
return 0
endfunction

I fix it to:
function e7 takes handle h returns integer
return GetHandleId(h)
endfunction

EB function use by:
Spoiler:
function HQ takes nothing returns nothing
local timer t=GetExpiredTimer()
local unit Hr=EB(t,"caster")
local unit u
local location l=DL(GetUnitLoc(Hr),GetRandomReal(50.,800.),GetRandomReal(0,360.))
if GetUnitCurrentOrder(Hr)==852600then
set u=CreateUnit(GetOwningPlayer(Hr),'u00F',GetLocationX(l),GetLocationY(l),bj_UNIT_FACING)
call SetUnitPathing(u,false)
call SetUnitAbilityLevelSwapped('A05U',u,GetUnitAbilityLevelSwapped('A05T',Hr))
call IssueTargetOrderById(u,852226,u)
call UnitApplyTimedLife(u,'BTLF',1.)
endif
call RemoveLocation(l)
set t=null
set Hr=null
set l=null
set u=null
endfunction

Thank you so much.

Page 5 of 5 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/