Jump to content
  • 0
Thyr

No Chat Pub/ No Vending in certain area of Town

Question

Found this from rathena, tried and doesn't work.

OnInit:
setcell "prontera",X1,Y1,X2,Y2,cell_nochat,0;
setcell "prontera",X1,Y1,X2,Y2,cell_novending,0;
end;

https://rathena.org/board/applications/core/interface/imageproxy/imageproxy.php?img=http://i.imgur.com/TPx5u8y.jpg&key=5bedbe54397e1eec389f0ff78ed98c0e2e0bc00828c4953053eba0acda2fbb32

 

IMAGE^^^

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

In your example you set it to zero (false) but you should set it to one (true), else you just disable the already-disabled flag.

 

Also please make sure your X1, Y1, X2, Y2 are valid coordinates. In the picture you referenced your (X1,Y1) and (X2,Y2) are in the wrong corners; It should be top-left and bottom-right.

See http://herc.ws/board/topic/14707-making-square-as-basilica/?p=82285

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.