Jump to content

scraw

Members
  • Posts

    203
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by scraw

  1. i already did . it was the first code i saw but it doesnt work .1st: cause its script ,2nd: cause is not for frozen.
  2. Good morning to everyone. -Well at first i find a party teleport code ,but unfortunately this code that i found gived me error to "worldregion" as effect auto-flag into rb zones by default wasnt work. -So i decide to create one by modify multi of them and now it work properly. -Now i have a party teleport(4+) fixed BUT my problem is that when you are in zone and leave pt you arent teleport back. -I also created a new zone but i dont know the code for if party less than 4 teleport to location. -L2jFrozen 1132. WHAT I REALLY WANT is when players isInsideZone if party no exist or party is smaller than 4ppl teleport back to nearest city or giran
  3. wtf .nomizw dn xreiazotan auto gia apantisi :/ ..ein 3 grammes to code ..opws ein to mammon ..apla prospa8isa na to kanw spawn opws to mammon alla dn leitourgei .
  4. https://pastebin.com/mHEExUCq
  5. hello .. i want one npc respawn every day at specific time like global_task .. i try the custom_spawnlist but it need to die to work.. i need auto appear and dissapear that npc :/ + announce if is that possible
  6. i dont understand why all bot system are for acis and u havent create even one for frozen..
  7. i dont know but l2soft.eu has forum .so seems more legit than the other
  8. they're broken the guy who made them ignore errors while he saved
  9. @Elfocrash is any one adapt to l2jfrozen?
  10. FIXED . THANK TO @IcathiaLord YOU CAN LOCK IT!
  11. but if i do that ..will do not i disabled olympiad config for max enchant? ..i have error if i dont change the insideolympiad look: https://imgur.com/HTINhfM and here : https://imgur.com/Z7Un6W2
  12. i just want players are equal with newbies in this zone(for rb's and dungeon) and all my rb's and dungeon zone are inside closed room (witch only can teleport) like antharas nest(also in server exist only my custom_npcs ,so quest to join into zone isnt avaiable) thats why i ask that. i ddint know what other options i do have :/
  13. thanks i think this will save me ..i go test! .but because isn't pvp zone ( its completely new zone only for newbies) i need and auto-flag on enter and noflag on exit :/ i try to copy paste the autoflag from pvpzone but didnt work properly and have some errors :/. * I Tried that but i have multiple errors idk why i delete onEnter via level and i paste above ifinsidezone and your code ,i try to adapt for l2jfrozen but everything i change become one more error :/
  14. oh ok .apologies u can delete the first replies .
  15. thats why melron says checkinvetory .. i have already these lines in l2pcinstance is that u meant? ok i understand what u mean..but this code is writen with 1.8 and i have 1.7 so many erros come out
  16. i want to activate this to a teleport for newbies and prevent unfair pvp's (there will be no shops or towns nearby )
  17. java 1.7 please so , im sorry but where exactly i add those lines?
  18. i'll try how do so ?
  19. -Hello once again . I have an issue: -I have found a code for Newbie zone depends by level but i want to depends by echant of amor/weapon/jewel (no more than +6) also getflag on enter and setflag(0) on exit. \ Code:
  20. yes ..you are right !!! FIXED THANKS A LOT . you save me from hours of searching.. also thanks to all who replied
  21. it isnt award at all now :/
  22. ok i import them .i go check .sec
  23. yes i did forgot that..but now i have this : public static void AutoReward () { List<String> ips = new ArrayList<>(); Collection <L2PcInstance> pls = L2World.getInstance (). getAllPlayers (); for (L2PcInstance p: pls) { final String ip = p.getClient().getConnection().getInetAddress().getHostAddress(); if (ip.contains(ip)) continue; p.sendMessage ("AutoReward: You got" + Config.AUTO_REWARD_COUNT + "" + Config.NAME_ITEM_REWARD + "for being online"); p.getInventory (). addItem ("", Config.AUTO_REWARD_ID, Config.AUTO_REWARD_COUNT, p, null); ips.add(ip); } }
×
×
  • Create New...