Jump to content

Virtue

Members
  • Posts

    354
  • Joined

  • Days Won

    6

Everything posted by Virtue

  1. 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.
  2. 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.
  3. 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..
  4. found that too, thanks btw. forgot to post again.
  5. 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.
  6. Thanks. if its no big deal, how do i add 3rd job babies in there?
  7. 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...