Jump to content
  • 0

[help pls] about raids


Question

Posted

can someone tell me how can i modify stats to raids. i can go from raid to raid and modify them but isn't there an easy way to do that, like modify them all at once lower theyre stats by x% from DB ??

6 answers to this question

Recommended Posts

  • 0
Posted

u mean lower their hp mp p.attack etc?? no as i know there is not a way.. only 1 by 1.. but there is a way to put same hp mp etc to all raid.. but then all raid will be same :/ so its gonna mess them up...

  • 0
Posted

hpregen is a standard setting for all raids.. can lower that :)

 

else.. copy fields from DB into excel and make a new setting. then select the colum at the top and move your cursor the right lower corner of that colum. click and drag downwards and all in the line of (for example pdef) will be set the same =]

 

how to select all bosses?

navicat > npc table > filter > mobtype > l2boss

  • 0
Posted

Well i suppose that the problem is the damege they do cause for they defence there is setting in config. So tell me want to reduce: patk/matk/speed? of all raid bosses or only specific lvl raids?

  • 0
Posted

Example for half stats: copy this to notepad and save it. Open database and choose import and Browse file.

UPDATE `l2jdb`.`npc` SET patk=(patk/2) WHERE type='L2RaidBoss';
UPDATE `l2jdb`.`npc` SET matk=(matk/2) WHERE type='L2RaidBoss';
UPDATE `l2jdb`.`npc` SET runspd=(runsps/2) WHERE type='L2RaidBoss';

Guest
This topic is now closed to further replies.


  • Posts

    • Good luck my friend! 😃
    • try this one instead. The one he shared affects every single NPC/player character in the game, the one I posted only affects player characters  https://drive.google.com/file/d/1UtccbD9e50x3WEnQBab2PTZnBHwpcGYM/view?usp=sharing or perhaps i misunderstood; if you could please post a full explanation of the problem you're having with the files, unfortunately i think whatever you're using to translate to english is a bit bad nevermind, i got what you mean, here's the fix   https://drive.google.com/file/d/1av7OHaGSdnVQtcBgb9MhtiIkxVXy3P2y/view?usp=sharing   CanIngnoreCollision=True CanBeIngnoredCollision=True  
    • <dailyReward days="28" autoOpen="true" minimumOnlineTimeSeconds="30" oneRewardPerIP="true" resetIfMissDay="true">   For now, I have these settings in the XML—this is the V1 version I created, though I plan to make further improvements over time. Of course, I’ll also add more protections—MAC, HWID, and perhaps others like account-based restrictions—to make it more secure. We can also implement non-tradable items to further enhance the system's security. I’ll keep posting updates and refining both the system and the interface. I might make a video tomorrow; if you look at the top, you'll see the "auto-open" feature can be toggled on or off, allowing users to rely solely on the `.daily` command. Cheers! Note: If I sell it in this state, I’ll provide support and roll out updates to users. I’m not forcing anyone to buy anything; I’d even provide the patch files so that anyone with the necessary skills can add features, modify it, or improve it further.
    • If the problem is that the target is lost, the action of aiming at another character, upon losing collision, does not allow aiming.   This one works as it should, allowing you to target characters
  • 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..