Jump to content

FFs

Members
  • Posts

    259
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by FFs

  1. Ok, i know that error. You need to create lines at "Systemmessage.java", just put your mouse on the error and put the first option to fix it.
  2. Np pipiou21, test it and tell us :), but what i said.... you will have no problems with the event, i tested it
  3. Explain me that please :/
  4. Invite friends and test the skills, here's a lot of guides about how to modify skills. Just test the skills, the overpower skills set the power down and the skills who must have more power, give more power, and thats easy if you read a guide.
  5. Very useful :) Thanx for share
  6. @BlackDevilDev - Thanx :) @ss42ss - Tell me how its works for u :) @serverl2 - Np, if you are happy, i'm happy @marwan - I need a screen to belive it @Legend™ - Tell me in what file gives you an error
  7. Tested for 3rd time and it works perfect. You can add the code manually and automatic.
  8. Thanx *NeverMore* :)
  9. My work: http://maxcheaters.com/forum/index.php?topic=210882.0 100% by me :)
  10. Capture the Flag - Freya - Last Rev Freatures: - Possibility to turn if ON/OFF into l2jmods.properties - Time interval configurable into l2jmods.properties - Red and blue glow for teams like during a party duel - Commands - Admin Commands This code is based on the one here: http://www.l2jserver.com/forum/viewtopic.php?f=73&t=11576 Credits: Nerimah - L2JServer Download: http://www.mediafire.com/?u5i7hswl57ffsla Tested: 23/06/11 - Tested and Working! Installation: Read: "how_to_install.txt" into the .rar file. Enjoy it! Fix for old revisions - 25/06/11: That code will fix errors on PcStat.java and L2PcInstance.java and add some lines at SystemMessageId.java ### Eclipse Workspace Patch 1.0 #P L2J_Server Index: java/com/l2jserver/gameserver/model/actor/stat/PcStat.java =================================================================== --- java/com/l2jserver/gameserver/model/actor/stat/PcStat.java (revision 4668) +++ java/com/l2jserver/gameserver/model/actor/stat/PcStat.java (working copy) @@ -21,6 +21,7 @@ import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.actor.instance.L2PetInstance; import com.l2jserver.gameserver.model.base.Experience; +import com.l2jserver.gameserver.model.entity.CTF; import com.l2jserver.gameserver.model.entity.RecoBonus; import com.l2jserver.gameserver.model.quest.QuestState; import com.l2jserver.gameserver.network.SystemMessageId; @@ -235,6 +236,13 @@ getActiveChar().sendPacket(SystemMessage.getSystemMessage(SystemMessageId.YOU_INCREASED_YOUR_LEVEL)); L2ClassMasterInstance.showQuestionMark(getActiveChar()); + + if (getActiveChar().isInFunEvent()) + { + if (getActiveChar()._inEventCTF && CTF._maxlvl == getLevel() && !CTF._started) + CTF.removePlayer(getActiveChar()); + getActiveChar().sendMessage("Your event sign up was canceled."); + } } getActiveChar().rewardSkills(); // Give Expertise skill of this level ### Eclipse Workspace Patch 1.0 #P L2J_Server Index: java/com/l2jserver/gameserver/network/SystemMessageId.java =================================================================== --- java/com/l2jserver/gameserver/network/SystemMessageId.java (revision 4668) +++ java/com/l2jserver/gameserver/network/SystemMessageId.java (working copy) @@ -14693,6 +14693,12 @@ public static final SystemMessageId THOMAS_D_TURKEY_DISAPPEARED; /** + * ID: 6506<br> + * Message: You cannot mount a Steed while holding a flag! + */ + public static SystemMessageId YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG = null; + + /** * Array containing all SystemMessageIds<br> * Important: Always initialize with a length of the highest SystemMessageId + 1!!! */ @@ -17116,6 +17122,7 @@ THOMAS_D_TURKEY_APPEARED = new SystemMessageId(6503); THOMAS_D_TURKEY_DEFETED = new SystemMessageId(6504); THOMAS_D_TURKEY_DISAPPEARED = new SystemMessageId(6505); + YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG = new SystemMessageId(6506); buildFastLookupTable(); } ### Eclipse Workspace Patch 1.0 #P L2J_Server Index: java/config/l2jmods.properties =================================================================== --- java/config/l2jmods.properties (revision 4668) +++ java/config/l2jmods.properties (working copy) @@ -221,6 +242,62 @@ # --------------------------------------------------------------------------- +# Setting for Capture The Flag +# --------------------------------------------------------------------------- +#This parameter is to turn on/off the auto CTF at server start . +#If True, it writes into gameserver console: CTFEventEngine: Started. +#If Flase, it writes into gameserver console: CTFEventEngine: Engine is disabled. + +CTFEventEnabled = True + +#This is where you will chose the time where the CTF Event will take place automatically +# Times CTF will occur (24h format) +CTFEventInterval = 7:00,11:00,15:00,19:00,23:00,3:00 + +# CTFEvenTeams = NO|BALANCE|SHUFFLE +# NO means: not even teams. +# BALANCE means: Players can only join team with lowest player count. +# SHUFFLE means: Players can only participate to the event and not direct to a team. Teams will be shuffled on teams teleport. +CTFEvenTeams = SHUFFLE + +# Allow voiced command on CTF Event? +CTFAllowVoiceCommand = False + +# Players that are not participating in CTF can target ctf participants? +CTFAllowInterference = False + +# CTF participants can use potions? +CTFAllowPotions = False + +# CTF participants can summon by item? +CTFAllowSummon = False + +# Remove all effects of CTF participants on event start? +CTFOnStartRemoveAllEffects = True + +# Unsummon pet of CTF participants on event start? +CTFOnStartUnsummonPet = True + +# On revive participants regain full HP/MP/CP? +CTFReviveRecovery = False + +# Announce all team statistics +CTFAnnounceTeamStats = False + +# Announce reward +CTFAnnounceReward = False + +# Players with cursed weapon are allowed to join? +CTFJoinWithCursedWeapon = True + +# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second) +CTFReviveDelay = 20000 + +# Would you like to have a base for the players to have first, then teleport into battle? +# If True, You must set-up in CTF admin panel +CTFTeleportToBaseFirst = True + +# --------------------------------------------------------------------------- # L2J Banking System # --------------------------------------------------------------------------- # Enable/Disable Banking System Fix by: - FFs New Update (28/06/11): - Team color glow fixed - CTF intervals fixed Download: http://www.mediafire.com/?okvxhauyctanbjd
  11. My pack is L2JServer, Freya version, last revision. I created a moob with the skin of Antharas and the same stats, with a custom drop.
  12. When i hit a moob the moob hits me, but when i stop hitting the moob, the moob stop hitting me, so, what i must do? And when i run away the moob, the moob dont follow me. What is my problem?
  13. A program who have MySQL, Apache and a lot of fuctions and is realy easy to use. You must to execute the program and start up your server.
  14. I recommend wampserver 2.0 Use it, its very useful :)
  15. Thanx a lot Matim. Close the topic.
  16. Hi! i'm looking for the java code of the party invite window. You target a character and put in the chat blank "/invite" and to the target, in his window, will appear a small window down, with time and 2 buttons, no, and accept. I'll search on L2Party.java, but if it isnt in there you can past me the code here, in this post. Thanx.
  17. Perfect, thanx a lot :)
  18. Ok, thanx for the information
  19. Tested? And the instance its on java or xml?
  20. Good adaptation :) I'll test it.
  21. Cntrl + F, search the line how i said on the guide, and put the new one. You can do that with all the lines and codes.
  22. That is an example. It says: #Skill duration list=...... You must delete the # to make it work.
  23. Thanx for share men :) Good code :)
×
×
  • 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