Jump to content

tr0n

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    10

Community Answers

  1. tr0n's post in not attack mobs was marked as the answer   
    You can check if a cell is walkable or not and then let the npc walk to it or use a new random coordination.
    checkcell("<map name>",<x>,<y>,<type>);  
    source: Checkcell
  2. tr0n's post in Healer when full hp cant heal was marked as the answer   
    map,x,y,r    script    Healer    id,{     if((Hp == MaxHp && BaseLevel < 255) || (Hp == MaxHp && BaseLevel == 255))     {         npctalk "You already have full HP!";         end;     }     else if(BaseLevel < 255 && Hp < MaxHp)     {         percentheal 100, 0;         skilleffect 384,0; sc_start SC_MELTDOWN,360000,5;         skilleffect 383,0; sc_start SC_WINDWALK,360000,5;         skilleffect 378,0; sc_start SC_EDP,360000,5;         skilleffect 465,0; sc_start SC_KAITE,360000,7;         skilleffect 464,0; sc_start SC_KAUPE,360000,3;         skilleffect 463,0; sc_start SC_KAAHI,360000,7;         skilleffect 462,0; sc_start SC_KAIZEL,360000,7;         skilleffect 8,0; sc_start SC_ENDURE,360000,10;         skilleffect 33,0; sc_start SC_ANGELUS,360000,10;         skilleffect 45,0; sc_start SC_CONCENTRATE,360000,10;         skilleffect 74,0; sc_start SC_MAGNIFICAT,360000,5;         skilleffect 75,0; sc_start SC_GLORIA,360000,5;         skilleffect 459,0; sc_start SC_ADRENALINE2,360000,1;         skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5;         skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3;         skilleffect 34,0; sc_start SC_BLESSING,360000,10;         skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;         skilleffect 112,0; sc_start SC_WEAPONPERFECTION,360000,10;         skilleffect 113,0; sc_start SC_OVERTHRUST,360000,5;         skilleffect 114,0; sc_start SC_MAXIMIZEPOWER,360000,5;         skilleffect 357,0; sc_start SC_CONCENTRATION,360000,5;         skilleffect 355,0; sc_start SC_AURABLADE,360000,5;         skilleffect 155,0; sc_start SC_LOUD,360000,1;         skilleffect 157,0; sc_start SC_ENERGYCOAT,360000,1;         sc_start SC_ASPDPOTION2,360000,0;         sc_start SC_STRFood,360000,10;         sc_start SC_AGIFood,360000,10;         sc_start SC_VITFood,360000,10;         sc_start SC_INTFood,360000,10;         sc_start SC_DEXFood,360000,10;         sc_start SC_LUKFood,360000,10;         sc_start SC_HitFood,1200000,30;         sc_start SC_FleeFood,1200000,30;         sc_start SC_BATKFood,1200000,10;         sc_start SC_MATKFood,120000,10;         skilleffect 380,0; sc_start SC_TRUESIGHT,360000,5;         skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,5;         npctalk "Good Luck out there!";     }     else if(BaseLevel == 255 && Hp < MaxHp)     {         percentheal 100, 0;         npctalk "Good Luck out there!";     }     end; } This is with npctalk now.
  3. tr0n's post in Quest Npc was marked as the answer   
    wow the magical and mystical search button showed me something
    tr0ns Questboard:
    http://rathena.org/b...questboard-133/
    Mission Boards:
    http://rathena.org/b...mission-boards/
    Quest Template:
    http://rathena.org/b...quest-template/
    Quest NPC Function:
    http://rathena.org/b...t-npc-function/
    Sry, I couldn't find any "special" script that you want. ^^
  4. tr0n's post in Custom Warper was marked as the answer   
    we have warper here:
    Toasty's: http://rathena.org/b...toastys-warper/
    tr0n's: http://rathena.org/b...0ns-warper-100/
    Toasty's Warper is really good.
×
×
  • Create New...