Jump to content

cicos

Members
  • Posts

    116
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by cicos

  1. I'm selling my private auto vote reward system for all l2j projects include 18 vote sites https://l2rankzone.com/ https://l2topzone.com/ https://l2.hopzone.net/ https://l2network.eu/ https://topservers200.com/lineage2 https://l2.topgameserver.net/ https://l2top.co/ https://top.l2jbrasil.com/ https://l2votes.com/ https://la2.mmotop.ru/en https://itopz.com/ https://l2servers.com/ https://l2jtop.com/ https://l2top.gr/ https://gametops.eu/ https://svtop.net/ https://l2top.eu/ https://l2net.net/ Price: 50€ Payment Methods: Paypal,Skrill,Wise Discord: c1c0s#3564 Skype: c1c0s
  2. i got this error when i spawned fake player(elfo system) and trying to vote from vote manager api based. i added client null check but again the same.. api based get ip and client code public void retrieve(Player player) { if (player.getClient() == null) return; try (Connection con = L2DatabaseFactory.getInstance().getConnection(); PreparedStatement ps = con.prepareStatement("SELECT * FROM character_vote WHERE ip=?")) { ps.setString(1, player.getIP()); try (ResultSet rs = ps.executeQuery()) { while (rs.next()) player.getVoteData().put(VoteSite.valueOf(rs.getString("site")), rs.getLong("time")); } } catch (Exception e) { _log.warning("Couldn't load vote data for player " + player.getName()); } }
  3. Hi, I am selling my code. It's second pin at ACCOUNT for ALL CHARACTERS OF ACCOUNT YOU CAN ONLY ADD IT AT FIRST LOGIN OF ACCOUNT (second password + recovery answer). Some Preview of Pin Setup Menu 1.First Login Menu. 2.Success Messages After Second Password Creation. 3.Login Menu After Setup & For Every Login. 4.Reset Pin Code Only With Your RECOVERY ANSWER. 5.Secure system ( its command like .secure and you must write your RECOVERY ANSWER to unlock some features like trade system/warehouse/enchant/remove skill/destroy/sell/offline shop etc) 6.Account Manager to change your account password you must know recovery answer if not? you cant change your account password too. For Price & Live Check Add me skype: c1c0s
  4. add me skype: c1c0s
  5. fixed thanks sir.
  6. for player also i got this activeChar.setInstanceId(instance); SoloEventMisc.saveData(activeChar); activeChar.setIsInSoloEvent(true);
  7. i wrote it now to check l2object worl is = 0 i am going to try then.
  8. final L2NpcTemplate template = NpcTable.getInstance().getTemplate(stage.getRaidId()); try { final L2Spawn spawn = new L2Spawn(template); final Location raidLoc = stage.getRaidLoc(); spawn.setLocx(raidLoc.getX()); spawn.setLocy(raidLoc.getY()); spawn.setLocz(raidLoc.getZ()); spawn.setHeading(0); spawn.setAmount(1); raid = spawn.doSpawn(); raid.setInstanceId1(instance); //raid.setIsNoRndWalk(true); } i got this already also doSpawn but when event start i cant see the raid + the player ..
  9. yeah i know i only what this but dont working at my other source and its working at my old source i cant find my mistake or what to add to work also and another source..
  10. raid.setInstanceId(instance); activeChar.setInstanceId(instance);
  11. i want this instance id to add somewhere other event or etc and add another things but i cant find this instance id where is possible to be?..
  12. i cant find.. you now new world instance where located or example of simple code..?
  13. i register dungeon with normal player etc and start at stage 1 fine. teleported to my location fine and another mobs and npcs setted invis for this player and with administrator account i cant see player ither with normal soo.. my question is where i can see this code to allow see players or another mobs when event start etc.. help me guys.
  14. hi guys someone can send me this old files or working link or something like this..
  15. https://pastebin.com/J6kEFtKS i am using elfo's pin code system code works fine.only think i want to do is check every login character if pin is sumpited or not if not, appear .pin main sumbit pin menu with freeze(dont allow to do something only when pin will be sumbit then to do ) to add pin and then at second login again check if activated pin or not if not at this state code works fine if pin is activated menu appearing.
  16. Hi Guys someone got this pin code at character selection for l2j acis/frozen/jserver interde project i mean ..
  17. yeah i got eclipse bossmanager with live statue after respawn only appear Is Alive i can add button their but for any rb how to set the current location..
  18. As tittle says, can someone help me to get the correct way to do something like? If I dont explain it correctly in the tittle, what I want is a GK that can teleport you to the RB ONLY if the RB is on
  19. i changed type and made it BossZone, inside enterinside i made it like enter bosszone but at boss zone i dont have disconnect back to town code.. help for this.
  20. i am going to try now thanks.
  21. can you help me ?.. https://pastebin.com/uPFuC4zN?fbclid=IwAR2VqCha3MCXpDE2ajw_y9b9tC2HwKepxakHtrsyLWiGSK2YhvqxZV-9j20
  22. https://pastebin.com/uPFuC4zN?fbclid=IwAR2VqCha3MCXpDE2ajw_y9b9tC2HwKepxakHtrsyLWiGSK2YhvqxZV-9j20 here you are
  23. Hi guys i made special zone like solo farm with minutes etc.. but my problem is player when player disconnect or restat inside the zone after login he still be their.. i wanna help for this to move back at giran after disconnection or restat etc.. some one can help me please?.. thanks Code:https://pastebin.com/uPFuC4zN?fbclid=IwAR2VqCha3MCXpDE2ajw_y9b9tC2HwKepxakHtrsyLWiGSK2YhvqxZV-9j20 //Edit
×
×
  • Create New...