-
Posts
220 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by ServeSATAN
-
[Guide]How to make fishing zone
ServeSATAN replied to `Rοmeο's topic in Server Development Discussion [L2J]
fukc post count why you think that? maybe it's usefull and you post it's useless to earn post? I repeat this is usefull share! -
[Guide]How to make fishing zone
ServeSATAN replied to `Rοmeο's topic in Server Development Discussion [L2J]
not agree this is usefull for newbies thx for share -
[Guide]Admin access levels
ServeSATAN replied to `Rοmeο's topic in Server Development Discussion [L2J]
realy nice and usefull for newbies thx -
[Report] Wrong Section Topics/Titles or Undigs
ServeSATAN replied to GrisoM's topic in Report Section
http://www.maxcheaters.com/forum/index.php?topic=138707.0 Missing pastebin link... -
[Share]Disable item drop for low level character
ServeSATAN replied to ServeSATAN's topic in Server Shares & Files [L2J]
for example i have server and starting adena is 50.000.000 someone will create new character and drop items in ground then took them in main character. with this config admin will disable item drop for low level characters -
Hello Maxcheaters.Today i guy in help section open topic about how to disable for low level characters item drop.and i decide to make this share. Diff Index: /java/lt/equal/gameserver/network/clientpackets/RequestDropItem.java =================================================================== --- /java/lt/equal/gameserver/network/clientpackets/RequestDropItem.java (revision 33) +++ /java/lt/equal/gameserver/network/clientpackets/RequestDropItem.java (revision 34) @@ -110,4 +110,12 @@ return; } + + //Disable Item Drop For Low Level Characters + if (activeChar.getLevel() < Config.NEWBIE_LEVEL && Config.DISABLE_DROP_LOW_LEVEL && !Config.ALLOW_DISCARDITEM) + { + activeChar.sendMessage("Low Level Character's Can't Drop Item"); + activeChar.sendPacket(new SystemMessage(SystemMessageId.NOTHING_HAPPENED)); + return; + } if (_count <= 0) Index: /java/lt/equal/Config.java =================================================================== --- /java/lt/equal/Config.java (revision 25) +++ /java/lt/equal/Config.java (revision 34) @@ -786,4 +786,6 @@ public static int SOE_Z; public static boolean DISABLE_DROP_FOR_GM; + public static boolean DISABLE_DROP_LOW_LEVEL; + public static int NEWBIE_LEVEL; // RATES_CONFIG_FILE @@ -2112,4 +2114,6 @@ SOE_Z = Integer.parseInt(byLekiSettings.getProperty("CustomSOEz", "-3724")); DISABLE_DROP_FOR_GM = Boolean.valueOf(byLekiSettings.getProperty("DisableItemDropForGM", "False")); + DISABLE_DROP_LOW_LEVEL = Boolean.valueOf(byLekiSettings.getProperty("DisableItemDropForNewbie", "False")); + NEWBIE_LEVEL = Integer.parseInt(byLekiSettings.getProperty("MinLvlForItemDrop", "40")); _log.info("# " + BYLEKI_CONFIG_FILE + " Sucessfully LOADED #"); Index: /config/ByLeki.properties =================================================================== --- /config/ByLeki.properties (revision 25) +++ /config/ByLeki.properties (revision 34) @@ -410,2 +410,11 @@ CustomSOEy = -87806 CustomSOEz = -2915 + +#-------------------------------------------------------------- +# Disable Item Drop for Low Level Characters +#-------------------------------------------------------------- +#Disable Item Drop for Low Level Characters? +DisableItemDropForNewbie = False + +#Minimum level for Item Drop +MinLvlForItemDrop = 40 Credits to me
-
you can turn off quest. find and open scripts.cfg and change this ai/individual/Valakas.java to this #ai/individual/Valakas.java
-
Hello Maxcheaters. I Decide to write guide about how to Checkout/Upload/Commit Source with TortoiseSVN and all this without Eclipse!. I have bad PC so i can't use Eclipse. so i'm Using TortoiseSVN for Checkout/Upload/Commit Source and Ant for Compile it. So Let's Start. Checkout First of all download TortoiseSVN. Link Direct Link When download,Open and install it's not hard. When Install Restart Computer. Go to D Disk and Create Folder for example "L2Server". now we need svn link of your favorite pack. SVN links you can see in Coyote™ -s Topic [share] L2J Projects & Guiding So for example we took L2jServer Interlude Pack. Right Click on folder L2Server and Click SVN Checkout In URL of Repository write L2jServer Interlude Source Link http://www.l2jserver.com/svn/branches/L2_GameServer_it/ And Click OK. Will Start Source Download When in Finished click OK. Now We Have Source. if you need to Compile it read guides [Guide]Compile with maven [without eclipse] By Sуѕтємƒяєαк [GUIDE] How to Compile with Ant(without eclipse) By Leki Upload Source to Your Project's SVN First of All Read Guide of Coyote™ About [Guide]Creating your own L2j Project. So if you read this guide you must be have svn link. So Let's Start. Go to D:/L2Server(Pack that we downloaded) Right Click -> TortoiseSVN -> Export Select D Disk,Create New Folder "MySource" And Click OK. When it finish Exporting go to D:/MySource/L2Server Right Click And Select TortoiseSVN -> Import in URL of Repository write your SVN link. i created for test http://subversion.assembla.com/svn/TestOfLeki/ Will Start source files upload in your svn server. so w8 when it finished click OK. Commit Changes to your project's timeline When you finish source upload to your SVN server,you must download it back from your svn link. So go to D:/MySource and create folder TestOfLeki(or your projects name) and download source like first guide! now you have your project source.you i think need some java modifications and fixes so this topics will be usefull for your [Guide]Java - Core Modifications By Matim [share]All Java Shares, Fixes & Guides Till Today! By Coyote™ [Guide]L2Java; Making your server, protecting it, modifying it, LEARNING. By Coyote™ now for example we change our source,we have add this java share: [sHARE] Custom starting lvl By Interpid and we need to commit about change. go to you source main folder(D:\MySource\TestOfLeki) Right Click -> SVN Commit In "Message" you must write what you changed in this revision. i write "Added Custom Starting Level". And in Changes Made you see what files you changed. when it finish you see now see your timeline. my - http://trac.assembla.com/TestOfLeki/timeline Finish of Guide :) Credits to Me
-
1.search in configs. if it's not in configs open data/stats/skills/2000-2099 find this <skill id="2005" levels="1" name="Pollen"> <set name="power" val="200.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="MANAHEAL"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="buffDuration" val="15000"/> <set name="isPotion" val="true"/> <for> </for> </skill> and change power to 600 <set name="power" val="600.0"/> 2.i can't understand this question 3.if you are gm and teleporting to grand boss area it wil do this. because you entering in lair without quest
-
you must just create npc with L2Npc type and when use //ctf command you must specify npc id
-
[Help] add a skill to player
ServeSATAN replied to dios's question in Request Server Development Help [L2J]
-
[Help] add a skill to player
ServeSATAN replied to dios's question in Request Server Development Help [L2J]
this will works only on one player not on all tyrants! -
Spawn after death(help)
ServeSATAN replied to bembis's question in Request Server Development Help [L2J]
change second -
Spawn after death(help)
ServeSATAN replied to bembis's question in Request Server Development Help [L2J]
go to gameserver/network/clientpackets/RequestRestartPoint.java find loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town); change to loc = new Location(81236, 148638, -3469); -
because no rbs upper 61 lvl don't have item 5575 in droplist
-
[Share-Guide]Scroll Of Mage & Fighter
ServeSATAN replied to EdenEternal's topic in Server Shares & Files [L2J]
yes in eplogue is different way to add this first you must ad scroll in etcitem.sql and then make skill for example of windwalk <skill id="2318" levels="1" name="Scroll of Wind Walk - Event Use"> <set name="itemConsumeCount" val="1"/> <set name="target" val="TARGET_SELF"/> <set name="hitTime" val="4000"/> <set name="staticHitTime" val="true"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <cond msgId="113" addName="1"> <player flyMounted="False"/> </cond> <for> <effect name="Buff" time="3600" val="0" stackOrder="40" stackType="speed_up"> <add order="0x40" stat="runSpd" val="33"/> </effect> </for> </skill> -
and what? if you use INSERT INTO droplist VALUES you can't indicate only rbs
-
[Help]Auto Updater Problem
ServeSATAN replied to kostakis450's question in Request Server Development Help [L2J]
first of all at site must be apache! if you using free hosting maybe it's problem of hosting. because at some hostings you can't use Updater. -
i just tell you example... for example all 61+ raidboss have item 9999 in droplist you can use this command UPDATE droplist SET itemId=(youitemid) WHERE itemId=9999 AND mobId IN (SELECT id FROM npc WHERE level >= 61 AND type='L2Raidboss');
-
[Help] add a skill to player
ServeSATAN replied to dios's question in Request Server Development Help [L2J]
with SQL query INSERT INTO skill_trees VALUES ('48', '4', '1', 'Dash', '43000', '40'); -
you can't do that because you must use INSERT comand and this command can't indicate only rbs. you can just replace with adena.
