Jump to content

torjackboi

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by torjackboi


  1. Hi, Im not sure if im on the right place im new in this forum i would like to know if this window can be removed from the cashshop npc when purchasing item

     

    prontera,121,104,3    script    Test    4_F_KAFRA3,{

                openshop("Scroll_Shop");
                end;
    OnInit:
    waitingroom "Kafra Shop!",0;
    end;
    }

    -    trader    Scroll_Shop    1_M_01,{
        OnInit:
        tradertype(NST_CUSTOM);
        sellitem Angel_Scroll,350;
        sellitem Angel_Spirit,350;
        end;

    OnCountFunds:
        setcurrency(#KAFRAPOINTS);
        end;

    OnPayFunds:
        if( #KAFRAPOINTS < @points )
            end;
        #KAFRAPOINTS -= @price-@points;
        purchaseok();
        close;
    }

     

    image.png.7cd1d5707fd5c0f623da719dd98c9273.pngimage.png.fca3dbcba1670292e0542751e6ac6b25.png

     

    Thanks po

     

×
×
  • Create New...

Important Information

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