celeron0134 Posted February 3, 2021 Posted February 3, 2021 i want to use potions only on a specified cell of a map.. example.. pvp_1-1,50,50 to pvp_1-1,60,60 you can only use pots on these cells any way?? Quote
0 botka4aet Posted February 3, 2021 Posted February 3, 2021 add script Something like this if getmapxy(map,tx,ty) !=0 close; If x0<tx<x1 and y0<ty<y1 - potion effect else getitem id,1; - return used item Quote
0 celeron0134 Posted February 4, 2021 Author Posted February 4, 2021 On 2/3/2021 at 10:41 PM, botka4aet said: add script Something like this if getmapxy(map,tx,ty) !=0 close; If x0<tx<x1 and y0<ty<y1 - potion effect else getitem id,1; - return used item example please.. try with these .. red potion,501,,,,,,,,,,,,,,,,,,,,,,{ calfunc "potion" },{},{} - function potion,{ Quote
Question
celeron0134
i want to use potions only on a specified cell of a map..
example.. pvp_1-1,50,50 to pvp_1-1,60,60 you can only use pots on these cells
any way??
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.