Jump to content

L2Off Vanganth Custom Scripts


Recommended Posts

Hello everyone,

I'm going to sell my scripts separately from my pack ( L2OFF Vanganth Extender ) because of one of my friends suggestion. Are completly, that mean missing AIs,skills,npcs are added - fixed - improved.
The scripts will come with all HTMs.
Comes with all events : heart,medeal, gate regen. etc.


I'm selling them RETAIL, untouched drop rate - amount  of ai.obj, npcdata 1x.  

About testing them, yes, I can perform a live server, so you'll can test the files directly and indirectly. More information about test can be found on my e-mail/skype  markwilbertl2@hotmail.com 

Price: 100 euros via Paypal

I'll add one small preview of some what I done, it's a copy from the pack topic:

I'm using different names of AI than Vanganth.

 

Added the missing quests in P.I,added new npcs ai useful for quests (ex: ulu_kaimu,balu_kaimu,chuta_kaimu), improved the quests already existed.
 
These changes was in: ai.obj,npcdata,npcpos,npcpch,quest_pch,quests_pch2,hatmls
 
ai.obj: Added the AIs of all missing quests.Added the missing AIs of all npcs-> now all npcs have AIs (ex: velociraptor,tyrannosaurus),fixed and improved.
I'm using different names of AI than Vanganth files. (my files,ex: velociraptor : party_private_primeval - Vanganth files : velociraptor : warrior_universal ).
npcdata: added the missing npcs,changed the names of some npcs.
npcpos: changed all npcs positions to retail, consulting all Lineage2 community stuff. (ex: files,db etc ).
npcpch: changed the names of some npcs,added missing ones.
html: added all htms of all npcs,retail ones.
 
Defeat the Elrokian Raiders!
Meeting the Elroki
The Name of Evil - 1
Attack Sailren!
The Name of Evil - 2
 
Pagan Tempe:
Added,changed, fixed the whole Pagan - npcs ( all npcs working very well ).
Improved the geodata.
Changes was in: ai.obj,npcdata,html,geodata.
 
Changes about quests,npcs ( Added - Fixed ), now works like it should :
Changes in ai.obj,html,npcdata,npcpos,npcpos,quest_pch2
 
The Leader and  the Follower
Aiding the Floran Village
Added the Schuttgart parts (ex:Path of the Artisan)
To Lead and Be Led
Beyond the Hills of Winter
Seekers of the Holy Grail
Grave Robber Annihilation
Walk of Fate
Ghosts of Batur
Guardians of the Holy Grail
The Other Side of Truth
An Ice Merchant's Dream
Seductive Whispers
A Game of Cards
Rather Be Collecting Fairy Breath

About skills,fixed knowed bugged skills (ex:Sand Bomb).
Changes: skilldata
 
 
This isn't the whole list,these are only some examples.The whole pack is still available.

At command I can make a custom server ( L2OFF Vanganth Extender ) and sell it like it is. 
Someone who want that kind of stuff, contact me markwilbertl2@hotmail.com 

 
Have a nice day everyone, Mark.
Edited by markwil
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...

well,most is good,he fixed many quest.but some are bugged,some Ai classes missed and need fixes....and we still waiting for your fix

Edited by sandeagle
Link to comment
Share on other sites

Just because I was operated in hospital because of one malformation that doesn't mean I can do sh*t. I'm waiting your apologize just because I got many customs that are satisfied.
And about the errors, I'll come in 2 days with l2npc errors fix.L2server errors already fixed and uploaded to svn.

Link to comment
Share on other sites

Just because I was operated in hospital because of one malformation that doesn't mean I can do sh*t. I'm waiting your apologize just because I got many customs that are satisfied.

And about the errors, I'll come in 2 days with l2npc errors fix.L2server errors already fixed and uploaded to svn.

oO

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

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...