tnya dunx..
kok ak skrg ga bs save map sejak warcraftku update k 1.24b y???pasti error pas lg save.trus WE nya k close...
map na ak bkin wktu msih pk 1.22
tnya dunx..
kok ak skrg ga bs save map sejak warcraftku update k 1.24b y???pasti error pas lg save.trus WE nya k close...
map na ak bkin wktu msih pk 1.22
Gw jg begitu, padahal pake WE biasa...
Bisa tolong dibantu?
Terjadi saat generating map script..
Last edited by KingB00ker; 09-10-09 at 23:18.
Setau gw sih itu codingnya ada yg salah...
Cuman gak tau dah..
hmm..klo terjadi saat generating map script bener jg kta l0git3c, codingnya ada yang salah.
apa worldeditornya sendiri yang dodol y, coba aj pake JNGP, waktu itu gw jg pernah coba di laptop ade gw, pake we biasa pas ngesave error, tapi pas dicoba pake JNGP, jalan biasa
Last edited by ranzi; 10-10-09 at 06:02.
Masalah yang muncul sama semua orang yang update, komputer gw juga ga bisa save, tapi di laptop gw bisa![]()
wah ru buka thread lg..
jd mesti buka d laptop??
gx ada solusi buat main d komp byasa??
Gw buat map baru namanya jurrasic park, errornya semacam ini:
//================================================== =========================
//
// Jurassic Park
//
// Warcraft III map script
// Generated by the Warcraft III World Editor
// Date: Sat Oct 24 18:13:46 2009
// Map Author: Unknown
//
//================================================== =========================
//************************************************** *************************
//*
//* Global Variables
//*
//************************************************** *************************
globals
endglobals
function InitGlobals takes nothing returns nothing
endfunction
//************************************************** *************************
//*
//* Unit Creation
//*
//************************************************** *************************
//================================================== =========================
function CreateUnitsForPlayer0 takes nothing returns nothing
local player p = Player(0)
local unit u
local integer unitID
local trigger t
local real life
set u = CreateUnit( p, 'hspt', -65.3, 72.4, 358.088 )
set u = CreateUnit( p, 'hrif', 280.3, 199.4, 56.548 )
endfunction
//================================================== =========================
function CreatePlayerBuildings takes nothing returns nothing
endfunction
//================================================== =========================
function CreatePlayerUnits takes nothing returns nothing
call CreateUnitsForPlayer0( )
endfunction
//================================================== =========================
function CreateAllUnits takes nothing returns nothing
call CreatePlayerBuildings( )
call CreatePlayerUnits( )
endfunction
//************************************************** *************************
//*
//* Players
//*
//************************************************** *************************
function InitCustomPlayerSlots takes nothing returns nothing
// Player 0
call SetPlayerStartLocation( Player(0), 0 )
call SetPlayerColor( Player(0), ConvertPlayerColor(0) )
call SetPlayerRacePreference( Player(0), RACE_PREF_HUMAN )
call SetPlayerRaceSelectable( Player(0), true )
call SetPlayerController( Player(0), MAP_CONTROL_USER )
endfunction
function InitCustomTeams takes nothing returns nothing
// Force: TRIGSTR_006
call SetPlayerTeam( Player(0), 0 )
endfunction
//************************************************** *************************
//*
//* Main Initialization
//*
//************************************************** *************************
//================================================== =========================
function main takes nothing returns nothing
call SetCameraBounds( -15616.0 + GetCameraMargin(CAMERA_MARGIN_LEFT), -15872.0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM), 15616.0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), 15360.0 - GetCameraMargin(CAMERA_MARGIN_TOP), -15616.0 + GetCameraMargin(CAMERA_MARGIN_LEFT), 15360.0 - GetCameraMargin(CAMERA_MARGIN_TOP), 15616.0 - GetCameraMargin(CAMERA_MARGIN_RIGHT), -15872.0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM) )
call SetDayNightModels( "Environment\\DNC\\DNCAshenvale\\DNCAshenvaleTerra in\\DNCAshenvaleTerrain.mdl", "Environment\\DNC\\DNCAshenvale\\DNCAshenvaleUnit\ \DNCAshenvaleUnit.mdl" )
call NewSoundEnvironment( "Default" )
call SetAmbientDaySound( "AshenvaleDay" )
call SetAmbientNightSound( "AshenvaleNight" )
call SetMapMusic( "Music", true, 0 )
call CreateAllUnits( )
call InitBlizzard( )
call InitGlobals( )
endfunction
//************************************************** *************************
//*
//* Map Configuration
//*
//************************************************** *************************
function config takes nothing returns nothing
call SetMapName( "TRIGSTR_001" )
call SetMapDescription( "TRIGSTR_003" )
call SetPlayers( 1 )
call SetTeams( 1 )
call SetGamePlacement( MAP_PLACEMENT_USE_MAP_SETTINGS )
call DefineStartLocation( 0, 3328.0, 12928.0 )
// Player setup
call InitCustomPlayerSlots( )
call SetPlayerSlotAvailable( Player(0), MAP_CONTROL_USER )
call InitGenericPlayerSlots( )
endfunction
Begitu gw check ternyata WE gw masih versi 1.22
Mapnya gw save di WC versi 1.24, dan bahkan saat maen WC pun mapnya ga ada -_-........
Ini bug knp y ?
Gimana cara perbaikinnya y?
Bahkan tiap kali gw buat trigger kosong...
terus gw disable dan enable lagi
Ga bisa, keknya ada return bug error....
Last edited by KingB00ker; 24-10-09 at 18:21.
Coba buat map kosong trus save
Kalau error...
Kyknya Patchnya salah
aku juga pernah gitu
coba patch ulang, atau mungkin ganti worldedit.exe >_>
Last edited by KingB00ker; 24-10-09 at 22:59.
DL ini
http://www.indowebster.com/worldeditexe_v124b.html
trus dicopas ke folder Warcraft III~
Share This Thread