Jump to content
  • 0

Help item cash shop


williamII

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   13
  • Joined:  11/21/11
  • Last Seen:  

good I have a problem with my cash shop because when I want to buy the console displays an error

I leave the function item and hope you can help me.

 

 

// -------- [item]
30000,Cash_Shop_Buttom,Cash Shop,2,,,,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 30000,1; callfunc "Cashitemshop";},{},{}
 
// ------- [Script]
function    script    Cashitemshop    {
mes "Please chose a shop";
    mes "in the nex windows.";
    menu"^000FFFNew^000000",LCSH_NEW,"^FF0000Hot^000000",LCSH_HOT;
 

LCSH_NEW:
    close2;
    callshop "CasshopNew#shop1",1;
    end;
 

LCSH_HOT:
    close2;
    callshop "Headgear1#Upper",1;
    end;
}
 
 
// ------ Shop 
-    cashshop    CasshopNew#shop1    -1,12909:100,13602:295
-    cashshop    Headgear1#Upper    -1,5105:200

 

umm this error happens to me with cash shop stores also normal



u.u

post-465-0-71094200-1373154910_thumb.png

Edited by williamII
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

You should make a topic in the bugtracker, it's working in my old version (17324) but not with the new revision

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   13
  • Joined:  11/21/11
  • Last Seen:  

ohh thx for reply

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...