Jump to content
  • 0
Pandaaa

Vending Line @ Prontera

Question

heres the script i use

 

prontera,184,176,4	script	Vending Area	2_VENDING_MACHINE1,{
	OnWhisperGlobal:
	OnInit:

	setcell "prontera",191,177,213,177,cell_novending,1; // Line 1
	setcell "prontera",191,174,213,174,cell_novending,1; // Line 2
	setcell "prontera",191,171,213,171,cell_novending,1; // Line 3
	setcell "prontera",191,173,213,173,cell_novending,1; // Line 4
	setcell "prontera",191,168,213,168,cell_novending,1; // Line 5
	setcell "prontera",191,165,213,165,cell_novending,1; // Line 6

}

prontera	mapflag	novending
prontera	mapflag	nobranch

can anyone help how to bypass the mapflag novending into a specific line of vending? is that possible? i found this script @ rathena forums^

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

how can i enable to use vending at the line prontera 191,174 until prontera 213,174 only?

Share this post


Link to post
Share on other sites
  • 0
setcell "prontera",191,174,213,174,cell_novending,1; // Line 1

 

should do it

 

just remove the ones you don't want

Edited by True Zeal

Share this post


Link to post
Share on other sites
  • 0

 

setcell "prontera",191,174,213,174,cell_novending,1; // Line 1

 

should do it

 

just remove the ones you don't want

this thing only makes the cell unvendable, is there a script the will enable to use vend in a specific cell.. added mapflag to avoid vends in different area in prontera..

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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