Jump to content

Petey Pablo

Members
  • Posts

    569
  • Joined

  • Last visited

Posts posted by Petey Pablo

  1. how to modify this to cashpoint to TCG? Thanks

    <header>{
    set .@i, countitem(7227);
    mes "[TCG Exchanger]";
    mes "You have ^0055FF"+.@i+" TCG^000000.";
    if (!.@i) { mes "Please come back later."; close; }
    mes "I can trade ^FF00001 TCG^000000 for ^FF00005 Cash Points^000000.";
    next;
    if(select(" - Trade: - ^777777Leave^000000")==2) close;
    mes "[TCG Exchanger]";
    mes "How many would you like to exchange?";
    next;
    input .@j;
    mes "[TCG Exchanger]";
    if (.@j < 1 || .@j > countitem(7227)) { mes "That's an invalid amount."; close; }
    mes "Are you sure you want to exchange ^0055FF"+.@j+" TCG^000000?";
    if(select(" - Yes: - No")==2) close;
    mes " ";
    delitem 7227, .@j;
    set #CASHPOINTS, #CASHPOINTS+(.@j*5);
    mes "You now have "+#CASHPOINTS+" Cash Points.";
    close;
    }

  2. need help to this sprite error. anyone can provide this file? Thanks

    ResourceError : Can't find file Àΰ£Á·\¸ùÅ©\¸ùÅ©_³²_°Ë.act

    ResourceError : Can't find file Àΰ£Á·\¸ùÅ©\¸ùÅ©_³²_°Ë_°Ë±¤.act

×
×
  • Create New...