Jump to content

[Share] SubStack Npc for Interlude


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

# 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 ; /

Link to comment
Share on other sites

[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 ; /

Link to comment
Share on other sites

  • 2 weeks later...

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.

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

    • So excited to announce 3x Telegram Premium (6 months)   Join our official TG and participate to win!   Asocks.com - trusted proxy service providing mobile and residential proxies with a single price of $3 per 1GB   A huge locations pool and high speed will help complete all tasks    
    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...