Jump to content

Virtue

Members
  • Posts

    354
  • Joined

  • Days Won

    6

Posts posted by Virtue

  1. well i don't know what exactly happened, i just changed my mob_db then this happened. i copypasted some renewal info in my mob db then that happened. damage on players are just fine, its just some mobs. players only do 2 digit damages or 3digits. unless its critical. can somebody help? Thanks

  2. 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 /swt experiment but please don't forget to save back ups

  3. 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

  4. 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.

  5. 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. /heh

×
×
  • Create New...