Jump to content

Nikky

Members
  • Posts

    20
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Your Heart

Recent Profile Visitors

3751 profile views

Nikky's Achievements

Poring

Poring (1/15)

0

Reputation

  1. your izlude Map Is Old, and the NPC is renewal based If you want to keep use that izlude map(old theme) the only way is back up your renewal izlude NPC, and then manualy edit the coordinat of each NPC. Or if you want renewal izlude NPC , just change your map (izlude.gnd, .rsw, .gat) to newest izlude map
  2. Sorry unable to test, something reject me with rathena server, with unknown packet
  3. Guild Master only Call Member on the same Castle as Guild Master? Untested find on: src/map/skill.c clif_skill_nodamage(src,bl,skill_id,skill_lv,1); for (i = 0; i < g->max_member && (!calls || (calls && called < calls)); i++, j++) { if (j > 8) j = 0; if ((dstsd = g->member[i].sd) != NULL && sd != dstsd && !dstsd->state.autotrade && !pc_isdead(dstsd)) { if (map[dstsd->bl.m].flag.nowarp && !map_flag_gvg2(dstsd->bl.m)) continue; if (!pc_job_can_entermap((enum e_job)dstsd->status.class_, src->m, dstsd->group_level)) continue; And change to this clif_skill_nodamage(src,bl,skill_id,skill_lv,1); for (i = 0; i < g->max_member && (!calls || (calls && called < calls)); i++, j++) { if (j > 8) j = 0; if ((dstsd = g->member[i].sd) != NULL && sd != dstsd && !dstsd->state.autotrade && !pc_isdead(dstsd)) { if (map[dstsd->bl.m].flag.nowarp && !map_flag_gvg2(dstsd->bl.m)) continue; if (map[dstsd->bl.m].index != sd->mapindex) // If member outside castle will be skiped continue; if (!pc_job_can_entermap((enum e_job)dstsd->status.class_, src->m, dstsd->group_level)) continue;
  4. you can edit them here src/map/battle.c case RK_DRAGONBREATH: case RK_DRAGONBREATH_WATER: { int damagevalue = (sstatus->hp / 50 + status_get_max_sp(src) / 4) * skill_lv; if(status_get_lv(src) > 100) damagevalue = damagevalue * status_get_lv(src) / 150; if(sd) damagevalue = damagevalue * (100 + 5 * (pc_checkskill(sd,RK_DRAGONTRAINING) - 1)) / 100; ATK_ADD(wd.damage, wd.damage2, damagevalue); #ifdef RENEWAL ATK_ADD(wd.weaponAtk, wd.weaponAtk2, damagevalue); #endif wd.flag |= BF_LONG; } break;
  5. Bonus STR for an Arrow? i think that bonus only work for equipment
  6. i've heard there are some client unable to use adoption system (even after follow the step correctly) im afraid there are no fix, because of newer client is fixed already..so people won't interest to fix previous client IMO
  7. make sure choose the 2010 SLN that is rAthena-10.sln Sry unable to upload the image
  8. He said when select server. First make sure what diff, you using. try use NEMO
  9. WOW amazing idea.. i've looking for something like this for so long
  10. thank you i've looking for them for so long most of the source are dead
  11. i think it related to source, last time i play rathena when we type "@cash 999", your cash point will increase also you will get notification that your cash point already increased.
  12. i think, any graphic related goes to client
  13. have you ever think? how if player who "attached" with animation "dialogs" intrupted or talk with other NPC?
  14. nice idea, how about give an option next and close for each picture?
×
×
  • Create New...