Jump to content
  • 0
Sign in to follow this  
Anubis

not showing item shop

Question

Hello, Good day! anyone know how to fix script? the item does not appear thank you

 

    switch(select("I want to check shop:I'm good thank you..")) {
    case 1:
        callshop "woe_shop",4;
        end;

    // Shop items: <ID>,<point cost>
    setarray .Shop,        
        4001,1,
        4004,1,
        4033,1,
        4196,1,
        4197,25,
        4054,50,
        4174,75,
        4047,100;

    npcshopdelitem "woe_shop",909;
    for(.@i=0; .@i<getarraysize(.Shop); .@i+=2)
        npcshopadditem "woe_shop",.Shop[.@i],.Shop[.@i+1];

    case 2: 
        mes "Thats good to hear!";
        close;
    }
}

-    pointshop    woe_shop    -1,#WOEPOINTS,909:-1

 

shop.png

Edited by Anubis

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

  • 0

pointshop look like this is rathena.

better add tag what your question related to rathena.

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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