Jump to content

hikashin-rae

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by hikashin-rae

  1. 8 hours ago, chadness said:

    warp "guild_vs1", ( .slot1 == .@gid ) ? 7 : 92, 50;

    You need to check this.

     

    8 hours ago, chadness said:

    if ( .@GID == .slot1 || .@GID == .slot2 ) {             dispbottom "You will be warped back to the battle area in few secs.";             sleep2 4000; // return to battle in 5 sec             warp "guild_vs1", (.@GID == .slot1) ? 7:(.@GID == .slot2) ? 92:50, 50;             sleep2 1000; // heal in 1 sec             percentheal 100,100;         }

    Then this please do warp coordinations.

  2. Just remove this line
     

    if (#pg_delay > (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3))) && (#pg_mode == 0) {
    		mes @npc$;
    		mes "I'm afraid you have used all your prize's for this day";
    		mes "Call in "+ (#pg_delay - (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3)) )+" hours later.";
    		close;
    }

     

  3. 34 minutes ago, Azhul said:

    character skill. when player cast skill on emperium.

    You mean you cant heal your normal emperium?

    Try to locate in skill.c
    there is an immunity on healing on this.

    MOBID_EMPERIUM

     

  4. 3 hours ago, Azhul said:

    How to enable KOE EMP healing? i tried using your KOE on my rAthena server everything works fine except on EMP won't heal with skills like sanc and other healing skill. but i tried to heal the WOE emp it works fine. any idea what's the problem?

    What do you mean? do you mean BL_PC? skill or npc skill?

×
×
  • Create New...