Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    73

Posts posted by Euphy

  1. -	script	WOE_BLOCK	-1,{

    OnPCLoginEvent:

    // When a GM logs in during WOE, kick them.

    if ((agitcheck() || agitcheck2()) && getgmlevel())

    atcommand "@kick "+strcharinfo(0);

    end;

    OnAgitStart:

    OnAgitStart2:

    // When WOE starts, kick all GMs.

    addrid(0);

    if (getgmlevel())

    atcommand "@kick "+strcharinfo(0);

    end;

    }

  2. Completed


    El Dicastes update [Joseph] :: r17009

    > Official replacement of our current scripts.

    3-1 and 3-2 job updates [Euphy]

    -- Arch Bishop, Guillotine Cross, Mechanic, Royal Guard (r16990);

    -- Sorcerer, Wanderer (r16991);

    -- Geneticist, Warlock, Sura (r17010);

    -- Minstrel, Shadow Chaser (r17024);

    -- Rune Knight, Ranger (r17028).

    Rewrite all UseSkillToPC commands [Euphy] :: r17049

    > Replace all instances of UseSkillToPC with our command.

    > Most developers have not left a comment for the original command, so we'll need to prune through all the official files (making this a far more time-consuming task).

    Bio Lab 4 Access Quest translation [Euphy] :: r17063

    > Initial implementation.

    Endless Tower update [Euphy] :: r17165

    > Update to match the latest official script.

    Dewata script update [Lemongrass/Euphy] :: r17178

    > Official replacement of our current scripts.

    Malangdo scripts [Euphy]

    > Official scripts.

    -- r17056, r17060, r17158, r17167, r17168, r17172, r17186, r17224, r17234, r17269, r17275, r17279, r17328

    Mora NPCs and quests [Euphy] :: r17325, r17340

    Mora Enchants [Euphy] :: r17342, r17344

    Hazy Forest instance [Euphy] :: r17344

    > Official scripts.

    Hall of Abyss [Euphy] :: r17368

    > Official scripts.

    > We currently need a lot more information on when investments start/end and when dungeons open/close.

    Old Glast Heim Memorial Dungeon translation [Euphy] :: r17426 / 914dbda

    > Initial implementation.

    Port Malaya quests [DeadlySilence/Euphy]

    Port Malaya instances [Euphy]

    > Official scripts.

    -- Finished as of a1adc15.

    • Upvote 2
×
×
  • Create New...