Jump to content
  • 0

[HELP]Hero Skills Subclass But With Flase True On Configs...


Question

Posted

Hi...I Can Make Easy Hero Skills On Subclass...With Only Delete Something...But..If I want To Make It With Flash True. ? So I Can Change When I Want...

I Search I The Forum But Nothing...Anyone Can Help Me I Would Appreciate That...

4 answers to this question

Recommended Posts

  • 0
Posted
Index: E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java	(.../E:/L2j Development/workspace/Archid-Game/src)	(revision 28)
+++ E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java	(.../http://svn.xp-dev.com/svn/g1svn/trunk/G1-GameServer/src)	(working copy)
@@ -8325,7 +8325,7 @@

	public void setHero(boolean hero)
	{
-		if (hero && _baseClass == _activeClass)
+		if (hero && _baseClass == _activeClass || Config.HERO_SKILL_ON_SUBLCASS)
		{
			for (L2Skill s : HeroSkillTable.GetHeroSkills())
				addSkill(s, false); //Dont Save Hero skills to database
@@ -8335,6 +8335,7 @@
			for (L2Skill s : HeroSkillTable.GetHeroSkills())
				super.removeSkill(s); //Just Remove skills from nonHero characters
		}
+		
		_hero = hero;

		sendSkillList();
Index: E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/Config.java
===================================================================
--- E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/Config.java	(.../E:/L2j Development/workspace/Archid-Game/src)	(revision 28)
+++ E:/L2j Development/workspace/Archid-Game/src/com/l2jarchid/Config.java	(.../http://svn.xp-dev.com/svn/g1svn/trunk/G1-GameServer/src)	(working copy)
@@ -651,7 +651,8 @@
    public static int MINIMUN_UPDATE_TIME;
    public static boolean CHECK_KNOWN;
    public static int KNOWNLIST_FORGET_DELAY;
-
+    public static boolean HERO_SKILL_ON_SUBLCASS;
+    
    // ===============================================================================================
    private static void loadOptionsConfig()
    {
@@ -659,6 +660,7 @@
    	try
		{
            L2Properties optionsSettings = new L2Properties(OPTIONS_FILE);
+            HERO_SKILL_ON_SUBLCASS          = Boolean.parseBoolean(optionsSettings.getProperty("HeroSkillsOnSub", "false"));
            EVERYBODY_HAS_ADMIN_RIGHTS      = Boolean.parseBoolean(optionsSettings.getProperty("EverybodyHasAdminRights", "false"));
            DEBUG                           = Boolean.parseBoolean(optionsSettings.getProperty("Debug", "false"));
            ASSERT                          = Boolean.parseBoolean(optionsSettings.getProperty("Assert", "false"));
Index: E:/L2j Development/workspace/Archid-Game/config/options.properties
===================================================================
--- E:/L2j Development/workspace/Archid-Game/config/options.properties	(.../E:/L2j Development/workspace/Archid-Game/config/options.properties)	(revision 28)
+++ E:/L2j Development/workspace/Archid-Game/config/options.properties	(.../http://svn.xp-dev.com/svn/g1svn/trunk/G1-GameServer/config/options.properties)	(working copy)
@@ -257,6 +257,10 @@
# Misc Settings
# ------------------------------------------------------------

+# Yep it dose what u think it dose...
+# Default false
+HeroSkillsOnSub = false
+
# Default: True
AllowLottery = True

Guest
This topic is now closed to further replies.


  • Posts

    • Wtb full account or items on l2 warland 
    • https://discord.gg/k53SZ4DM5z   Interlude Client L2Old Pride is a L2 Pride Interlude Based All functional skills (Not archer/mage server)   L2Old Pride Helper (Works like Woundrous Cubic) https://imgur.com/iYqmHQY Farm Zones: Cave of Trials and Elven Ruins (Chaotic) Olympiads: Every 15 days Various Cosmetic Items https://imgur.com/uoeU6Jw https://imgur.com/oCS2Zed PvP Zone: Gludin Village (No-Parties, Disguised) More than 100 new Skills https://imgur.com/6RaPsQV Max Level: 90 https://imgur.com/z4QVJKZ Gaining Xp by PVP https://imgur.com/LRqI31T Purchasable S-grade items +10 or +20 with random chance to enchant +5 Purchasable Custom Items Depends on Tier Mysterious Merchants https://imgur.com/2ZwWyPH Auto Enchant Via PvPing (with low chance) Custom Raid Bosses Siege Every Weekend (Aden, Rune, Giran) Autofarm / Drop Tracker https://imgur.com/Vz3rha6   RATES: • Start Level 80 • Max level 90  • EXP: 5000x • SP: 5000x • ADENA 6000x   ENCHANT: • Maximum enchant S Grade Items: +35. • Maximum enchant Unique/Epic Items: +25. • Maximum enchant Legendary Items: +18. • Maximum enchant Relic Items: +14. •Descriptions for rate at scrolls!   EVENTS: • TEAMS vs TEAMS • CAPTURE THE FLAG • DOMINATION • DEATH MATCH • DICE OF DEATH • CHAOTIC ZONE   OTHERS: Assistance system in pvps. Where support classes are enabled to receive pvp with a low chance, for supporting a party member during pvp. •  /sit to regen HP/MP/CP • Custom Shots Glows https://imgur.com/FLK0DmR • Achievements System • Daily Tasks System • Monthly Tasks System   CUSTOM ARMORS SETS Dread Armor/Titanium Armor Pride Armor Rykros Armor https://imgur.com/SPxoQp1   CUSTOM WEAPONS SETS Unique Weapons Pride Weapons Legendary Weapons Relic Weapons https://imgur.com/kOHNXhS   CUSTOM ACCESSORIES Standard Superior Legendary https://imgur.com/zPqNiiX   CUSTOM JEWELS/TATTOO Legendary Nightmarish https://imgur.com/gcqS28P There are many more features that you will only understand by playing and following. Beta testing server is currently open. Follow us on our discord and join our server to test it.
    • You shouldn't use rev 382, not sure why everyone keep using that.   I don't make changesets for fun, I don't make new revisions for nothing.   Follow the revisions.
    • Your issue isn't related to geoengine at all (as always), rev 410 got improved water movement management.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock