Jump to content

Reborn12

VIP Member
  • Posts

    2,393
  • Credits

  • Joined

  • Last visited

  • Days Won

    19
  • Feedback

    100%

Everything posted by Reborn12

  1. New Event on the way... Fortress Event... If someone want to buy it ask me details in pm or Skype...
  2. dunno just increase your ram..is to low for windows + server it may be used over 1gb only from windows check your task manager how much ram uses your pc without server consoles opened
  3. how much ram you got in your pc?and is geodata enabled too?
  4. what about to check this line in gameserver.bat java -Dfile.encoding=UTF8 -Xmx1024m -Xms1024m -cp ./lib/*;./lib/uMad/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer
  5. I started share when i was learning and i was learning alone...just in my source..shares helped me a lot..understaning and fixing shared codes was my first step...much ppl learned from shared codes...and i will agree with that and i will take care to this section....
  6. anyone can take it and do it what he wants..i was liked this way and i did this way...i like retails :P
  7. package net.sf.l2j.gameserver.scripting.scripts.ai.group; import net.sf.l2j.gameserver.model.actor.Attackable; import net.sf.l2j.gameserver.model.actor.Npc; import net.sf.l2j.gameserver.model.actor.instance.Player; import net.sf.l2j.gameserver.scripting.EventType; import net.sf.l2j.gameserver.scripting.scripts.ai.L2AttackableAIScript; /** * @author Reborn12 * */ public class PartyZonePolymorph extends L2AttackableAIScript { private static final int[] MONSTER_IDS = { 1009, //Stage 1 spawn 1010, //Stage 2 spawn 1011, //Stage 3 spawn }; public PartyZonePolymorph() { super("ai/group"); } @Override protected void registerNpcs() { addEventIds(MONSTER_IDS, EventType.ON_KILL); } @Override public String onKill(Npc npc, Player killer, boolean isPet) { switch (npc.getNpcId()) { case 1009: { final Attackable newNpc = (Attackable) addSpawn(1010, npc, true, 0, false); attack(newNpc, killer); break; } case 1010: { final Attackable newNpc = (Attackable) addSpawn(1011, npc, true, 0, false); attack(newNpc, killer); break; } } return super.onKill(npc, killer, isPet); } }
  8. I dont think its from itemname...maybe interface
  9. Just use linux with configurable firewall from a good company the biggest ddos attack cannot kill you just few lag...
  10. He could check the line in console...always there is a line error if im not wrong i see already an error with using kind...
  11. Just dont reply to any noob sahar you dont need to..they want just all free no farm nothing to be hard and play...this is 2k18 community everyone have something to say even if he play this game for the first day..
  12. From now available php services from our team.. Convert from psd to html/php websites.. Any scripts/codes related to lineage 2 or not... Any website from scratch... Now all available... Prices after review of the request..
  13. Balance always depends on skills/formulas...if you have broken skills you will never do a good balance
  14. You have to find the correct multisell.. Its in html bypasses _multisell id.. Find the id in multisells and edit..then use command //reload multisell and check your changes
  15. trusted guy...we work together to a project and no problems at all,he will update his topic later
×
×
  • Create New...