Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/13/22 in Posts

  1. welp im trying to add barricade on my koe it seems working just fine no errors on console but its not enough for me after killing the emperium the killed barricades will spawn in 3sec or 5secs with map announcement here is the script - script KoEbarricade 78,{ OnInit: setcell "koe",45,53,45,46,cell_walkable,0; //non walkable monster "koe",45,51,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead1"; monster "koe",45,48,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead1"; setcell "koe",53,54,46,54,cell_walkable,0; //non walkable monster "koe",51,54,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead2"; monster "koe",48,54,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead2"; setcell "koe",54,46,54,53,cell_walkable,0; //non walkable monster "koe",54,48,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead3"; monster "koe",54,51,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead3"; setcell "koe",46,45,53,45,cell_walkable,0; //non walkable monster "koe",48,45,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead4"; monster "koe",51,45,"Barricade",1905,1,strnpcinfo(0)+"::OnBarDead4"; end; OnBarDead1: setcell "koe",45,53,45,46,cell_walkable,1; OnBarDead2: setcell "koe",53,54,46,54,cell_walkable,1; OnBarDead3: setcell "koe",54,46,54,53,cell_walkable,1; OnBarDead4: setcell "koe",46,45,53,45,cell_walkable,1; end; } PS: do i need to merge this script on my KoE script? thanks in advance
    1 point
  2. OnEmpDead: $koegid = getcharid(2); announce "The current King of Emperium Hill is the ["+ strcharinfo(2) +"] guild.", bc_all; donpcevent "::OnRevKoE"; maprespawnguildid "koe", $koegid, 2; killmonster "koe", "KoE::OnEmpDead"; sleep 500; if ( .start ) monster "koe",50,50, "EMPERIUM", 1288, 1, "KoE::OnEmpDead"; sleep 1500; donpcevent "KoEbarricade::OnInit" end; } Try that sir
    1 point
  3. @Tokei made a mapcache editor that superseded weemapcache. If you really need weemapcache I have it. WeeMapCache.exe
    1 point
  4. to fix problem #1 apply this patch. koe.patch
    1 point
×
×
  • Create New...