celeron0134 Posted February 3, 2021 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 194 Reputation: 1 Joined: 12/13/16 Last Seen: February 14, 2023 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 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 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 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 194 Reputation: 1 Joined: 12/13/16 Last Seen: February 14, 2023 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...
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??
Link to comment
Share on other sites
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.