-
Posts
169 -
Credits
0 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by rasad
-
i think it allready had been shared! anyway tnx for your work! some newbies will need it
-
DAMN that dwarf is hot! :D
-
[Share] Hitman Shield Lineage 2 Gracia Final
rasad replied to rullezz's topic in Client Development Discussion
lol that is something that i must see in a server! looks funny -
[SHARE] all buffs 3h for gracia final
rasad replied to z0ul0u's topic in Server Development Discussion [L2J]
lol good job! i'll gonna need it in a short time! ty -
[SHARE]Server status server for L2 Sites
rasad replied to gkostas5's topic in Server Development Discussion [L2J]
interesting! downloading and testing! i'll reply after that! -
[SHARE][updating]Server adds.Make your server better!
rasad replied to Vazelos's topic in Server Development Discussion [L2J]
tnx man! some of them r usefull! keep up! -
[share]Custom NPC: auto-enchant
rasad replied to WhiteFace's topic in Server Development Discussion [L2J]
ty ! downloading now! i have seen this on some servers! is usefull! -
tnx for the share! i was looking for that too!
-
[Share]Customs Background [Interlude-CT2.3]
rasad replied to CriticalError's topic in Client Development Discussion
seems nice ;) too bad is for so short time! ty -
yes indeed good job! i know drogata since he was Admin at L2Kings. Now he is a part of L2Skyrise project! i hope he will do great job there too! cant wait to c u Drogata!
-
a simple way is to go to your mob u would like to drop the fa shift+click on it and go to droplist add a new drop with the id of FA(i believe is 6673) and add like ExTrEmEDwarf said min 500 max 500 at chance put 900000 and i believe -1 is for spoil remember still that drop and spoil are changed by your server rates... i mean if u put at your mob min 500 and max 500 and your drop/spoil is 2x your mob will drop 1000 fa.Keep that in mind
-
[HELP] atak /casting speed problem
rasad replied to vamav3che's question in Request Server Development Help [L2J]
i am sorry that i dont remember where exactly this file is in hellbound... i'm working on gracia final now, but is somewhere around.. search for this lines in gameserver\config # Maximum character Attack Speed. # Default: 1500 MaxPAtkSpeed = 1500 ----------> here u put your value # Maximum character Cast Speed. # Default: 1999 MaxMAtkSpeed = 1999 -----------> same here try to found this(it may be set at 700 in your server). i hope it will work for u -
if u r using gracia then make new .xml file and name it 9000-9099.xml. if u have it open it with an xml editor and add this <?xml version="1.0" encoding="UTF-8"?> <list> <skill id="9007" levels="1" name="Custom Mana Drug"> <set name="itemConsumeId" val="726"/> <set name="itemConsumeCount" val="1"/> <set name="buffDuration" val="15000"/> <set name="isPotion" val="true"/> <set name="magicLvl" val="1"/> <set name="operateType" val="OP_ACTIVE"/> <set name="skillType" val="MPHOT"/> <set name="target" val="TARGET_SELF"/> <cond msgId="113" addName="1"> <player flyMounted="False"/> </cond> <for> <effect count="3" name="ManaHealOverTime" time="5" val="1.5" stackOrder="1.5" stackType="mp_recover"/> </for> </skill> <skill id="9008" levels="1" name="Custom Mana Potion"> <set name="itemConsumeId" val="728"/> <set name="itemConsumeCount" val="1"/> <set name="isPotion" val="true"/> <set name="magicLvl" val="1"/> <set name="operateType" val="OP_ACTIVE"/> <set name="power" val="500"/> ----------> this is where u put how much to recharge(now is 500) <set name="skillType" val="MANAHEAL"/> <set name="target" val="TARGET_SELF"/> <cond msgId="113" addName="1"> <player flyMounted="False"/> </cond> </skill> </list> and about raid curse u dont need to remove it.u get the curse cuz u r 8 level or more higher than him... go to \GameServer\config\NPC and find this lines (this is for gracia final.....nut is the same for other clients i think ;) ) # Disable Raid Curse if raid more than 8 levels lower. # Caution: drop will be reduced or even absent if DeepBlue drop rules enabled. # Default: False DisableRaidCurse = false -------> change this to true
-
[guide] how to make your pk killer " A GOD "
rasad replied to rasad's topic in Server Development Discussion [L2J]
have u tryed a custom server ??? where armors give insane stats??and as i remember u cant set atk speed to 9999.. anyway try it first and tell me after that... this is mostly for servers with custom stats..but normal servers can use it too -
i hope this is the right section.. if not pls a mod move it where it has to be ok now... if u want your pk guard to be the tough one on your server, u must do just few litlle modifications > 1. go to GameServer\data\stats\skills\ 2. get an editor and open a skill file ... i choosed 9900-9999.xml. no reason thats the one i picked/up if u dont have this one , no problem.... just edit another one and use save as.... this is how my file was looking before.. <?xml version='1.0' encoding='utf-8'?> <list> <skill id="9996" levels="1" name="Ice Heavy Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='290' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='CON'/> <add val='1000' order='0x40' stat='maxHp'/> <mul val='1.06' order='0x50' stat='pAtkSpd'/> <mul val='1.06' order='0x40' stat='pAtk'/> <mul val='1.10' order='0x50' stat='pDef'/> <mul val='1.15' order='0x50' stat='mDef'/> <mul val='1.05' order='0x30' stat='regMp'/> <mul val='1.05' order='0x30' stat='pDef'/> </for> </skill> <skill id="9997" levels="1" name="Ice Light Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='280' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='DEX'/> <add val='400' order='0x40' stat='maxHp'/> <add val='400' order='0x40' stat='maxMp'/> <add val='1' order='0x40' stat='pAtkSpd'/> <mul val='1.10' order='0x50' stat='pAtkSpd'/> <mul val='1.10' order='0x40' stat='pAtk'/> <mul val='1.10' order='0x50' stat='pDef'/> <mul val='1.10' order='0x50' stat='mDef'/> <add val='10' order='0x40' stat='rEvas'/> <mul val='1.05' order='0x50' stat='mDef'/> </for> </skill> <skill id="9998" levels="1" name="Ice Robe Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='180' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='WIT'/> <add val='900' order='0x40' stat='maxMp'/> <add val='30' order='0x10' stat='mDef'/> <mul val='1.08' order='0x50' stat='mAtkSpd'/> <mul val='1.10' order='0x40' stat='mAtk'/> <mul val='1.08' order='0x50' stat='pDef'/> <mul val='1.10' order='0x50' stat='mDef'/> <mul val='1.02' order='0x50' stat='pDef'/> <add val='1000' order='0x40' stat='maxLoad'/> </for> </skill> </list> and now we just add few lines( in other words we just make 2 custom skills - just for pk guard) now the file will lokk like this: <?xml version='1.0' encoding='utf-8'?> <list> <skill id="9994" levels="3" name="xpatkSpd"> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <for> <mul order="0x30" stat="rootVuln" val="0.7"/> <mul order="0x30" stat="poisonVuln" val="0.6"/> <mul order="0x30" stat="poisonProf" val="1.4"/> <mul order="0x30" stat="rootProf" val="1.3"/> ----------> the red part i added as custom <add order="0x40" stat="accCombat" val="2"/> <mul order="0x30" stat="cAtk" val="1.15"/> <mul order="0x190" stat="pAtkSpd" val="19.04"/> <mul order="0x30" stat="mAtkSpd" val="1.04"/> </for> </skill> <skill id="9995" levels="3" name="xpatk"> <table name="#pAtk"> 2 3 4 </table> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <for> <mul order="0x190" stat="pAtk" val="190.085"/> <add order="0x90" stat="pAtk" val="#pAtk"/> </for> </skill> <skill id="9996" levels="1" name="Ice Heavy Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='290' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='CON'/> <add val='1000' order='0x40' stat='maxHp'/> <mul val='1.06' order='0x50' stat='pAtkSpd'/> <mul val='1.06' order='0x40' stat='pAtk'/> <mul val='1.10' order='0x50' stat='pDef'/> <mul val='1.15' order='0x50' stat='mDef'/> <mul val='1.05' order='0x30' stat='regMp'/> <mul val='1.05' order='0x30' stat='pDef'/> </for> </skill> <skill id="9997" levels="1" name="Ice Light Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='280' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='DEX'/> <add val='400' order='0x40' stat='maxHp'/> <add val='400' order='0x40' stat='maxMp'/> <add val='1' order='0x40' stat='pAtkSpd'/> <mul val='1.10' order='0x50' stat='pAtkSpd'/> <mul val='1.10' order='0x40' stat='pAtk'/> <mul val='1.10' order='0x50' stat='pDef'/> <mul val='1.10' order='0x50' stat='mDef'/> <add val='10' order='0x40' stat='rEvas'/> <mul val='1.05' order='0x50' stat='mDef'/> </for> </skill> <skill id="9998" levels="1" name="Ice Robe Armor Set"> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <add val='180' order='0x10' stat='pDef'/> <add val='2' order='0x40' stat='WIT'/> <add val='900' order='0x40' stat='maxMp'/> <add val='30' order='0x10' stat='mDef'/> <mul val='1.08' order='0x50' stat='mAtkSpd'/> <mul val='1.10' order='0x40' stat='mAtk'/> <mul val='1.08' order='0x50' stat='pDef'/> <mul val='1.10' order='0x50' stat='mDef'/> <mul val='1.02' order='0x50' stat='pDef'/> <add val='1000' order='0x40' stat='maxLoad'/> </for> </skill> </list> remember that u can adit any skill file that i like.and instead of 9994/9995 u can use anything u want 3. now go to your l2jdb in navicat. open the npcskills table and add this 2 lines 55560(your pk guard id) 9994(the custom skill that u just created) 3(level of skill) 55560(your pk guard id) 9995(the custom skill that u just created) 3(level of skill) save modifications. now open custom_npcskills table and add the same 2 lines 55560(your pk guard id) 9994(the custom skill that u just created) 3(level of skill) 55560(your pk guard id) 9995(the custom skill that u just created) 3(level of skill) save here too and now u have the toughest pk guard. u wont stand a chance not even with all armor +65535 ;) i hope this will help whoever needs it. btw... as a bonus... if anyone needs to know how to make your mana potions recharge more just post here.i can help. EDIT 18.08.2009 http://www.maxcheaters.com/forum/index.php?topic=69682.0 ---> here u will find about mana potions
-
don't u have in Bulgaria hosting services?? how expensive can it be??it's really shame that this nice server must close...btw.. how is Ivan doing?? i havent spoked to him in a while??? say Hello from Casper!
-
no news on server machne???? ??? i'm checking every day maybe u will find after all a solution. let's hope for the best!
-
L2King L2J Pack - Looking For Server Machine
rasad replied to drogata's question in Request Server Development Help [L2J]
http://l2kings.forumup.co.uk/viewtopic.php?t=44&start=105&mforum=l2kings -
why dont u try to host it yourself until u find a good machine?? if u say can suport up to 100 players i think it would be good enough to play until a new machine is found! think about it! this could be an option until then!we were like 50-60 as i remember maybe more! i think it can be handlled! WHAT U SAY ?? :P
-
how come u advertise here as 500x and the server is 4x??? i cant understand ???