Jump to content

Tome130

Members
  • Content Count

    4
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Tome130 got a reaction from astralprojection in Trying to remove the tip of the day popup   
    conf/map/battle/client.conf
    last line
    show_tip_window: false
  2. Upvote
    Tome130 reacted to AnnieRuru in @costumeitem adds stats   
    the topic already said
    http://herc.ws/board/topic/4383-costume-item-plugins/
    This Plugins will convert your items to costume(item stats/combos/bonuses will also copied)
    so to disable item bonus, have to revised the status_calc_pc_ I think
    src/map/status.c | 3 +++ 1 file changed, 3 insertions(+)diff --git a/src/map/status.c b/src/map/status.cindex 699e734..7223a04 100644--- a/src/map/status.c+++ b/src/map/status.c@@ -2317,6 +2317,9 @@ int status_calc_pc_(struct map_session_data* sd, enum e_status_calc_opt opt) { continue; if(!sd->inventory_data[index]) continue;+ if ( i >= EQI_COSTUME_TOP || i <= EQI_SHADOW_ACC_L )+ if ( MakeDWord(sd->status.inventory[index].card[2],sd->status.inventory[index].card[3]) == 999998 )+ continue; for(k = 0; k < map->list[sd->bl.m].zone->disabled_items_count; k++) { if( map->list[sd->bl.m].zone->disabled_items[k] == sd->inventory_data[index]->nameid ) {
  3. Upvote
    Tome130 reacted to mralchemia in Custom NPC Sprite for Card Remover   
    View File Custom NPC Sprite for Card Remover
    Here is 1 of some sprite that lately I make to my server.

    Credits:
    Idea:
    AvonRO.
    Image:
    Gravity Interactive (Box & Smoke) w0wzukubg (Cards Image) (I don't know who own the Guy image since I can't find it or the source no longer available)
      It's just my experiments about sprite editing to improve my experience about it.
    Do remain any credits of respective author if you know.
    Submitter mralchemia Submitted 11/08/18 Category Sprites & Palettes  
  4. Upvote
    Tome130 reacted to Strow in [Guide] Adding New Status Icons   
    I cannot replicate the examples in the current emulator.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.