Jump to content

Recommended Posts

Posted

Hello all i want to share substack npc by allen but changed to L2jFrozen by me

 

http://www.4shared.com/rar/76RKtO0W/SubStack_NPC_l2jFrozen.html

 

#---------------------------------------------------------------------------------------------------------------------------------------------------
# SETTINGS
#---------------------------------------------------------------------------------------------------------------------------------------------------

#For more than 3 subclasses, you must increase the variable number into the SQL and add to the database. 
#inside the sql you will find some variables named SubclassidX. Just change the "X" increasing the number. 
#This value shouldn't be changed if you don't want to increase the subclasses number beyond 3. 
#Increase or decrease the "maxsubsindb" value without make these changes, will cause errors. Be carefull!.
maxsubsindb = 1

# Subclasses number that can be added. Must be less than or equal to "maxsubsindb".
SubsNumber = 1

# True, allows add stackable subclasses in every original game subclass (Mainclass and every retails).
# False, allows add stackable subclasses in only one original game subclass or main class
AllowMultiSubs = False

# True, allows any stackable subclass. False, allows add your own race's subclasses only.
AllowAllSubs = False

#This option work if "AllowAllSubs = False", Also you need to be using a original game subclass (Retail) to get available this.
#True, allow add a subclass with the same main class's race. False, allow add a subclass with the same Retail's race.
AllowMutantRetail = False

#True, allows delete the main class or any subclass added. False, allow to delete added subclasses only. Default: False
AllowDelMainClass = False

# Minimum Level to add a subclass. Default: 76
MinLevel = 76

#True, allows add subsclasses if the character is a Noblesse only. False, otherwise. Default: False
AllowOnlyNobles = False

#True, allow to add subclass or any other actions if you have the required items only. False, otherwise
ReqItems = False

#Required Item to switch between the subclasses. Default: 57 (Adena)
#Required items number.
Item1_Req = 57
Item1_Num = 1000000

#Required Item to add a subclass.
#Required items number.
Item2_Req = 4356
Item2_Num = 5000

#Required Item to delete subclasses.
#Required items number.
Item3_Req = 4356
Item3_Num = 1000

# True: Change level after add a subclass
# False: Not to change level after add a subclass. Default: True
DecLevel= True

# True:  HTML will show 3rd Class trasfer to choose, also it disallow add subclasses if the characters haven't added 3rd job.
# False: HTML Will show 2nd Class trasfer to choose, also it disallow add subclasses if the characters haven't added 2nd or 3rd job.
AllowThirdJob = False

#Level at which the character will be changed after add a subclass. Default: 40
NewLevel= 40

# True: The user must wait a while before take any action. Default: True
# False: The user can do any action without time constraints. Not recommended
Block = True

#Blocking time in seconds before take any action.
BlockTime = 20

 

NPC work too in aCis

 

shot00002fal.png

By kamil7jar at 2012-04-09

 

shot00003uc.png

By kamil7jar at 2012-04-09

 

shot00004cva.png

By at 2012-04-09

Posted

Mam mały problem , gdy pobieram sube adminem jest wszystko oke dostaje skille , gdy biore sube normalnym charem nie dostaje jej i dostaje bład w konsoli , nie wiem co jest grane : /

uzywam l2jfrozen najnowszy revision

Posted

Mam mały problem , gdy pobieram sube adminem jest wszystko oke dostaje skille , gdy biore sube normalnym charem nie dostaje jej i dostaje bład w konsoli , nie wiem co jest grane : /

uzywam l2jfrozen najnowszy revision

Use the damn english language.
Posted

# True: Change level after add a subclass

# False: Not to change level after add a subclass. Default: True

DecLevel= True <--- Change this to "False"

Posted

# True: Change level after add a subclass

# False: Not to change level after add a subclass. Default: True

DecLevel= True <--- Change this to "False"

now adds Sube , but does not add skills

teraz dziala subclassa ale nie dodaje skilli ; /

Posted

[PL] Ustaw auto learn skilli poshwithaj sie pare razy i sprawdz czy usuwa i dodaje skille czy sa stale te same

[PL] mam ustawiony AutoLearSkill dodaje sobie sube i sie nie "stukują" skille tak jakbym wziął retailowa subclasse

 

Adminem dziala poprawnie wszystko nie mam pojęcia ocb ; /

  • 2 weeks later...
Posted

hi i whant to now if whit this code can make 1 acumulative subclass every retail subclass. main(2 class) subclass 1(2 class) subclass2(2 class) this code is for that?

Posted

Thing that you probably have forgot though when it's substack race only is that if they make a normal subclass first, then substack it, then remove the subclass while being on the substack, then they can mutant, we have used every single "substack npc" for our server project (l2allstars), but in the end we had to do our own which is far more extreme than any shared one since we basically had to re-structorize our database.

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

    • Update M54: Global HP/MP/CP consumable handling expanded beyond combat-only usage. Offensive mage idle recovery with learned skill Battle Heal. Spellhowler/Storm Screamer prioritizes Hurricane, using Vampiric Claw mostly below 90% HP. Major structural refactor initialized: Added category/class organization such as Archer, Dagger, Tank, Mage, Healer, Support and Specialized class files. Further structural cleanup. Extracted combat memory/state and more class-policy logic from the main controller. Added global stuck/inactivity watchdog for bots blocked by terrain/geodata. Added unreachable dropped ground-item timeout/temporary blacklist. Reworked Necromancer/Soultaker PvP: Dominator level 78+ maintains learned Arcane Power toggle on. Overlord/Dominator level 44+ maintains learned Soul Guard toggle automatically. Stability/scalability update: Bot controller ticks staggered instead of all starting in the same phase: Same 350 ms update rate retained Reduces simultaneous AI workload bursts. Removed the old manual aggressive-monster EVT_AGGRESSION bridge. Phantoms now use native Lucera setActive() behavior so monsters aggro them naturally. Reduced unnecessary NPC scans and native AI event pressure. Added saved-bot equipment overrides using a separate database table:         lucera_autobots_items Existing lucera_autobots remains the main saved-bot identity/state table. Equipment rows are linked to saved bots through bot_id. Added optional convenience view to show bot name together with equipment overrides:         lucera_autobots_items_view Added editable equipment slots in columns: Weapon Shield Helmet Chest Legs Gloves Boots Necklace Left/Right Earrings Left/Right Rings Equipment override values: 0 = use normal class/level profile item -1 = force slot empty >0 = equip that Item ID Custom equipment works only for saved database bots. Default class/level equipment profiles remain unchanged. Supports custom equipment from No Grade to S Grade, regardless of the bot's current level. Added validation for invalid item IDs and incompatible equipment slots. Added handling for: Two-handed weapons vs shields Full-body armor vs separate leggings Added all-grade Soulshots and Spiritshots to bot inventory/replenishment so custom lower-grade weapons still use the correct shots. Mage profiles that already use Blessed Spiritshots keep that behavior with all relevant grades available. First save the bot normally so it exists in table:         lucera_autobots Then open:         lucera_autobots_items Find the row with the same bot_id and edit only the equipment slots you want. Example: weapon_id = 6608 shield_id = -1 helmet_id = 0 chest_id = 0 legs_id = 0 gloves_id = 0 boots_id = 0 This means: weapon_id 6608 → custom weapon shield_id -1 → no shield all 0 values → keep normal default profile equipment After editing the DB, despawn and respawn the saved bot so M54 reloads its equipment overrides. Do not edit bot_id. Use it only to identify which saved bot the equipment row belongs to.   DOWNLOAD
    • It will be multi client so it will detect the client from the files and adapt the packets and asset loading. I am aiming for C4 and H5 after IL
    • this is just to simplify your life, time, and can be done for free by yourself just watch some tutorials, in case you don't wanna waste time check it out!   https://l2getwork.art   https://l2getwork.art/showcase.html  
    • Good job! Any chance for it to be downgradeable or at least compatible with older chronicles?
    • Fermata now runs in a web browser too. Try it here: https://web.fermata.gg/    
  • 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..