Jump to content

Recommended Posts

Posted

I just looked at the config, everything is organized in the childish way. The file extensions are .ini, nobody knows why because there is no difference.

 

What can I say, an attraction for children under 16 y/o. I feel a fear related to the timeline, don't make us to take a look inside.

 

Also, Pauler is everywhere, he likes to add cutoms, is a good reason to have it around, no effence, but stop to participate in such projects, they make you look horrible.

Well yeah to rename the files to .ini isn't so time consuming though they are editable from windows as default,"don't make us to take a look inside." go ahead i don't really care as far for pauler  didn't get that part of the message, and last but not least this is not an l2jhellas topic disscusion if you ant to ask something either pm me nor write it on the topic of my project...

 

Boorinio out.

Posted

this is not an l2jhellas topic disscusion if you ant to ask something either pm me nor write it on the topic of my project...

 

Boorinio out.

That, that. And thank you for your maturity.

 

Still working on Antharas, test time now. I have to wait Minideed to have L2OFF animation.

Posted

That, that. And thank you for your maturity.

 

Still working on Antharas, test time now. I have to wait Minideed to have L2OFF animation.

 

Server is online for testing, check your MSN for details. :D

Posted
Changeset 289

 

Antharas, GBs / RBs, misc

 

Antharas

- Addition of the script, fully reworked. Fast comparison with L2J version :

- highly cutted script (450~ lines of code instead of 950+)

- use of 2 SocialAction during cinematic.

- far less tasks used.

- use of a dummy id (29019) in order to register it in grandboss table (avoid 3 states).

- players are initially teleported far from where Antharas spawns.

- minions are handled by regular AI system.

- Edition of the GrandBossTeleporters for the npcid 13001.

- npcs.xml is edited to reflect behavior (had to edit type, add aggro on behemoths, etc).

 

GBs / RBs

- cleanup of RaidBossSpawnManager.

- initial HPs/MPs of GBs and RBs at first server launch are fixed (0 = getMax).

- Following bosses are spawned, as templates are ok (manually fixed) now :

- Boss Akata

- Nellis' Vengeful Spirit

- Rayito The Looter

- Dark Shaman Varangka

- GBs don't take summons nor invisible GMs in target anymore.

- Valakas skill choose is improved (less spam of imba skills, clever use of FRONT or BEHIND skills).

 

Misc

- getQuest() isn't case sensitive anymore.

- fix RequestBypassToServer (that treatorous index is -1).

- getRandomPlayer() : returns a random player (must be alive and not a invisible GM).

- getPlayersCountInPositions() : returns an array composed of numbers of players in front of, behind and on sides of a npc.

- addition of FrenzyOnAttack script (5 orcs types).

- few messages added in SummonMinions script (Timak Orc Overlord case).

 

Ty Minideed for test lab, I verified few things. ;p

Posted
Changeset 290

 

Summons, misc

 

Summons

- fix stats (they finally had to use funcs).

- fix base critical on summons (40 for all).

 

Misc

- fix an issue involving null objects on pet pickup action.

- minions follow distance is made using collision radius of both minion and leader (avoid weird 500 distance on rb minion follow).

- drop few methods on instances which are only knownlist stuff.

- fix skills 118 and 163 (nerf mages nudists ;p).

- fix order of tradelists' content.

- isSeedable() implementation.

 

As revision 290 is out, rev 280 sources will be available on forums.

Posted
Changeset 291

 

AIs, misc

 

AIs

- addition of the cursed ToIVortex script.

- addition of FirstClassChange script (mix of 4-6 scripts), ty to Fernandopm :). Compared to his version :

- addition of ids 32097 and 32098 (+56 missing HTMs).

- cleanup the advEvent (a single array is kept instead of making *8 map checks).

- Pa'agrio and others typos.

- edit ShadowWeapon ids ; it takes directly ids from scripts FirstClassChange && SecondClassChange (as second script isn't made yet, the array is still local).

- fix Barakiel minions AI.

 

Misc

- fix subclass crap (Maximilion/Jurek and others Mystic/Priest).

- fix dozen of typos on village_master HTMs, and harmonize links position (L2J team was dyslexic back in 2007...).

- all first masters got a link for shadow weapon coupons exchange.

- all second masters got a link for subclass. First masters who had one is dropped.

- addition of //show_scripts npcId : allow to see events affecting the given template.

- fix L2EffectZone concurrent exception. As L2EffectZone are always supposed to have a skillid, initialize the map directly in order to avoid null checks.

- after a check on L2OFF, bring the speed modifier when you run in water from 0.5 to 0.41.

- revert canceling target fix but keep the cleanup (no whining anymore).

- fix an issue on summon window stats about runspeed (it was only visual). In same time, getMoveSpeed() becomes an int.

 

Note : I tested 6 IDs out of 20+, and obviously hasn't the will to test/fix eventual typos on the 800+ HTMs, if there is issues, you know where to complain.

Posted

Weeeee.

 

Changeset 292

 

Misc

- [L2J 5772] Moving effect flags out of CharEffectList into L2EffectFlag enum.

- cancels enchant process while moving.

- equipped shadow weapons are now correctly handled at player login/logout (armors as weapons). Tasks can be canceled now (before it was running even unequipped).

- 40% of Inventory file has been splitted into listeners.

- fix //show_characters.

- fix PaganTeleporter. Statue don't react to faded mark, triol's mirror hasn't any checks and the zone with faded mark is implemented.

- added back handwritten ids for zone system. Dropped zone name (no use).

- reintroduction of ZONE_SCRIPT for... scripts. Use that XML for your custom scripts.

- drop merchant_areas_list SQL (unused).

- random cleanup.

 

Notes

- zones ids are still dynamically generated, but it will be replaced by a written id (if found). Scripts use ids 100000+.

Guest Elfocrash
Posted

Lol guys. Don't even mention Esios here. It was just a project of good customs. You can't compare it here for that reason + it is no longer under dev. However it had 80 people online daily in forums but you get my point.

Posted

Not sure if right place for this, but i'll ask :

the computer time is correct, it is in GMT +4(Baku,Tbilisi,Yerevan)

and when i start server in gameserver siege data is shown like it is in march 2009 AMT

 

i checked castle table and unix time is correct....

Posted

Don't forget to add small implementation to display spawn animation for grand bosses and some monsters when sending NpcInfo packet for players.

(Antharas fly through the ground, halisha jump from above, baium removes his stone schacles and so on)

Posted

can any help me with custom buffer?

Not on that topic, and not on my forums (until you're part of community).

 

Changeset 294

 

Scripts, Misc

 

Scripts

- Cleanup Core.

- addition of Q373.

- addition of StakatoNest AI. The whole behavior is postIL, but there are some evidences that AI was in preparation (perhaps fully working ? Who knows, it's the sort of definitively lost data) in IL time.

 

Misc

- Fix previous commit regarding skill bar at restart (nice catch Trance).

- Drop GlobalVariable system, as we got ServerVariables system.

- Cleanup Quest (avoid to return L2ZoneType and others misc).

- fix few max quests number checks (25 quests max according client ingame quest panel)

- drop a double QuestList packet send at quest aborting.

- cleanup of show_skilllist (use

a simple array of L2Skill instead of a Map, no iterator, StringBuffer > StringBuilder).

- drop null checks on NPC skills templates (never null).

- fix summons skill level at skill launch (was generated from summon level...). The data was ok, but the level was overriden for godamn known reason.

- the generic addfuncs are initialized before skills addfuncs (there were no problems, it's just more logical to load regular funcs then skills funcs).

- gates level mod is reinitialized to L2Character one (potential problem about evasion), add 2 funcs for gates instead of overriden pdef/mdef (Ty masssttteeerrr :P).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔥 𝐆𝐗-𝐄𝐗𝐓 𝐒𝐕𝐍 𝐔𝐩𝐝𝐚𝐭𝐞𝐝 𝐍𝐞𝐰 𝐑𝐞𝐯𝐢𝐬𝐢𝐨𝐧 𝐀𝐯𝐚𝐢𝐥𝐚𝐛𝐥𝐞 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Hello everyone, A new 𝐆𝐗-𝐄𝐗𝐓 update is now available in the SVN. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚙️ 𝐔𝐩𝐝𝐚𝐭𝐞 𝐇𝐢𝐠𝐡𝐥𝐢𝐠𝐡𝐭𝐬 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔹 𝐓𝐫𝐚𝐢𝐭𝐒𝐲𝐬𝐭𝐞𝐦 An important fix has been made in the TraitSystem. 🔹 𝐒𝐤𝐢𝐥𝐥𝐬 New skill-related functions have been added. 🔹 𝐡𝐀𝐮𝐭𝐡𝐃 Several important changes have been made in hAuthD. 🔹 𝐀𝐧𝐭𝐢-𝐅𝐥𝐨𝐨𝐝 𝐏𝐫𝐨𝐭𝐞𝐜𝐭𝐢𝐨𝐧 A unique anti-flood system has been implemented to prevent massive connection floods. 🔹 𝐀𝐮𝐭𝐡 / 𝐆𝐚𝐦𝐞𝐒𝐞𝐫𝐯𝐞𝐫 𝐏𝐫𝐨𝐭𝐞𝐜𝐭𝐢𝐨𝐧 The GameServer port 7777 now only allows access to clients that have been correctly authenticated through Auth. 🔹 𝐂𝐨𝐦𝐩𝐥𝐞𝐭𝐞 𝐇𝟓 𝐏𝐫𝐨𝐭𝐨𝐜𝐨𝐥 𝐓𝐞𝐦𝐩𝐥𝐚𝐭𝐞 A complete H5 protocol template has been added. This is a very useful addition because the full H5 protocol can be uploaded to an AI together with, for example, any L2J pack from any chronicle. With this, it becomes much easier and faster to convert, adapt, and make different Lineage II protocols compatible. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ There are also several additional source code changes that can be reviewed by comparing this revision with the previous one. Thank you to everyone who continues to trust 𝐆𝐗-𝐄𝐗𝐓.   Best regards, 𝐆𝐮𝐲𝐭𝐢𝐬
    • Selling a heavily customized Lineage II Interlude C++ extender project, built for classic Interlude private server development. This is not a simple pack with a few edits. The project includes many custom systems, PvP features, event managers, security modules, HTML boards, configuration files, and stability/exploit-related improvements. The source is written in old-style C++ / pre-C++11 style, suitable for older Visual Studio extender environments. Project Overview Chronicle: Interlude Language: C++ Type: L2Ext / extender source project Style: Pre-C++11 compatible Focus: PvP, clan content, automation, protection, HTML systems, configurable gameplay Included: Source files, configs, HTML templates, custom managers, event systems, utility systems, and fixes This project is ideal for someone who wants to build a custom Interlude server with more unique systems than a standard pack. Main Custom Systems Included Newspaper System A custom in-game HTML newspaper / server chronicle system. Features: HTML-based newspaper interface Compact 260px layout for Interlude client windows No database required Rolling text-file storage Auto-limits old news entries Boss kill news Castle siege news Hero news PvP milestone news Enchant milestone news Bounty-related news Uses proper client/display boss names Excludes unwanted/custom bosses such as minions Configurable news limit and page size This makes the server feel alive by showing important server events in a newspaper-style board. Combat Contribution / DPS Meter System Advanced damage and contribution tracking system. Features: DPS meter Damage tracking by player Damage tracking by skill Skill icon support Compact HTML display Optional auto-refresh Raid boss tracking Grand boss tracking Clan dungeon tracking Clan Civil War tracking Manual session tracking Contribution tracking for PvE/PvP situations Also includes support-class contribution logic, making healers and support players more valuable. Support PvP Count System A custom system that can reward support classes for helping in real PvP. Features: Healers/support classes can receive PvP credit Configurable support class list Heal contribution checks Debuff contribution checks Minimum support score Distance check Alive support requirement Same victim reuse protection Max support credits per kill Same IP / HWID / clan / ally protections This is very useful for bishops, EE, SE, OL, WC, and other support classes. Clan Civil War Event A custom clan-vs-clan controlled PvP event. Features: Clan registration Leader start option Min/max player settings Registration phase Preparation phase Fight phase Finish phase Respawn support Weekly cooldown Arena empty check Optional blocked items Team visuals / client team types Optional aura skills Tournament-style buff support Winner reward Loser reward Draw reward Top killer reward Anti-AFK participation requirement Safer HTML/bypass handling patches included Designed for controlled clan PvP outside normal siege content. Clan Dungeon Raid System Custom clan PvE dungeon/raid system. Features: Clan-only dungeon registration Optional clan leader requirement Only clan members option Min/max players Multiple dungeon rooms Boss spawn configuration Boss spawn delay Event time limit Fail if all dead option Revive on exit Restore on enter Kick outsiders option Weekly cooldown Success reward Fail reward Per-boss reward configuration Server announcements for start/success/fail Good for giving clans weekly PvE objectives. Bounty Hunter System Custom PvP bounty/streak system. Features: Tournament Tournament Rank Auto Simon Says (can be started with GM command too) Auto Russian Roullete ( can be started with GM command too) Player bounty tracking Kill streak logic Bounty claim rewards Configurable reward item Base reward and scaling reward Minimum level Minimum streak PK inclusion option Battle zone inclusion option Top bounty ranking Announce streaks Announce bounty claims Anti-feed protections include: Same party block Same clan block Same alliance block Same IP block Same HWID block Repeat victim window Kill reuse protection Great for making open-world PvP more active. Contract Board System Custom HTML-based player contract board. Features: Players can create kill contracts File-backed storage No heavy DB dependency for the board itself Configurable reward item Open contract limit Contract expiration Refund percentage on cancel/expire My contracts page Online target listing Contract info page Anti-abuse protections include: IP check HWID check Same clan block Same alliance block Same party block Repeat kill cooldown Level difference checks Olympiad/event/town restrictions A unique PvP board system that gives players extra reasons to hunt each other. AutoFarm System Custom in-game autofarm module. Features: HTML menu Attack skill setup Chance skill setup Self skill setup Buff skill setup Radius configuration HP/MP stop conditions Session time limit Consumable cost option Peace zone restriction Boss restriction Z-range search Mage/range handling Geo checking Target blacklist Stuck recovery Temporarily blacklists unreachable mobs Includes a geodata/stuck recovery patch to prevent the autofarm from looping forever on impossible targets. Smart Captcha / Anti-Bot Systems Includes anti-bot and captcha-related systems. Features: Captcha module Smart visual captcha logic Icon-group captcha support Trap token protection Bypass validation HWID fail counters Two-step captcha flow AntiBot module Active Anticheat module Client extension security integration Useful for reducing basic bot abuse. Client Security / HWID / Box Limit Client and account protection systems are included. Features: CliExt version check Outdated client HTML MD5 checksum option HWID ban support HWID unban support Account lock by HWID Character lock by HWID Allowed HWID list Box limit by hardware ID Optional autoban on illegal app detection Character PIN system Character lock system Good base for servers that want stricter client/account control. Olympiad Improvements Custom Olympiad configuration and protections. Features: Winner reward Loser reward Fixed fight point option Hero chat delay Relogin fix Overweight fix Forbidden items Forbidden item grades Max weapon enchant check Max armor enchant check HWID check option Custom Olympiad schedule windows Stop action on fight start Class/free entry control Same-opponent anti-feed logic Auto-tie logic after repeated same opponent matches Cooldown-style protection for repeated feeding attempts Good for reducing Olympiad feeding and abuse. Raid Boss Systems Includes multiple raid boss utilities. Features: Raid boss status board Alive/dead coloring Refresh timeout Static respawn boss support Boss respawn announcements Boss HP announcement system Predicted incoming-hit HP threshold check Handles cases where boss jumps from above threshold directly to dead Raid boss include option Grand boss include option Excluded NPC list Additional custom boss ID support Personal boss notify support through config/sample mini-event files Useful for both PvE players and server activity. PvP / Ranking / Status Systems Included PvP-related systems: PvP announce system Kill streak announcements Daily PvP system Kill/death stat system PK/PvP status board Clan PvP status board Clan reputation rank Top PvP statue PvP title/name customization options Siege stat/report system Tournament system TvT system Faction/Fraction systems Bounty system Contract board system This gives the server several PvP progression and visibility systems. Economy / Donation / Utility Systems The project includes many server economy and service systems: Auction system Donate system Donate augment system Vote reward system L2Network vote reward system VIP system Item delivery system Gold bar exchange Offline shop Offline shop restore Offline buffer Offline socket DB support Private store restrictions Auto loot Drop list viewer Drop viewer Multisell stat support Item reuse manager Skill reuse manager Custom enchant system Stackable enchant scroll option Custom enchant scroll rates Augmentation configuration Blocked augmentation items/glows/options Character / Gameplay Systems Other gameplay systems included: Rebirth system SubStack system Class manager Auto learn AIO system Wedding system Visual armor Visual weapon Hair accessory / 2-slot hair systems Player customizer Armor penalty Grade penalty Death penalty Spawn protection Scheme buffer Infinity shots/arrows Champion NPC Mining system Fortune Cards Fortune Workshop Reputation NPC talk system Cursed weapon systems Era system Spirit system Hero reward system Party/duel/MPCC related extensions Recent Fixes / Improvements Included The source includes several fixes and patch files related to stability, HTML safety, event handling, boss systems, and gameplay issues. Examples: L2Exalta Newspaper added Newspaper enchant hook fixed for stackable scroll enchant path Newspaper boss names fixed to use client/display names Newspaper boss filter added for unwanted custom bosses Newspaper HTML resized for 260px client width DPS meter visual improvements DPS meter skill icon support DPS meter auto-refresh logic Combat contribution fixes Support PvP contribution checks Civil War safe HTML handling Civil War visual/buff patches Civil War preparation/tournament buff fixes Civil War prize patch Clan Dungeon Raid patch AutoFarm geodata/stuck recovery patch Boss HP announce threshold/predamage fix Boss client name packet fix Reputation NPC talk safe hook Removed unsafe generic HTML-send NPC reputation hook style Safer private NPC chat handling HTML cache/filter systems HTML filename/path validation style protections Socket limiter options Remote statistic packet block/safe list options Anti-DDoS module Log control system Call stack/error logging support Stat limiter options Item/skill reuse persistence support Inventory validation options Acquired skill validation options Stackable item validation options Offline shop restore support       I will not say the project is bug free or whatever but if you support me i will support you! You buy licence, i fix and add your requests Source will not be sold And monthly is 120 euro as a subscription That includes 24/7 support ( of course respect resting hours or health issues) In the price the setup is included. After payment you can delay the next monthly payment for 5-10 days, then your server becomes unaccessible! Soon i will provide a public discord! Right now i can say its the lightest extender and crash free!  My files arent the best as many claim for their files , but whatever you find i am capable of fixing it!   In case of interest!   Discord: banshee1019     
    • Lo vendes? necesito todo eso, esta super hermoso tu trabajo.
    • New discord: https://discord.gg/HttMqBBD4F
    • New discord: https://discord.gg/HttMqBBD4F
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..