Jump to content

Virtue

Members
  • Posts

    354
  • Joined

  • Days Won

    6

Everything posted by Virtue

  1. Virtue

    Skill DB

    you should probably go to 3ceam forums because this is rAthena. but to fix that i think you should change something at src. skill.c or battle.c experiment but please don't forget to save back ups
  2. How do I fix spider web? what I want to happen is when player is on prof's. spider web he can't use Back Slide or Body Relocation.. and is it possible that Only Lv99 GM's can create Cards and Godly Equipments Using @item? thanks in advance
  3. NPC that grants permission to GMs to have the @item commands. Description : NPC that grants GMs to have @item commands for the whole day. Minimum Level GM required can be adjusted. every item created by the GMs will be logged at the database. for example i set the Minimum GM level to 60(Event GMs) a lv60 GM can talk to the npc to have @item command for the whole day, and every item that he creates will be logged, another way to prevent corruption, I guess.
  4. thanks a lot. int skill_calc_heal(struct block_list *src, struct block_list *target, int skill_id, int skill_lv, bool heal) { int skill, hp; struct map_session_data *sd = map_id2sd(src->id); struct map_session_data *tsd = map_id2sd(target->id); struct status_data *status = status_get_status_data(src); struct status_change* sc = status_get_sc(target); switch( skill_id ) { case BA_APPLEIDUN: hp = 30 + 5 * skill_lv + 5 * (status->vit / 10); // HP recovery if( sd ) hp += 5 * pc_checkskill(sd,BA_MUSICALLESSON); break; case PR_SANCTUARY: hp = (skill_lv>6)?777:skill_lv*100; if (dstmd->class_ == MOBID_EMPERIUM) hp = 1; break; what do you think the error is,? i got error when i recompiled fixed.
  5. where do I edit it in the source? I want to make sanctuary's heal on the emperium to just "1" only? case PR_SANCTUARY: hp = (skill_lv > 6) ? 777 : skill_lv * 100; break; or where? thanks in advance to the people who will answer..
  6. found that too, thanks btw. forgot to post again.
  7. Hi there, i can't seem to find a decent working PVPLadder/Announcer.. if there is any or if i haven't searched enough if your kind enough pls post the link thanks alot.
  8. Thanks. if its no big deal, how do i add 3rd job babies in there?
  9. Hi, i was just looking for it but sadly i can't access the old eathena.ws, i don't know why. anybody got this? thanks
×
×
  • Create New...