What are you talking about?
Info from cheat engine site: Cheat Engine is a tool designed to help you with modifying single player games without internet connection
If you're not seeing good results with your current setup, you might want to explore proxies that are specifically optimized for gaming traffic. You could also consider getting a dedicated server in a region that offers low-latency routing options, such as closer to major internet exchange points.
Int max profiles 8.. u need when start recording a button for the player to make the start of store there and when stop recording will be on the desired profile..send the full ai
Hello!
I would like guidance on how to fix the 'Buff Recording' function in AdvExt Gracia Final.
The 'Start recording' and 'Stop recording' functions are operational, but the 'Buff profile' is unusable:
value="Buff Profile" action="bypass -h menu_select?ask=-101&reply=0"
This system is designed for a single profile, but I discovered additional options in the AI that I'm unsure how to access:
Any guidance will be appreciated!
Question
AbSoLuTeP0WeR
+AltFlagedPlayerCanUseHeal = True
+
Index: java/net/sf/l2j/Config.java
===================================================================
--- java/net/sf/l2j/Config.java (revision 2444)
+++ java/net/sf/l2j/Config.java (working copy)
@@ -154,6 +154,8 @@
public static boolean ALT_GAME_KARMA_PLAYER_CAN_SHOP;
public static boolean ALT_GAME_KARMA_PLAYER_CAN_TELEPORT;
public static boolean ALT_GAME_KARMA_PLAYER_CAN_USE_GK;
+ public static boolean ALT_GAME_FLAGED_PLAYER_CAN_USE_Heal;
public static boolean ALT_GAME_KARMA_PLAYER_CAN_TRADE;
public static boolean ALT_GAME_KARMA_PLAYER_CAN_USE_WAREHOUSE;
public static boolean IS_CRAFTING_ENABLED;
@@ -1186,6 +1188,8 @@
ALT_GAME_KARMA_PLAYER_CAN_BE_KILLED_IN_PEACEZONE = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanBeKilledInPeaceZone", "false"));
ALT_GAME_KARMA_PLAYER_CAN_SHOP = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanShop", "true"));
ALT_GAME_KARMA_PLAYER_CAN_TELEPORT = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanTeleport", "true"));
+ ALT_GAME_FLAGED_PLAYER_CAN_USE_Heal = Boolean.parseBoolean(Character.getProperty("AltFlagedPlayerCanUseHeal", "false"));
ALT_GAME_KARMA_PLAYER_CAN_USE_Heal = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanUseHeal", "false"));
ALT_GAME_KARMA_PLAYER_CAN_TRADE = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanTrade", "true"));
ALT_GAME_KARMA_PLAYER_CAN_USE_WAREHOUSE = Boolean.parseBoolean(Character.getProperty("AltKarmaPlayerCanUseWareHouse", "true"));
@@ -2092,6 +2096,8 @@
else if (pName.equalsIgnoreCase("AltKarmaPlayerCanShop")) ALT_GAME_KARMA_PLAYER_CAN_SHOP = Boolean.parseBoolean(pValue);
else if (pName.equalsIgnoreCase("AltKarmaPlayerCanUseHeal")) ALT_GAME_KARMA_PLAYER_CAN_USE_Heal = Boolean.parseBoolean(pValue);
else if (pName.equalsIgnoreCase("AltKarmaPlayerCanTeleport")) ALT_GAME_KARMA_PLAYER_CAN_TELEPORT = Boolean.parseBoolean(pValue);
+ else if (pName.equalsIgnoreCase("AltFlagedPlayerCanUseHeal")) ALT_GAME_FLAGED_PLAYER_CAN_USE_Heal = Boolean.parseBoolean(pValue);
else if (pName.equalsIgnoreCase("AltKarmaPlayerCanTrade")) ALT_GAME_KARMA_PLAYER_CAN_TRADE = Boolean.parseBoolean(pValue);
else if (pName.equalsIgnoreCase("AltKarmaPlayerCanUseWareHouse")) ALT_GAME_KARMA_PLAYER_CAN_USE_WAREHOUSE = Boolean.parseBoolean(pValue);
else if (pName.equalsIgnoreCase("AltRequireCastleForDawn")) ALT_GAME_REQUIRE_CASTLE_DAWN = Boolean.parseBoolean(pValue);
Index: java/net/sf/l2j/gameserver/model/actor/instance/L2TeleporterInstance.java
===================================================================
--- java/net/sf/l2j/gameserver/model/actor/instance/L2TeleporterInstance.java (revision 2444)
+++ java/net/sf/l2j/gameserver/model/actor/instance/L2TeleporterInstance.java (working copy)
@@ -227,6 +227,11 @@
player.sendPacket(new SystemMessage(SystemMessageId.NO_PORT_THAT_IS_IN_SIGE));
return;
}
+ else if (!Config.ALT_GAME_FLAGED_PLAYER_CAN_USE_Heal && player.getPvpFlag() > 0)
+ {
+ player.sendMessage("Healing in PvP ??? ts ts ts !! Bad Boy!!");
+ return;
+ }
else if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_GK && player.getKarma() > 0) //karma
{
player.sendMessage("Go away, you're not welcome here.");
guys to code to ekana twra... einai ok?
4 answers to this question
Recommended Posts