Jump to content
  • 0

[help] How enable/disable summon/scroll in some location?


Question

3 answers to this question

Recommended Posts

  • 0
Posted

First of all you need to create a custom zone for the location(s) that you want to use, then you go to ItemSkills.java or UseItem.java and SummonFriend.java and add

if(character.isInsideZone(L2Character.Custom_Zone)

{

return false;

}

finally you need to create the zone with its nodes inside game/data/zones

Guest
This topic is now closed to further replies.


×
×
  • Create New...