Worst Posted January 20, 2016 Posted January 20, 2016 Well, my server will be full pvp then modified all items to the purchase price 0, however when placing NPC example 607:0 or 607:-1 emulator accuses one warning. How do I solve this? - shop test1 -1,608:0 - shop test2 -1,607:0 prontera,148,144,5 script Test Shop 508,{ switch(select("Test 0","Test -1")){ case 1: callshop "test1",1; end; case 2: callshop "test2",1; end; } OnInit: waitingroom "Test",0; end; } DB item: 607,Yggdrasilberry,Yggdrasil Berry,0,0,,300,,,,,0xFFFFFFFF,63,2,,,,,,{ percentheal 100,100; },{},{} Quote
0 Emistry Posted January 20, 2016 Posted January 20, 2016 you cant sell anything for free, that's not something you call with "SELL". You totally violated the term "SELL". just set a minimum value of 1 or set another NPC that give away the items for free. Quote
Question
Worst
Well, my server will be full pvp then modified all items to the purchase price 0, however when placing NPC example 607:0 or 607:-1 emulator accuses one warning. How do I solve this?
DB item:
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.