Jump to content
  • 0

Using pots on specified cell


celeron0134

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  211
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  194
  • Reputation:   1
  • Joined:  12/13/16
  • Last Seen:  

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,{

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...