Jump to content

Recommended Posts

Posted

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)

Posted

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 :)

Posted

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 :)

Posted

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...

Posted

" 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 ^^

Posted

" 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

Posted

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)

Posted

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

 

Posted (edited)

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_
Posted (edited)

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
Posted

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

Posted

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?

Posted

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

Posted

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.

Posted

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/

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

    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
    • +8? Isnt +5 max per one stat?
  • Topics

×
×
  • 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