Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. You want there some custom images or w00t exactly ? Well, creating htm is not that hard, while you have so many shared htm with various 'options', so you can just take what you need to mix it.
  2. Dunno how it is on l2jserver, but the only thing that comes to my mind with this error (happened many times to ppl) is .. the pack is not compiled :happyforever: But I doubt that's the case, anyway.. :) Locked, if you want to open the topic, just whisp me.
  3. Check any existing npc' xml (the one where you can enchant your skills ofc, no "random"), teachto. Simple as that :o
  4. lol .. :happyforever: Good luck, if you find someone, let me know :troll:
  5. Client related, moved. Check your armorgrp, itemname.
  6. Ohh, I'm lazy to c/p or even to quote, so take the link :D http://acis.i-live.eu/index.php?topic=2005.0 Mby I should create a topic for this.. Who knows..
  7. https://www.virustotal.com/pl/url/36c29430c3d15bf1ce45d3a7ecfbe0e878f9861d646a38ab0f80c12ff8df55ed/analysis/1410807533/ Looks like its clean. :troll:
  8. Locked :)
  9. Why should he ? File is shared (long time ago) and "that's it". Well, what you rly want to say on your last screen ? Import is correct now, now you have to check and fix other errors. My suggestion ? Leave this code, you are not able to add it, start with something easier :P
  10. Seriously, you for real .. ?
  11. That means there is no such file.. Add the file VisualArmors.java and then add the import (ctrl + shieft +o or even manually).
  12. Wrong import, weird no ? For sure wrong import, but I wonder if this file even exist. Ctrl + Shift + O
  13. Sounds like a client section, moved. Use english, so your chances for the answer drastically increases.
  14. Ha ha, do you remember our conversation about that ? :troll: Good luck :)
  15. It's htm with picture inserted, the pic comes from this file l2xeontex 1) it's from l2text folder, help.htm I guess 2) htm, using created transparent image, importing as any image @ htm Moved.
  16. Changeset 332 Quests, Party, Misc Quests Q235 : drop few qItems before the end of the quest. Add Mimir's Elixir skill effect. Cleanup hasQuestItems checks. Ty Root. Party Fix a ConcurrentException on L2Party. Add disband and expel messages. Add AltLeavePartyLeader config to edit the way the party lead change is processed. Misc Revert rev 313 bow change, cleanup calculateTimeBetweenAttacks(). Cleanup ClanHall.java, fix a ConcurrentException. Add removeAllFunctions(), which avoid to generate one db connection per deleted function. Drop redundant BeginRotation serverpacket. Activate those packets on L2GamePacketHandler. Allows to rotate using arrows keys. Cleanup AdminDoorControl handler, fixing redundant open/close process, pointless checks and making error handling more friendly. Make Exception on client packets more informative, which avoid to look on logs. Edit Zariche to be considered as NONE weapon instead of FIST (avoid double hit system).
  17. Damn, dat ugly htm style.. Moved to gr section.
  18. Probably 31228 as in old chronicles?
  19. Why so cheap? :o
  20. 1st of all, when you say "error" tell us what error.. 2nd thing, just do as I said aka use search option for that, you will find the answer on your own.
  21. Put size() instead of values. L2World.getInstance().getAllPlayers().size(); Else you can try like L2World.getInstance().getAllPlayersArray(); - if he use(d) l2j method .. If you still get error then use search option for "L2World.getInstance().getAllPlayers()" and you will see how it is @ reunion.
  22. About which scroll are you talking about ? Bless, crystal ? https://bitbucket.org/Shyla/l2jfrozen/src/00d1fc249449f57a48fb7677be5530e3ab54a58a/game/src/main/java/com/l2jfrozen/gameserver/network/clientpackets/RequestEnchantItem.java?at=master What a hell' code oO if (blessedScroll) { item.setEnchantLevel(GameServerConfig.BREAK_ENCHANT); item.updateDatabase(); } else if (crystalScroll) { item.setEnchantLevel(GameServerConfig.CRYSTAL_ENCHANT_MIN); item.updateDatabase(); I'm not surprised there is a config .. Just remove this part.
  23. No please, stick to frozen, for aCis' sake. :happyforever: /locked
×
×
  • Create New...