Jump to content

Petey Pablo

Members
  • Posts

    569
  • Joined

  • Last visited

Posts posted by Petey Pablo

  1. akala ko online ganito gawin mo

    step 1: go to start>settings>network connections>then right click LAN or Local Area Network

    step 2: go to properties

    step 3: then choose Insternet Protocol ( double click )

    step 4: Select Use the following IP Address

    IP Address: 192.168.1.100

    Subnet Mask: 255.255.255.0

    Default Gateway: 192.168.1.1

    DNS Settings

    Preferred DNS Server: 192.168.1.1

    Static IP Settings po yan.

  2. Problem solved!

    src/map/atcommand.c

    /*==========================================
    *
    *------------------------------------------*/
    static int atcommand_pvpon_sub(struct block_list *bl,va_list ap)
    {
    TBL_PC* sd = (TBL_PC*)bl;
    if (sd->pvp_timer == INVALID_TIMER) {
    [color=#ff0000]just add comment here //[/color]sd->pvp_timer = add_timer(gettick() + 200, pc_calc_pvprank_timer, sd->bl.id, 0);
    sd->pvp_rank = 0;
    sd->pvp_lastusers = 0;
    sd->pvp_point = 5;
    sd->pvp_won = 0;
    sd->pvp_lost = 0;
    }
    return 0;
    }

    Topic closed!

×
×
  • Create New...