Jump to content

0flee

Members
  • Posts

    485
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by 0flee

  1. Hello, i want to ask here where i have to add method getMaxLevel to learn as premium all levels of skill. https://prnt.sc/1z2nc5m In commend line it is specified. But on new method of learning don't know where i have to add! I use L2jSunrise-high Five. Thank you !
  2. Hello everyone, folks, i have a problem. I want to do smth. In community board a button which give to player inventory slots. And here i need help, on method for slots adding. Method is like this : if (command.startsWith("_bbstopCharactersBuySlots")) { if (activeChar.destroyItemByItemId("", Config.SLOTS_PRICE_ID, Config.SLOTS_PRICE_COUNT, activeChar, true)) { activeChar.getInventoryLimit(); activeChar.sendUserInfo(true); activeChar.sendMessage("You expanded your inventory slots by 10!"); } else { activeChar.sendMessage("You don't have 30 NightMare Crystal"); } } separateAndSend(content, activeChar); } I'm sure it is wrong something here, but i need help. It is not so easy as i hear. But together, we can make this. Thanks for understanding! P.S.-I need a good help, thank you again !
  3. is not dsetup Fixed, the problem was https://prnt.sc/1xw4970. Thank you all guys!
  4. Right, but which file from system?
  5. I use l2jsunrise ( high five ) pack. And yes, when i press Log in, i am forced out. My firewall it's off. Antivirus: OFF. windows/host: 127.0.0.1 l2authd.lineage2.com. ip-config:127.0.0.1. Ini file: 127.0.0.1 And when i put host ip, everything goes very very good.
  6. Hello. I have a small problem. When i put host ip on system, i can log in in game. When i put 127.0.0.1, when i press log, game it's closed. Can someone explain me how i can fix this? It is L2.ini problem? Thank you !
  7. Chat transparency can't be more lower! In rest, are ok interface.
  8. As title say, i am looking for a client dev to make for me to show Damage on Screen. I use RETAIL High Five interface & files. If you or another guy it's able to do this, please leave me here a message with price. P.S. I ned just Screen Damage !! ONLY
  9. I have 0 knowledge in editing interface.
  10. I find that topic. But isn;t completed explicated. So i can;t cntinue. It is hard for me because i never trying to do this.
  11. Bad moves. I put interafce by celestine in clean client, and boom, logo disappear instantly.
  12. i use retail system for hi5. And anything i try, doesn't work. Maybe this function should be enabled from interface, i don't know...:(
  13. Hello folks ! How i can display dmg on screen for Hi5? And it is possible to change style of dmg? I try with L2lige, but....unsuccessfully... this settings..: See my settings. Thank you !
  14. Fixed, deleted interface + system. replace with clean!
  15. on enterworld isn;t any problem. i don;t find text. I searched whole project. nothing find..
  16. Tell me celestine with what tool and how can be changed. Thank you !
  17. L2jsunrise high Five I searched 5 times. I don't change it from interface. This was on last server. . But i forget how i changed....
  18. Hello folks, how i can change this blue title? I've tried to change from systemmsg-e. But isn't there. please help. thank you !
  19. Hello, i need help to make multisell available on TopBBSManager.java. I do something, but won't work. My code looks like this! else if (command.startsWith("_bbsmultisell")) { if (activeChar.isDead() || activeChar.isAlikeDead() || activeChar.isOnEvent() || activeChar.isInSiege() || activeChar.isCastingNow() || activeChar.isInCombat() || activeChar.isAttackingNow() || activeChar.isInOlympiadMode() || activeChar.isJailed() || activeChar.isFlying() || (activeChar.getKarma() > 0) || activeChar.isInDuel()) { activeChar.sendMessage("You cannot use this now!"); return; } StringTokenizer st = new StringTokenizer(command, ";"); st.nextToken(); TopBBSManager.getInstance().cbByPass("_bbstop;" + st.nextToken(), activeChar); int multisell = Integer.parseInt(st.nextToken()); MultisellData.getInstance().separateAndSend(multisell, activeChar, null, false); } separateAndSend(content, activeChar); And bypass of button: bypass _bbsmultisell 90500 Project: L2j-Sunrise 2021 ( Latest Update ! ) Fixed by @Psygrammator. Many thank's for this DEV! "DEV" Because it is like one! Real! +1 bro!
  20. Rolo_bt_slph.HtmlWnd_BTN01 * for exemple..:) I find.
  21. Name of buttons? Coplete BACK and FORE? Where i can see?
  22. Your Image My Image. Za question is: Why i don't see as yours? ?
×
×
  • 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