- Joined
- Nov 3, 2009
- Messages
- 687
Hello, 
Maybe some one know what triggers or functioncalls could cause server splits ?
~Spoontoobig
Maybe some one know what triggers or functioncalls could cause server splits ?

~Spoontoobig

if GetLocalPlayer()==Player(0) then
call CreateUnit( Player(0), 'hfoo', 0, 0, 0 )
endif
TriggerRegisterPlayerUnitEvent( yourTrig, somePlayer, EVENT_PLAYER_WHATEVER, null )
null
I believe will crash the game for macs. I'm not sure. I really don't know many of them.There are certain functions which disconnect Macs only, I don't remember which they are...
UnitDamagePoint()
.globals
group UDAgroupx = CreateGroup()
endglobals
function UnitDamageArea takes unit u, real x, real y, real radius, real damage, attacktype at, damagetype dt, weapontype wt, boolexpr boo returns nothing
local unit dum
call GroupEnumUnitsInRange(UDAgroupx,x,y,radius,boo)
loop
set dum = FirstOfGroup(UDAgroupx)
exitwhen dum == null
call UnitDamageTarget(u,dum,damage,true,false,at,dt,wt)
call GroupRemoveUnit(UDAgroupx,dum)
endloop
call GroupClear(UDAgroupx)
endfunction
function UnitDamageAreaLoc takes unit u, location l, real radius, real damage, attacktype at, damagetype dt, weapontype wt, boolexpr boo returns nothing
call UnitDamageArea(u,GetLocationX(l),GetLocationY(l),radius,damage,at,dt,wt,boo)
endfunction
Leaks can only cause it in extreme cases, where there are a high amount of leaks and some players have computers with enough RAM to take them, while others don't, resulting in the game crashing, or just lagging too much to continue, for certain players.
Element of Water said:\Blizz as in the Archmage's spell 'Blizzard'?
WOWWARS said:i remeber bilzz used to sever split alot
Everything in wc3 is Blizzard-made, so does that mean a lot of things in wc3 cause server splits?What he means is that there used to be a lot of Blizzard-made things that would cause server splits.
There are certain functions which disconnect Macs only, I don't remember which they are...
A) Don't revive month-old threadsits ethier map/host/patch crap.