Jump to content

cahadeyelo

Members
  • Posts

    170
  • Joined

  • Last visited

Posts posted by cahadeyelo

  1. Is there anyway to fixed this kind of error about launching the launcher on windows 8 OS. The thing is after we copied this ro and placed it to my laptop [ windows 8 os ] and run it, the launcher seems like didn't run at all. We checked the task manager if it is on the Processes but surprisingly we didn't find it there. Anything that might help this issue will be pretty much appriciated. Thanks in advance....

  2. thanks sir luan122 but here's my script on card remover, where do i need to put the getitembound script?

     

    if ( countitem(1000) < 1  || countitem(715) < 1 ) goto Not_Enough_W;
        if ( Zeny < 350000) goto Not_Enough_W;
        successremovecards (EQI_HEAD_TOP);
        delitem 1000,1; //Star_Crumb
        delitem 715,1; //Yellow_Gemstone
        set zeny,zeny - 350000;
        mes "[ Server ]";
        mes "The process was a success. Here are your cards and your item. Farewell.";
        close;
    
×
×
  • Create New...