Jump to content

Takuyakii

Members
  • Posts

    206
  • Joined

  • Last visited

Community Answers

  1. Takuyakii's post in Request> Turn Off using Bloody branch During WoE Time was marked as the answer   
    if(agitcheck() || agitcheck2()) end;
          monster "this",-1,-1,"--ja--",-1-MOBG_BLOODY_DEAD_BRANCH,1,"";
     
  2. Takuyakii's post in R> Can someone show me or teach me where to edit Flying Side kick Stargladiator or Taekwon Skill was marked as the answer   
    case TK_JUMPKICK: // debuff the following statuses if( dstsd && dstsd->class_ != MAPID_SOUL_LINKER && !tsc->getSCE(SC_PRESERVE) ) { status_change_end(bl, SC_SPIRIT); status_change_end(bl, SC_ADRENALINE2); status_change_end(bl, SC_KAITE); status_change_end(bl, SC_KAAHI); status_change_end(bl, SC_ONEHAND); status_change_end(bl, SC_ASPDPOTION2); // New soul links confirmed to not dispell with this skill // but thats likely a bug since soul links can't stack and // soul cutter skill works on them. So ill add this here for now. [Rytech] status_change_end(bl, SC_SOULGOLEM); status_change_end(bl, SC_SOULSHADOW); status_change_end(bl, SC_SOULFALCON); status_change_end(bl, SC_SOULFAIRY); } break; skill.cpp
    remove this
  3. Takuyakii's post in Reduce Pressure/Gloria Domini SP drain on enemy was marked as the answer   
    skill.cpp
    change 
    case PA_PRESSURE: status_percent_damage(src, bl, 0, 15+5*skill_lv, false);
    to:
     
    case PA_PRESSURE: status_percent_damage(src, bl, 0, 1+5, false);  
  4. Takuyakii's post in OLD themes php to new php was marked as the answer   
    Solved. please close this threads thank you.
  5. Takuyakii's post in Izlude BUG was marked as the answer   
    use WeemapCache and open your map_cache.dat, after that click FILE on weemapcache then select your izlude.gat, then save, after saving put your map_cache.dat to your trunk, then restart your server
     
    PS. DOn't forget to put the izlude file also in your grf.
  6. Takuyakii's post in How do I edit the restrictions of an item? was marked as the answer   
    Edit This File: 
    data/itemmoveinfov5.txt  
×
×
  • Create New...