Jump to content

007florin

Members
  • Posts

    1,246
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by 007florin

  1. UPDATE npc SET serverSideTitle="1"; UPDATE npc SET title="New Title"; "New Title" = put here your new title. See if this works.
  2. That pack is outdated and full with bugs, use other project. A friend of mine had same problem.
  3. Whit your english knowledge most of us don't know what you need, sry.
  4. Learn how to add a patch and then you will see how and where.
  5. check what? download link is dead
  6. thx for share.
  7. Nice Weapons , Thx for Share
  8. thx for share kali
  9. Update with L2jServer BETA 8600 Fixed in this BETA: - BETA: In H5 for the Spear weapons of S84-Grade or higher, the stats for special abilities of Haste is increased from 9% to 11%. - BETA: Missing bypass in magician-2.htm file, thanks u3games. - BETA: Tax Zones for future usage. - BETA: Fixing problems at L2Event when DATAPACK_ROOT isnt set in the config. (thanks nonom)
  10. Update with L2jServer BETA 8596 Fixed in this BETA: - BETA: Updating FuncEnchant? (missing bonus for two-hand weapons and few improvements to reduce code). - BETA: Disabled auto validation for HTML files due L2 HTML files don't follow standards. - BETA: L2J Event Engine - managers unspawn and event dir fixes. - BETA: Chance skills trigger on reflected damage fix. - BETA: SpawnZones? now in a proper folder and with XSD file. - BETA: Few missing XSD files. - BETA: Empty XSD files for Items/Skills? to avoid warnings. - BETA: L2J Event Engine - fixes, optimisations and html visual changes. - BETA: Missing license in few quests, thanks nonom.
  11. Update with L2jServer BETA 8578 Fixed in this BETA: - Ill post changelog later.
  12. Update with L2jServer BETA 8565 Fixed in this BETA: - BETA: Cleanup and code format for HelperBuffTable?. Fixed typo in logger. - BETA: L2AttackableAI fix: Fixed short/long range skills mapping. Proper logger for L2AttackableAI and L2ControllableMobAI. Thanks pmq, dljac, UnAfraid? for report. Fox for #5781 - BETA: Datapack code refactoring: Removed "Loaded quest ...", with 600 quest this will be more likely spam. Changed getQuestItemsCount(itemId) == 0 and getQuestItemsCount(itemId) < 1 for !st.hasQuestItems(itemId). Changed getQuestItemsCount(itemId) > 0 and getQuestItemsCount(itemId) >= 1 for st.hasQuestItems(itemId). Changed st.getState() != State.COMPLETED and st.getState() == State.COMPLETED for !qs.isCompleted() and qs.isCompleted() respectively. Added some JavaDocs? to event mods and minor code improvement. Changed switch statements with one case for if statement. Changed takeItems(itemId, st.getQuestItemsCount(itemId)) for takeItems(itemId, -1) where it was possible. Changed for(int npcId : NPCIDS) addKillId(npcId); for addKillId(NPCIDS); can be done in more places. Unhardcoded class Id in Q401_PathToWarrior. - BETA: Olympiad quests typo fix thanks jurchiks. - BETA: Tower of Naia typo fix - BETA: Olympiad quests update thanks jurchiks - BETA: Quest 453 Not Strong Enough Alone by malyelfik
  13. you can run it but don't know how many players u can have without lag to start since i never tried to run l2 server on low config. A friend of mine have this config and have ~1000 players. CPU: i7-980X Extreme 3.33GHz RAM: 16GB 1333Mhz SSD: 3 x 120GB
  14. L2jServer BETA 8559 Changelog - BETA: Some methods of NpcTable? (like getAllOfLevel, getAllMonstersOfLevel, etc..) can use now more then one parameter. - BETA: Enchant system rework max enchant and enchant rate are moved from configs to DP (dist/game/data/enchantData.xml) - BETA: Support for effect ManaHealByLevel? - BETA: Archer's AI Update now monster have to run away from target not randomly thanks Tryskell - BETA: Removing duplicated effect CombatPointHeal? and renaming CombatPointHealOverTime? to CpHealOverTime? - BETA: Updating HEAL skills, to use effects. - BETA: Fix for Target Handler One, should fix Touch of Life and similar skills by malyelfik. - BETA: Items name trim - BETA: Updating HEAL_STATIC skills, to use effects. - BETA: Item updates: Updated all item names Added missing items from last update - BETA: Updating MANA_BY_LEVEL skills, to use effects. - BETA: Adding all missing handlers by malyelfik - BETA: Quest It Smells Delicious(252) Html update.
  15. Update with L2jServer BETA 8559 Fixed in this BETA: - changelog later.
×
×
  • Create New...