skipjack94 Posted January 30, 2015 Posted January 30, 2015 i can someone help me to script?i want make a npc like every hour the price of apples will change and gm can set up price Apple [Price 2000] on at 3 o'clock changed to Apple [Price 5000] on at 4 o'clock gm can set up the distance between the prices at random Quote
awesomazingxed Posted January 31, 2015 Posted January 31, 2015 I actually like the idea. Gonna follow this! It's better if there's player limit that can buy those apples on sale. FTW! Quote
Stolao Posted February 6, 2015 Posted February 6, 2015 I actually like the idea. Gonna follow this! It's better if there's player limit that can buy those apples on sale. FTW! Ive already done this however I'm not releasing as its an ugly mess of a script, this what you want? prontera,164,175,3 shop Apple-Lady 123,512:-1 prontera,165,174,3 script ShopEditor 123,{ message strcharinfo(0),"Hi~"; if(getgroupid() >= 60) end; message strcharinfo(0),"How much Should Apples cost?"; input(.@i,1,1000000); npcshopitem "Apple-Lady",512,.@i; end; OnMinute01: OnMinute16: OnMinute31: OnMinute46: npcshopitem "Apple-Lady",512,rand(12,25); } Quote
Question
skipjack94
i can someone help me to script?
i want make a npc like
every hour the price of apples will change
and gm can set up price
Apple [Price 2000] on at 3 o'clock
changed to
Apple [Price 5000] on at 4 o'clock
gm can set up the distance between the prices at random
2 answers 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.