Jump to content

Damon

Administrator
  • Content Count

    98
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Damon


  1. On 1/19/2023 at 8:12 AM, valentina said:
    • Add restriction to Healers classes in events (TvT, CTF, DM) 
    • Change Raid Boss *killed_time* to *next_respawn* in .boss command
    • Add pathnode  ( Mobs are below the ground and inside the walls ) 

    This geo-engine doesn't use pathnodes and this is not the  reason why you noticed something like that in your server.
     
    If some kind of monsters are below the ground might be 2 reasons: 
    1. Bad configuration of server.
    2. You don't use our geodata files.
    But if you can find the same places in our test server then please report it to us. Send screenshots or coordinates of location and we'll check it.

    Other suggestions will be added soon.


  2. On 11/27/2022 at 7:35 PM, SubZero91 said:

    It is the messenger for the siege(game)NPC outside of Bandit StrongHold Clan hall. When you press the button register 

    Ok, I'll check this out and if something wrong  then this fix will be added with the new update. Once again thank you for the report.


  3. 20 hours ago, Goth said:

    Hello,

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    My Suggestion is create 2 params if u are vip u can use the autofarm for X time straight, if not you are can use farm for x time,

    Example,

    12 hrs of autofarm if ur vip and 2 hrs of autofarm if ur not, why this? we create another reason to buy vip and  support the server

    Hello,
    Ok, I'll think about this. Thank you for your suggestion.


  4. On 11/21/2022 at 10:01 PM, SubZero91 said:

    Hello! When I choose the option select a clan NPC; this comes up.

    HTML is missing:

    data/scripts/quests/BanditStrongHold/agit_oel_mahum_messenger_6.htm

     

    Does the this siegable clan hall working?

    Helllo,
    Yes, it does. Can you tell me where you found this missing html or NPC id at least?


  5. 4 hours ago, Niroan said:

    Im really lost as of How it should be easy to add NPC. There is not guide anywhere. I know i need to make the html for the conversation. Etc

     

    but i have no clue How to add new NPC, change skin of it.. add custom shop.. place it inside World.

     

     

    It would be much easier for you to find already created NPC and just add it.


  6. On 11/12/2022 at 8:57 PM, Niroan said:

    Title says it all, been trying to contact via Discord and Direct Message.
    But no help.

    Please fix this.

    Hello,
    Did you turn on this mod from config file config/mods/autofarm.ini ?


  7. You must be signed in to view the link content in this post. Please Sign In or Sign Up.


    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    L2jOrion Server Files Updates (Changeset 28 | Revision 899)


    CORRECTIONS

    • CORRECTED - Skills list and now it sorted by skill id.
    • CORRECTED - The bosses Anakim and Lilith soul crystal's chance (Like L2OFF).
    • CORRECTED - NPC: Innocentin (High Priest). It had wrong sub-classes by his own type.

    ADDONS

    • ADDED - Autofarm bot mod. Config file included.
      Screenshot 2022-11-03 181219.png

    OPTIMIZATION

    • IMPROVED - Server pack secure against exploits and some cheats. (PART 4)
    • IMPROVED - Performance and stability (database connections, code clean up, rework). (PART 3)

    BUGS

    • FIXED - Quests bug. The quest with some kind of conditions can not be included in active quests list.
    • FIXED - Toggle skills bug on weapon change (Thanks to 
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
       for the report). 
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • FIXED - Grand bosses random respawn time issue. It had wrong time, because of random system that started from 0 and not from 1.

     


    • Submitter
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • Submitted
      11/03/22
    • Category
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.

     


  8. CORRECTIONS

    • CORRECTED - Skills list and now it sorted by skill id.
    • CORRECTED - The bosses Anakim and Lilith soul crystal's chance (Like L2OFF).
    • CORRECTED - NPC: Innocentin (High Priest). It had wrong sub-classes by his own type.

    ADDONS

    • ADDED - Autofarm bot mod. Config file included.
      Screenshot 2022-11-03 181219.png

    OPTIMIZATION

    • IMPROVED - Server pack secure against exploits and some cheats. (PART 4)
    • IMPROVED - Performance and stability (database connections, code clean up, rework). (PART 3)

    BUGS

    • FIXED - Quests bug. The quest with some kind of conditions can not be included in active quests list.
    • FIXED - Toggle skills bug on weapon change (Thanks to 
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
       for the report). 
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • FIXED - Grand bosses random respawn time issue. It had wrong time, because of random system that started from 0 and not from 1.

     


  9. 4 minutes ago, SHKEd said:

    This is the l1 variable from the code - yes. I take the value from there. 

    But my percentage calculation formula does not work correctly. I would like to know how the game is calculated. I got 90 percent instead of 12 in the game. 
     

    Don't forget you need to restart character if you want to see the real data from database.  It's not like you think that you can see exp in LIVE mode if you still are online and farming mobs.
    I'll send you DM.

    • Like 1

  10. 3 minutes ago, SHKEd said:
    
    //Something like this =)
    
    l1 =  $base->get_tolvl($char_lvl + 1); //GET XML LVL TO
    l2 =  $base->get_exp_char($char); //GET CURRENT EXP CHAR FROM DB `characters.exp`
    
    
    //JS VUE
    procent(l1,l2){
      let m = (l1*100)/l2;
      return parseFloat(m).toFixed(2);
    },

     

    So, probably your answer is here: game/data/xml/experience.xml


  11. On 10/6/2022 at 1:52 PM, SHKEd said:

    How to view/edit drop prize in Squash Event?  

    Unfortunately, these ids added to core side.
    But always possible ask to add a new things as additional for example: new special config with your ids.

    // npcId, itemId, chance
    		// Young Squash
    		{
    			12774,
    			1060,
    			100
    		}, // Lesser Healing potion
    		{
    			12774,
    			1062,
    			50
    		}, // Haste potion
    			// High Quality Squash
    		{
    			12775,
    			1539,
    			100
    		}, // Greater Healing potion
    		{
    			12775,
    			1375,
    			70
    		}, // Greater Swift Attack Potion
    		{
    			12775,
    			1459,
    			50
    		}, // Crystal c-grade
    			// Low Quality Squash
    		{
    			12776,
    			1061,
    			100
    		}, // Healing potion
    		{
    			12776,
    			1062,
    			70
    		}, // Haste potion
    		{
    			12776,
    			1458,
    			50
    		}, // Crystal d-grade
    		
    		// Large Young Squash
    		{
    			12777,
    			1061,
    			100
    		}, // Healing potion
    		{
    			12777,
    			1374,
    			50
    		}, // Greater Haste potion
    			// High Quality Large
    		{
    			12778,
    			1539,
    			100
    		}, // Greater Healing potion
    		{
    			12778,
    			6036,
    			70
    		}, // Greater Magic Haste Potion
    		{
    			12778,
    			1459,
    			40
    		}, // Crystal c-grade
    			// Low Quality Large
    		{
    			12779,
    			6035,
    			70
    		}, // Magic Haste Potion
    		{
    			12779,
    			1458,
    			50
    		}, // Crystal d-grade
    		
    		// King
    		{
    			13016,
    			1540,
    			100
    		}, // Quick Healing Potion
    		{
    			13016,
    			1460,
    			40
    		}, // Crystal b-grade
    		{
    			13016,
    			5234,
    			20
    		}, // Mystery Potion
    			// Emperor
    		{
    			13017,
    			1540,
    			100
    		}, // Quick Healing Potion
    		{
    			13017,
    			20004,
    			40
    		}, // Energy Ginseng
    		{
    			13017,
    			1461,
    			20
    		}, // Crystal a-grade
    		{
    			13017,
    			5234,
    			10
    		} // Mystery Potion
    	};

     


  12. 1. Does the server work without a real member status?
    Yes, it does work. This status doesn't affect server's performance.

    2. What the real member is for and what kind of access it has?
    Real Member has following privileges:

    • Access to edit „Your Pack Settings“ in your own forum profile and bind your server IP/DOMAIN address (unlimited times).
    • Unlimited IP/DOMAIN/SUBDOMAIN address changing (binding).
    • Access to the downloads section.
    • Access to the updates section.
    • Technical support and help.
    • A new group color of Real Member.,
    • Our respect to you, because you help the project stay alive. ;) 

    3. How much the server pack costs in my currency?
    Go to Google 

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    and enter 1 of these keywords below:
    39.99 GBP to EUR
    39.99 GBP to USD
    39.99 GBP to BRL

    Write: price GBP to your_currency
    For example: 39.99 GBP to EUR

    4. What is IP BINDING or what does it mean?
    This means server files are protected by 1 IP and it won't work with another IP (external IP of server machine). Also, possible use: Domain or Subdomain instead of IP. 
    In  different words - 1 IP per server pack at the time.
    (It's changeable in your user profile anytime)

    5. Can I get source code if I bought the server pack (server files)?
    No, Source code is private unless you wanna buy it.

    6. Can you add something new by special request?
    Yes, we can, but it might cost more money like for additional work. We can edit or add to source code whatever you want by our customer wishes.

    7. Can I get the server files for free to check them out?
    No, you can't. Many testers already did it. We have a test server for this and some of features description, examples with downloads here:

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    8. What if I never had server before and I don't know how to use it?
    We will try to help you as much as possible. We can help you with installation of server or create a server from zero. Also, we will teach you how to use it.

    9. What if I couldn't find the payment method suitable for me? NEW
    Contact us and we will help you with that.

     

     

    Will be more... 
     

    • Like 1

  13. 37 minutes ago, Coffee said:

    Pet resurrection not working ... 

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    and command .buff working on dead pet possible bug/exploit !

    Pet's issue was only in test server which is fixed already and buffer is corrected. Thank you for the report.


  14. 9 hours ago, Coffee said:

    Hi Again ... 

    You must be signed in to view the link content in this post. Please Sign In or Sign Up.
     .

     

    Fixed. Thank you for the report.


  15. *** The first updates after vacation. From now on it's gonna be monthly.

    CORRECTIONS

    • CORRECTED - Seven sings htm for festival guides and added missing teleport to Dimension rift.

    ADDONS

    • UPDATED - Show characters online list and added a new option: Players (real online players). Before we had Show Bots and Show Offline stores.
      Screenshot 2022-09-01 204609.png

    OPTIMIZATION

    • IMPROVED - Server pack secure against exploits and some cheats. (PART 3)
    • IMPROVED - Performance and stability (database connections, code clean up, rework). (PART 2)

    BUGS

    • FIXED - Premium system exploit.
    • FIXED - Clan hall payment issue.
    • FIXED - Skill: Snipe. The range increasing worked with different type of weapon.
    • FIXED -  NPC: Black Judge > Death Penalty reduce bug. It did not work before. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED -  Skill's types: INSTANT JUMP (movement bug)  and GET PLAYER (it did not work all the time and it was more likely visual bug).
    • FIXED - Bot's flood error because of auto learn skills. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Soulshots activating issues (LIke L2OFF). (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Manual set siege date issue. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - CH auction: bid price was displayed for everyone. Now is corrected (Like L2OFF). (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Skill queue issue. Skill was used on second target even if you have not activated it. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Toggle skills:. It was impossible to deactivate on attack.
    • FIXED - Weapon's Pole soulshot count issue on attack.

  16. You must be signed in to view the link content in this post. Please Sign In or Sign Up.


    You must be signed in to view the link content in this post. Please Sign In or Sign Up.

    L2jOrion Server Files Updates (Changeset 27 | Revision 869)


    *** The first updates after vacation. From now on it's gonna be monthly.

    CORRECTIONS

    • CORRECTED - Seven sings htm for festival guides and added missing teleport to Dimension rift.

    ADDONS

    • UPDATED - Show characters online list and added a new option: Players (real online players). Before we had Show Bots and Show Offline stores.
      Screenshot 2022-09-01 204609.png

    OPTIMIZATION

    • IMPROVED - Server pack secure against exploits and some cheats. (PART 3)
    • IMPROVED - Performance and stability (database connections, code clean up, rework). (PART 2)

    BUGS

    • FIXED - Premium system exploit.
    • FIXED - Clan hall payment issue.
    • FIXED - Skill: Snipe. The range increasing worked with different type of weapon.
    • FIXED -  NPC: Black Judge > Death Penalty reduce bug. It did not work before. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED -  Skill's types: INSTANT JUMP (movement bug)  and GET PLAYER (it did not work all the time and it was more likely visual bug).
    • FIXED - Bot's flood error because of auto learn skills. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Soulshots activating issues (LIke L2OFF). (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Manual set siege date issue. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - CH auction: bid price was displayed for everyone. Now is corrected (Like L2OFF). (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Skill queue issue. Skill was used on second target even if you have not activated it. (
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
      )
    • FIXED - Toggle skills:. It was impossible to deactivate on attack.
    • FIXED - Weapon's Pole soulshot count issue on attack.

     


    • Submitter
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.
    • Submitted
      09/11/22
    • Category
      You must be signed in to view the link content in this post. Please Sign In or Sign Up.

     


×