Jump to content

Protein

Members
  • Posts

    127
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Protein

  1. Yes I want both... Cast on npc and effect to player.
  2. Hi mxc and sorry for my secound question to the Buffer effect. I had open already a Topic about this, Baggos help me but I not looked well... I get effect but only on the npc. Is it possible to get effect also on player which is buffing? Here is my old Topic: http://www.maxcheaters.com/topic/213046-acis-buffer/?do=findComment&comment=2623442 Hope you can help me. Thanks!
  3. Code found. Thanks to melron! Lock the Topic.
  4. First thanks for your comments! I need beauty NPCs for Global gk, Shop, Buffer, etc. First I think to add custom npcs from shared client mods site, but that is again files and looks to much custom for a mid rate server... So I want add now retail interlude npcs but I still need your help to find some beauty! ;)
  5. Hi guys! I want creat a server with no custom things, so now lets talk together which NPCs are the most beauty in the world of lineage 2 interlude? Look forward to your opinion! Thanks, Protein
  6. thanks work now perfectly ( but only with changed Bypass ) ​PS: I think to share the Buffer when is finished. :) Topic can locked.
  7. first, thanks for answer and help! I added this Code, effect working but I see your Code is now Buff Max Level so; my html before: "bypass -h npc_%objectId%_getbuff 1078 6 data/html/buffer/9001.htm" (he buff but html open with number 6 inside) I try to Change the Bypass to: "bypass -h npc_%objectId%_getbuff 1078" (get Buff and open same html but I cant buff any other buffs then) -> must click for each buff to NPC.... can you help me please? thanks, Protein
  8. Hi guys. I add this buffer http://www.maxcheaters.com/topic/192244-simplest-buffer-acis/ so work all but I would to have a effect when I get Buffs.... I mean when I click on Wind Walk for example -> Get Buff + Skill Effect. anyone know and can help me what Code I have to add ? thanks, Protein
  9. Hi maxcheaters! I remember from my old server (based on Frozen) was a option to use a FAKE player npc. So my question, is there a way to import this function on acis project (350rev)? If someone can help me, please contact me. Thanks!!
  10. To much... Anyway gl with your sale.
  11. Price for this community board?
  12. Best donate npc around the maxcheaters. Trusted + Helpful! Keep up your work.
  13. Only at topzone??
  14. Fail again? Unfortunately it has not worked with this server, because you do not respond to your player suggestions. Bring out your Interlude server again, and change just some features!
  15. I edit now net.sf.l2j.gameserver.model.zone.type; L2TownZone @Override protected void onEnter(L2Character character) { if (character instanceof L2PcInstance) { // PVP possible during siege, now for siege participants only // Could also check if this town is in siege, or if any siege is going on if (((L2PcInstance) character).getSiegeState() != 0 && Config.ZONE_TOWN == 1) return; } if (_isPeaceZone && Config.ZONE_TOWN != 2) character.setInsideZone(ZoneId.PEACE, true); character.setInsideZone(ZoneId.TOWN, true); character.setInsideZone(ZoneId.NO_STORE, true); <--(ADDed) } @Override protected void onExit(L2Character character) { if (_isPeaceZone) character.setInsideZone(ZoneId.PEACE, false); character.setInsideZone(ZoneId.TOWN, false); character.setInsideZone(ZoneId.NO_STORE, false); <--(ADDed) } All Townzones now " no store " ->Giran Harbor "store Zone" thanks for tips and try to help me! :) -> Topic can Lock!
  16. Error is fixed. -Had nothing with Merchant code to do. -Reason was a other thing, Script get error at Core.... later I remeber that I change something on Core, becouse I set Core, Zaken and Scarlet van Halisha as L2RaidBoss becouse they have some problems in ai from aCis Project. I set back all thinks now and error is gone... Thanks all for help!! Topic can be Lock.
  17. I tryed to use basic scripts.xml but still same error, as I told, also completly fresh pack same error... What can be the mistake? Is not clue for me :( Maybe reinstall java?
  18. Yes is there gameserver/data/xml I think something with my java is now broken. Becouse when I start fresh compiled pack, same error... Dont know why -.-
  19. hi guys, I have try add this Merchant and later I see that is for Frozen... I removed all again but still error on Script Manager :( I use aCis Project. this Code: http://www.maxcheaters.com/topic/206672-interlude-custom-merchant-item-market/ this error on Gamerserver console: ScriptManager: Error loading "scripts.xml" file, java.lang.NullPointerException Please help me to fix this error, thanks!
  20. hey, I have try to add the Merchant but after I got error I see that is for l2jfrozen pack... I remove all again, but still; get ScriptManager: Error loading "scripts.xml" file, java.lang.NullPointerException someone can help me please???
  21. Hi maxcheaters, I need your help...looking for a shop zone to buy, sell only there. I mean players are only be able to sell, buy and ofc rec sell in giran harbor. I hope you can help. Thanks!
  22. no difference, I test with gm char.
  23. you dont Need add this anywhere... just add the Code and the Images in gameserver\data\html\mods and you are done! I tested and work fine! thanks for share :=)
  24. your fix work fine! Great work, Keep up share!! 8)
×
×
  • 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