Cache Poring

download Cache Poring

of 2

Transcript of Cache Poring

  • 8/2/2019 Cache Poring

    1/2

    //=====eAthenaScript=======================================//=SpawnMob//=====By:==================================================//=Teki//=====CurrentVersion:=====================================//=1.0//=====CompatibleWith:=====================================//=eAthenaVersion10+//=====Description:=========================================//=spawnunmobtoutesles2heures.//============================================================

    - script Poringcache -1,{

    OnClock1700:

    callfunc"MobEventCache";end;

    OnMobMort:

    setarray.@IdItem[0],//IDdesitems(cadeaux)--possibilitd'enrajouter

    21060,969,14520;

    if($activated_commu_hided==1)doevent"ev_c_b_::L_Update_Count";

    Announce"[HidedMonster]:"+strcharinfo(0)+"viensdetrouverlemonstreBravo"+(sex?"lui":"elle")+"!!",bc_blue|bc_all;

    set.@Id,rand(getarraysize(.@IdItem));getitem.@IdItem[.@Id],1;end;

    }

    function script MobEventCache {

    setarray.@MobId[0],//IDdesmobs--possibilitd'enrajouter.1002,//Poring1005,//Familiar1007;//Fabre

    setarray.@NameMob$[0],//correspondauxIDdesmobsdanslemmeordre."Poring","Familiar","Fabre";

    setarray.@Ville$[0],//Nomsdesvilles--possibilitd'enrajouteroumettredesfields.

    "izlude","umbala","prontera","payon","geffen","einbroch","niflheim","jawaii","veins","lighthalzen",

  • 8/2/2019 Cache Poring

    2/2

    "rachel","alberta","louyang","gonryun","aldebaran","morocc","comodo","amatsu","xmas","hugel","yuno","manuk","moscovia","splendide","thalys_o","thalys_s","thalys_o","brasilis","genasia","bilfrost";

    set.@v,rand(getarraysize(.@Ville$));set.@m,rand(getarraysize(.@MobId$));

    monster.@Ville$[.@v],0,0,.@NameMob$[.@m],.@MobId[.@m],1,"Poringcache::OnMobMort";

    if(.@Ville$[.@v]=="thalys_o"||.@Ville$[.@v]=="thalys_s"||.@Ville$[.@v]=="thalys_o")

    Announce"[HidedMonster]:Attention!!!Un"+.@NameMob$[.@m]+"estcachThalys,ilrenfermeunouplusieurscadeaux,trouvezle!!",bc_blue|bc_all;

    elseAnnounce"[HidedMonster]:Attention!!!Un"+.@NameMob$

    [.@m]+"estcach"+.@Ville$[.@v]+",ilrenfermeunouplusieurscadeaux,trouvezle!!",bc_blue|bc_all;

    end;

    }