lazzytr Posted December 14, 2020 Posted December 14, 2020 (edited) I want to close trade for a zone. Sample <set name="blocked_actions" val="open_private_store;open_private_workshop;" /> /trade _open_trade _open_exchange for a zone. Sample <zone name="[giran_pvp_battle]" type="battle_zone"> <set name="index" val="3"/> <set name="entering_message_no" val="283"/> <set name="leaving_message_no" val="284"/> <polygon> <coords loc="72493 142263 -3850 -3350"/> <coords loc="73493 142264 -3850 -3350"/> <coords loc="73493 143261 -3850 -3350"/> <coords loc="72495 143258 -3850 -3350"/> </polygon> </zone> I'm waiting for your help... Edited December 14, 2020 by lazzytr Quote
0 Nightw0lf Posted December 15, 2020 Posted December 15, 2020 just copy a new zone type and restrict buy/sell/craft if not inside it. Quote
0 lazzytr Posted December 15, 2020 Author Posted December 15, 2020 (edited) Edited December 17, 2020 by lazzytr Quote
0 lazzytr Posted December 17, 2020 Author Posted December 17, 2020 I don't know the code for restriction On 12/15/2020 at 7:55 AM, Nightw0lf said: just copy a new zone type and restrict buy/sell/craft if not inside it. I don't know the code for restriction. I want to prevent TRADE in a certain area. <set name="blocked_actions" val="open_private_store;open_private_workshop" /> For no trade. I can't find which command to write? sample: open_trade ? Quote
0 lazzytr Posted December 18, 2020 Author Posted December 18, 2020 (edited) 22 hours ago, Nightw0lf said: i am talking about java not xml I do not have java knowledge. thank you.. Edited December 18, 2020 by lazzytr Quote
0 Nightw0lf Posted December 19, 2020 Posted December 19, 2020 1 hour ago, lazzytr said: I do not have java knowledge. thank you.. i dont think it is possible without java, try to find some guides on how to compile the server and then try to do it, you need to learn 2-3 basic things first or pay somebody to do it, use a middleman so you wont get scammed too its not easy but worth. Quote
Question
lazzytr
I want to close trade for a zone.
Sample <set name="blocked_actions" val="open_private_store;open_private_workshop;" />
/trade
_open_trade
_open_exchange
for a zone. Sample
<zone name="[giran_pvp_battle]" type="battle_zone">
<set name="index" val="3"/>
<set name="entering_message_no" val="283"/>
<set name="leaving_message_no" val="284"/>
<polygon>
<coords loc="72493 142263 -3850 -3350"/>
<coords loc="73493 142264 -3850 -3350"/>
<coords loc="73493 143261 -3850 -3350"/>
<coords loc="72495 143258 -3850 -3350"/>
</polygon>
</zone>
I'm waiting for your help...
6 answers 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.
Note: Your post will require moderator approval before it will be visible.