Jump to content

L2J NexuS

Members
  • Posts

    315
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by L2J NexuS

  1. player.isInsideRadius(npc, 3500, false, false); will this work?
  2. So if i am a bishop i won't get a reward? Edit : If you want to do it with a script. ( some validate that this works cause i am still a noob ) /* * 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 custom.CustomMobRewardOnKill; import net.sf.l2j.gameserver.model.actor.L2Npc; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.quest.Quest; public class CustomMobRewardOnKill extends Quest { private CustomMobRewardOnKill(final int questId, final String name, final String descr) { super(-1, "custom", ""); addKillId(18342); // NPC ID } @Override public String onKill(L2Npc npc, L2PcInstance player, boolean isPet) { for(L2PcInstance activeChar : npc.getKnownList().getKnownPlayersInRadius(3500)) { activeChar.getInventory().addItem("reward", 57, 5, player, null); // Replace "57" with your ITEM ID and "5" with Quantiny of the item. } return null; } public static void main(String args[]) { new CustomMobRewardOnKill(-1, "custom", ""); } } ( Just in case you missed it , i didn't do the damage thing cause i don't know how and it is UNFAIR AF )
  3. You just replace "baiumId" with your desired NPC ID. Also do not do it on L2GrandBossInstance. Actually this might need a new script ?
  4. So it's impossible to do it. ( i mean even if someone has to code it through )
  5. @Tony360 can you link it here? I am using phone now and I can't search properly.
  6. Hello, i want someone to do some interface modifications for me. Client : Gracia Final Inventory -> GOD style inventory, ( Big with a button to make it small vice versa ) Screen Damage ( if possible ) 4th bar. ( or more) Exp bar down side ( big one as every "modern" interface ) MAYBE a CB modification ( layout , not scripts ) If you can't do everything and you can do only 1 thing, pm me. ( i am not looking only for all in one guy ) PM me here to talk about the interface and the price.
  7. @Pulentolento still not working.
  8. This is probably a private work so the only way is ripping it.
  9. Okie dokie. Thanks anyway.
  10. Can i send you a PM to talk more about this? I hope i am not a pain in the ass.
  11. I asked a question on some other thread about registering your server as a company. So my question is how L2Tales, L2Eola etc. are registering their servers as a company since the files are illegal .
  12. @Tryskell Do you mean this story ? Sorry for quoting you in a dead thread.
  13. I will try it but i don't think it will work ( if i didn't try this already ). Also i don't even think this is a HTML tag.
  14. I know its a dead thread but how did they register as a company? I never looked into it but isn't illegal to use files of NcSoft? Is there a way to acquire licence?
  15. You can set a texture ( image ) as a background at your HTM but that only work on NPC window. With this command. <html imgsrc="TEXTURE"> But this ( or any other way that exists on this forum ) won't work for the CB htm. So i wanted to ask, first of all if this is a client issue or java ( i doubt ? ) and also i wanted to ask if it's possible to "make" a way to add background texture at CB. Client : Gracia Final Thank you in advance.
  16. What if you move the npc? You will have to edit the texture again. ( ++ If you hover the icon with your mouse it won't display anything. )
  17. I think everything is handled from the reason on why the actual icon is there. What i mean is that if you open your minimap and you try to find a raidboss ( it will have a red flag on the spawn ). That was handled in the raiddata-e.dat I don't know if this help but that's the only thing i know.
  18. Change it through the NpcName-e.dat. If you don't have it there because you use ServerSide name and title for it, you just copy from another npc and add it in there. ( i mean in npcname-e.dat ) Use L2Lige ( best tool for this kind of job )
  19. I guess it can be done in java. It should take item IDs from a list with all the items that are able to level up, then display the ones that are inside your inventory. After that it is obvious how it should work.
  20. Did you find how to disable fog?
  21. Do you mean what triggers the splash screen or where the splash screen is stored?
  22. @Rootware I have already changed ton of things in my sysstring-e.dat so i am 100% sure its not in there. My guess was that it was hardcorded too but i thought it was inside interface.xdat file, so i searched for about an hour ( everysingle tab ) and couldn't find anything. But i am not into scripts to find it inside interface.u If you can help me decompile it and give me a hit i would appreciate it.
  23. Thank you, I will check it and let you know.
×
×
  • 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