Jump to content

phantoml2

Banned
  • Posts

    429
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by phantoml2

  1. How can i make 100% for weapons? i tried many methods but nothing 373 rev.. # % chance of success to enchant a magic weapon EnchantChanceMagicWeapon = 0.4 EnchantChanceMagicWeapon15Plus = 0.2 # % chance of success to enchant a non magic weapon EnchantChanceNonMagicWeapon = 0.7 EnchantChanceNonMagicWeapon15Plus = 0.35 # % chance of success to enchant an armor part (both jewelry or armor) EnchantChanceArmor = 0.66
  2. fixed thank you lock it
  3. Hello When i become noblesse and press to summon cp potions and then change sub class i can reuse the summon cp pots again there is no cooldown how can i fix it
  4. Trusted member and awesome work good luck buddy
  5. [gr] pantws epsaksa na vrw ton tropo pou les alla h paysafe den exei pia xrewstikes gia thn ellada nomizw an epsaksa kala
  6. ευχαριστω φιλε μου θα το δοκιμασω
  7. paysafecard you mean like mastercard/visa and etc?
  8. Hello guys can some1 help me with this problem i am from greece i have money in paysafe but i dont know a way to transfer them in my paypal :S thanks for reading
  9. nop buddy it's not how to add my zone in xml zones etc i know how to it but i have to add it in java so after primeval zone change to other zone i must add the other zone in java but i dont know how
  10. Hello i have this code i want to add one more zone but i have no idea how there exist already one i want add one more it's random pvp zone (Primeval Island) if someone can give me example i would appreciate it public final int[][] ZONES = { // Primeval Isle Wharf { 10468, -24569, -3650 }, // Primeval Isle Wharf { 10468, -24569, -3650 } }; public ZoneRandom() { _log.info("ZoneRandom: Loading zones..."); ThreadPool.scheduleAtFixedRate(this, 0, REFRESH * 1000 * 60);
  11. Hello i want when a player restart or login in server/game the weapon unequip how can i do it? ise acis
  12. http://www.maxcheaters.com/topic/191925-hero-coin-code-acis/ from here you post the code
  13. Hello i just added this code is for hero status with hero item it makes you hero until your char restart how can i do it hero for 24 hours? /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package net.sf.l2j.gameserver.handler.itemhandlers; import net.sf.l2j.gameserver.handler.IItemHandler; import net.sf.l2j.gameserver.model.actor.L2Playable; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.item.instance.ItemInstance; import net.sf.l2j.gameserver.network.serverpackets.SocialAction; /** * @author SweeTs */ public class HeroItem implements IItemHandler { @Override public void useItem(L2Playable playable, ItemInstance item, boolean forceUse) { if (!(playable instanceof L2PcInstance)) return; L2PcInstance activeChar = (L2PcInstance) playable; if (activeChar.isHero()) { activeChar.sendMessage("You Are Already Hero!."); return; } activeChar.broadcastPacket(new SocialAction(activeChar, 16)); activeChar.setHero(true); activeChar.sendMessage("You Are Now a Hero,You Are Granted With Hero Status , And Hero Skills."); ((L2PcInstance)playable).setHero(true); activeChar.broadcastUserInfo(); playable.destroyItem("Consume", item.getObjectId(), 1, null, false); } }
  14. when you press frenzy after guts frenzy icon is on your head not guts
  15. it has closed btw found it's non interlude zone i mean i have to put patch files to see this zone i found thanks if anyone need this don't be shy pm me or search whatever ty guys
  16. a i think yes i saw maybe it's like kamael village in IL i will need patch for this right?
  17. Hello guys after 1:50 minutes of his video https://www.youtube.com/watch?v=UpOPmFHtJ6Y i search for hour this location but i can't does anyone know how to go there or where is this zone
  18. hello when i use l2jacis i created an npc walker nameed :i info npc but when he speaks like welcome blabla his name in chat is none seconds thing i tried is to edit an existed walker npc "Kreed" i rename him info from xml npcs but when he speaks like welcome blabla his name is Kreed how can i fix it?
  19. i'm waiting for the grand opening nice features
  20. Hello i am looking for clan in l2narcos.eu the new interlude server is going to open 12/4/17 if there is some1 please send me message
  21. i have nn i have no idea how they work :S
×
×
  • 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