Vending Line @ Prontera

Pandaaa

New member
Messages
170
Points
0
Location
Wonderland
Github
donthedonn
Emulator
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^

 
Bypass novending on specific line? Just remove that line from the script?

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

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

should do it

just remove the ones you don't want

 
Last edited by a moderator:
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..

 
Back
Top