NexusXVI Posted November 11, 2012 Posted November 11, 2012 (edited) Hi I would like to request a script on Vending. Example. I set up a mapflag on prontera which disables everyone from vending on it. by putting this prontera mapflag novending on trunk\conf\mapflag\novending.txt Now i did research for some script and found this. - script Chat-Vending Zone#1 -1,{ end; OnInit: setcell "prontera",0,0,360,360,cell_novending,1; setcell "prontera",137,268,147,235,cell_novending,0; setcell "prontera",163,267,172,235,cell_novending,0; } the problem is i don't know where to put this. whether im going to try and make an npc for the map to enable some of it cells to be vend-able or if im just going to edit and paste it to somewhere else in the folder. PLease Enlighten Edited November 11, 2012 by NexusXVI Quote
Arcenciel Posted November 12, 2012 Posted November 12, 2012 You make a new .txt file for it and load it to your server or just paste it into some existing file and reload your server. http://rathena.org/wiki/Adding_Script Quote
Question
NexusXVI
Hi I would like to request a script on Vending.
Example.
I set up a mapflag on prontera which disables everyone from vending on it.
by putting this prontera mapflag novending on trunk\conf\mapflag\novending.txt
Now i did research for some script and found this.
- script Chat-Vending Zone#1 -1,{
end;
OnInit:
setcell "prontera",0,0,360,360,cell_novending,1;
setcell "prontera",137,268,147,235,cell_novending,0;
setcell "prontera",163,267,172,235,cell_novending,0;
}
the problem is i don't know where to put this. whether im going to try and make an npc for the map to enable some of it cells to be vend-able or if im just going to edit and paste it to somewhere else in the folder.
PLease Enlighten
Edited by NexusXVI1 answer 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.