NexusXVI Posted November 11, 2012 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share 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 Link to comment Share on other sites More sharing options...
Arcenciel Posted November 12, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share 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 Link to comment Share on other sites More sharing options...
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 NexusXVILink to comment
Share on other sites
1 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.