Jump to content

Myext64 - My New Opensource Gracia Final/epilogue Extender


Recommended Posts

Hi I might have few tiny suggestion
1.
About drop a tiny setting to change the time before they vanish and a way to prevent their destruct.


2.
Also an  ability to disable that treasure chest monster to spawn :)

3.
An option to put Gatekeeper free ?
Like to put it as an event or compensation for a tiny error 

4.
A way to program siege at a desired time, for example you announce your first siege as event.
You base it over time people want and with a simple setting you can set it and when the time is meet it launch it as normal siege just with announcement so players know what going on ^^

Also and lastly
all these [NO ERROR] message in gameserver windows would it be possible to change their colour to something that not look like an error like now (error) ?

Thank you for that extender really ! :)
(sorry if I annoy you with suggestions it is not my goal at all :X)

Link to comment
Share on other sites

Hi I might have few tiny suggestion

1.

About drop a tiny setting to change the time before they vanish and a way to prevent their destruct.

 

That should be pretty easy

 

2.

Also an  ability to disable that treasure chest monster to spawn :)

 

Maybe I don't understand, disable treasure chest spawning? That can be easily done in data

 

3.

An option to put Gatekeeper free ?

Like to put it as an event or compensation for a tiny error 

 

That can be done easily in AI

 

4.

A way to program siege at a desired time, for example you announce your first siege as event.

You base it over time people want and with a simple setting you can set it and when the time is meet it launch it as normal siege just with announcement so players know what going on ^^

 

That can be done easily with builder commands (see //set_quick_siege and //set_siege)

 

Also and lastly

all these [NO ERROR] message in gameserver windows would it be possible to change their colour to something that not look like an error like now (error) ?

 

Shouldn't be hard to change them to blue

 

Thank you for that extender really ! :)

(sorry if I annoy you with suggestions it is not my goal at all :X)

 

You're welcome & thanks for suggestions, number 1 is definitely worth doing and number 5 would be nice to have :)

Link to comment
Share on other sites

2.
Yes, I always thought Chest that spawn and can drop Enchant that overpowered when you can one shot it.
Maybe making it unkillable by one or more shots and if player attempt to hit a chest that have enchant it does an explosion and it delete itself this way it would force player to have keys and maybe making key market a bit better ahah.

3.
It would allow ti be faster to do as manipulating AI.obj is kinda a pain (There maybe I just don't know how to do ^^)

4. 
Thanks I was not aware I will note it somewhere for futur use :)

Link to comment
Share on other sites

2.

Yes, I always thought Chest that spawn and can drop Enchant that overpowered when you can one shot it.

Maybe making it unkillable by one or more shots and if player attempt to hit a chest that have enchant it does an explosion and it delete itself this way it would force player to have keys and maybe making key market a bit better ahah.

 

There are two types of chests, "good" chests and "bad" chests.

"Good" chests can be killed by one hit, but in that case they drop nothing at all (and give you some damage), the only proper way how to get reward from it is to open it with key or unlock skill.

"Bad" chests are like normal mobs, you usually don't kill them with one hit and even if you do, their drop is similar to normal mob drop, no big chance for enchants.

I don't think there's any problem with it except the fact you can easily distinguish between "good" and "bad" chests (they have different IDs)

 

3.

It would allow ti be faster to do as manipulating AI.obj is kinda a pain (There maybe I just don't know how to do ^^)

 

This is very easy change, just go through it and change all these and change price (in this case 100000) to zero:

	telposlist_begin Position
		{"Talking Island Village"; -84169; 244693; -3729; 100000; 0 }
	telposlist_end

Also I'd recommend you getting decompiled AI and using compiler (already present in l2npc.exe and myext64.dll) for bigger changes in AI. Also it's much easier when you use our "Split AI" feature...

Link to comment
Share on other sites

" our "Split AI" feature... " 

This I spend some hours to understand how to make it running yet I had only failed so I just used old school method aka that big files ^^

Link to comment
Share on other sites

" our "Split AI" feature... " 

 

This I spend some hours to understand how to make it running yet I had only failed so I just used old school method aka that big files ^^

 

Just split it to UTF-8 files and list them in correct order in ai\classes.txt file

Link to comment
Share on other sites

About drop a tiny setting to change the time before they vanish and a way to prevent their destruct.

 

So I've investigated further and it's not necessary to do any changes in extender - you can change this by editing itemdata.txt and setting drop_period to different value (0 = disable, anything higher than 0 is minutes)

Link to comment
Share on other sites

So I've investigated further and it's not necessary to do any changes in extender - you can change this by editing itemdata.txt and setting drop_period to different value (0 = disable, anything higher than 0 is minutes)

Thank you really helping with my upcoming event for the opening :)

i wanted item to stay a bit longer to match rupee from the game I base my event :D

 

also I wanted to note something, this :

85c614b

That something event official server had not in Ncwest ! 

And that a nice touch without doubt.

I gonna update server and check that right now that always disturbed me that cloak could be bypassed this way :p

 

Link to comment
Share on other sites

Hi sorry for double post, it seem we have a tiny issue, we can not learn skill manually, when we go in npc and ask Learn skill it show the windows properly. but when we click on the skill we want to learn it show nothing.

If I launch server without MyExt64 it does as intended :/
do we would need to upgrade epilogue too or there is an hidden params ?^^
(Using Gracia final 87)
I will try to put on with gracia epilogue client to see if that work better

if not then it might be a params issue in my config

Edited by Jojo_
Link to comment
Share on other sites

hi eressea,

 

keep up the good work! i'm happy to see you go open source with a running server!

can you please recommend any off server files to use your extender with ?

cant find a link for (l2_off_gracia_final)

ty for help ;D  ::)

Edited by Amaskuss
Link to comment
Share on other sites

hi eressea,

 

keep up the good work! i'm happy to see you go open source with a running server!

can you please recommend any off server files to use your extender with ?

cant find a link for (l2_off_gracia_final)

ty for help ;D  ::)

 

Hi, you can use l2server_l2off_gracia_final_83 https://www.4shared.com/archive/MSxwxKnXce/l2server_l2off_gracia_final_83.html or data from AdvExt64 Gracia Final

Link to comment
Share on other sites

Thanks a lot for all your work, this is an awesome share.

 

Quick question, is there a reason to not set FixSpiritshotLag to true in the config? I mean, who wouldn't want their spiritshots to be lagfree?

Link to comment
Share on other sites

Thanks a lot for all your work, this is an awesome share.

 

Quick question, is there a reason to not set FixSpiritshotLag to true in the config? I mean, who wouldn't want their spiritshots to be lagfree?

 

Hi, it's there because it changes server behaviour and there really may be someone who wants genuine Official Server feeling (this bug is still there - see http://boards.lineage2.com/showthread.php?t=291191). In other extenders it's configurable (Vanganth has SpiritShotExtension, AdvExt64 has NON_DB_SOULSHOT). Also see this comment http://www.maxcheaters.com/topic/207258-interlude-project/?p=2590370

Link to comment
Share on other sites

Hi, it's there because it changes server behaviour and there really may be someone who wants genuine Official Server feeling (this bug is still there - see http://boards.lineage2.com/showthread.php?t=291191). In other extenders it's configurable (Vanganth has SpiritShotExtension, AdvExt64 has NON_DB_SOULSHOT). Also see this comment http://www.maxcheaters.com/topic/207258-interlude-project/?p=2590370

 

Thanks for the answer. That's quite funny to me, but it explains it.

Link to comment
Share on other sites

I've already started working on Epilogue support (in a separate branch), currently I'm able to parse skilldata.txt, itemdata.txt and skillacquire.txt for Epilogue - last commit is here https://bitbucket.org/l2shrine/extender-public/commits/1b1735c2959a6d14b11c00083692933af0182d68

 

Skilldata will still need some work (for example implementing target_type = enemy_not) and it definitely needs some testing, but we're on the way :)

 

I've just done support for skill transfer (EtcSkillType 7, 8 and 9), you can see some screenshots on our forum https://forum.l2shrine.com/topic/1194-small-update-on-hard-work-on-epilogue/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • /data/attachments/4/4519-0e10f165cf34562cd44d346d47967752.jpg Dear friends! September 27 we start Event for Olympiad games on Open Beta server Start Olympiad games in 19:00 (UTC +3) September 27 Fights will be till 23:40, then we get Heroes (after 00:00) All who get Hero status, will receive 500 ToDs. Best 5 Hero, who will get the most PTS, will get 800 ToDs instead of 500. ToDs you will get on your Master Account balance No class vs class fights Enchant Level Restrictions: S gr +6, A gr + 7, C/B gr + 16. On Olympiad, all items that higher than restriction level will be removed, and you won't be able to use them or wear them Talent Tree avaible only Tier 1 (same like will be on 1st Oly cycle on Live server) Skill enchant lvl: 15 max for 2nd profession, 7 for 3rd profession - its global rules for all Beta Good luck to Everyone!  
    • I'm currently working on an advanced auto-farm compatible with older chronicles (C4, IL, HF, etc) and older L2J-Mobius builds. https://imgur.com/a/LJS2OMC
    • GamezAION 4.8 High Quality Relaunch Coming Friday 4th October 2024   All Latest Retail Skin Appearances Unique RvR Battlegrounds (Guardian) (Battle of Gods) Added New PvPvE Map with Seasonal Ranking System Active Anticheat System & Shugo Console Support   Download links available on website   https://gamezaion.com Join the Action!
    • 🌟 Step Into Lin2Age C4 – Your Nostalgic Journey Awaits! 🌟 Get ready for an unforgettable adventure filled with fierce battles ⚔️, mighty clans 👑, and epic quests 🌍! Lin2Age is a custom Lineage 2 server designed to bring you the ultimate classic experience, enriched with modern features. Whether you're a battle-hardened veteran or a fresh-faced newcomer, there's a place for everyone in our world! 🛡️✨   🔥 Why Lin2Age is Your Best Choice 🔥 ✅ Dynamic Events & Rewards: Enjoy thrilling features like TVT, Magic Roulette, Daily Rewards, measures to enhance your gameplay. ✅ Advanced Security Features: Enjoy robust protections with Anti-Bot measures, Password Lock, and Raid Boss Information to keep your adventures safe and secure. ✅ Balanced Gameplay for All: Dive into a harmonious blend of PvP, PvE, and crafting! Lin2Age combines the finest elements from Scions of Destiny MasterWork and Interlude, ensuring an immersive experience for every playstyle! 🛡️⚔️ ✅ Epic Gear & AIO Buffer: Equip Legendary Armor and powerful jewels! Our All-In-One Buffer is at your service, empowering you to dominate the battlefield! 💎💪 ✅ Unique Custom Features: Embark on exclusive quests 📜 and take on formidable raid bosses 🐉! Lin2Age is filled with thrilling content that keeps your adventures lively and exciting. 🎯🎮 ✅ Thriving Community: Join a vibrant community where teamwork and friendship thrive! Whether leading a clan or joining one, support is always at your fingertips! 🤝👑 ✅ Regular Updates & Events: Experience continuous excitement! With frequent updates, fresh custom content, and epic events, Lin2Age is always evolving, thanks to your invaluable feedback! 🔄🏆 ✅ Smooth, Lag-Free Experience: Enjoy uninterrupted gameplay on our top-tier servers—say goodbye to lag! 🚀⚡   💎 Fair Play Above All 💎 At Lin2Age, we champion a balanced and equitable gaming experience. Our No Pay-to-Win policy ensures that success comes from skill, strategy, and teamwork, not your wallet! 💪 Everything you need to thrive can be earned through quests, crafting, and epic battles! 🏆🎮   🔑 Key Features You’ll Love 🔑 🔹 Rates: EXP x45, SP x45, ADENA x300—meticulously balanced for your enjoyment! 🔹 Custom Classes & Skills: Discover unique classes and skills that make PvP combat dynamic! ⚔️ 🔹 Epic Raid Bosses: Challenge yourself against custom bosses for legendary loot! 💀🏹 🔹 Clan Wars & Sieges: Test your strength in exhilarating clan wars and castle sieges! 🏰⚔️ 🔹 Dedicated Support Team: Our active Game Masters are committed to ensuring fairness and smooth gameplay! 👥🛡️ ⚔️ Join the Lin2Age Beta Test – Adventurers Needed! 🛡️ Are you ready to experience the glory of Lineage 2, reimagined for a new generation? 🌍 Become part of our exclusive beta test and help shape the future of Lin2Age! 🚀✨ Start your epic journey today. Welcome to Lin2Age C4! 💬 Connect with Us on Discord Join our community, stay updated, and take part in the latest events! Discord: https://discord.gg/qKJnQ7Kp5X Youtube: https://www.youtube.com/watch?v=nnO-J_uAqvg https://prnt.sc/b3tRHlxT6YS7
  • Topics

×
×
  • Create New...