Jump to content

Yoga

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by Yoga

  1. .

    I actually want to use the input # CASHPOINTS;

    Example:

    Zeny;

    input #CASHPOINTS;

    if (-zeny > +#Cashpoints); <example ONLY

    Points;

    input #zeny;

    if (#CASHPOINTS > +Zeny); <example ONLY

    Can Someone Help Me?

    Every 10m Zeny got 1k Cashpoint

    Minimal Exchange 10m Up to Limited Cashpoints

  2. Error

    [Error]: Loading NPC file: npc/custom/vendingg.txt

    script error on npc/custom/vendingg.txt line 3

    parse_line: expect command, missing function name or calling undeclared fun

    tion

    1 : {

    2 : OnInit:

    * 3 : 'b'indatcmd("autotrade",strnpcinfo(0)+"::OnAutotrade");

    4 : bindatcmd("at",strnpcinfo(0)+"::OnAutotrade");

    5 : end;

    6 : OnAutotrade:

    7 : atcommand "@option 6";

    8 : atcommand "@autotrade";

  3. // Character Server IP

    // The map server connects to the character server using this IP address.

    // NOTE: This is useful when you are running behind a firewall or are on

    // a machine with multiple interfaces.

    char_ip: 127.0.0.1 < TRY CHANGE TO YOU IP ADRESS

  4. i already change like this

    sprintf(atcmd_output, msg_txt(386), sd->status.name, message);

    // I use 0xFE000000 color for signalizing that this message is

    // main chat message. 0xFE000000 is invalid color, same using

    // 0xFF000000 for simple (not colored) GM messages. [LuzZza]

    intif_broadcast2(atcmd_output, strlen(atcmd_output) + 1, 0xF08080, 0, 0, 0, 0);

    but i have problem..idk how to remove broadcast

    Click to see image

    http://i1327.photobucket.com/albums/u669/lopaktikey2012/ASDASDA.jpg

×
×
  • Create New...