celeron0134 Posted February 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 botka4aet Posted February 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 celeron0134 Posted February 4, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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??
Link to comment
Share on other sites