-
Posts
3,875 -
Joined
-
Last visited
-
Days Won
28 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by 'Baggos'
-
What you mean?
-
Read the [Add Server Rules].
-
Help Skills enchant vanishes after restart, rev 372.
'Baggos' replied to iiyama's question in Request Server Development Help [L2J]
acis 372 clean? -
Help Acis Problem registering game server
'Baggos' replied to dr3am3r's question in Request Server Development Help [L2J]
It will work even with the latest Mysql/navicat. Do not download files from other sites.. Just google the programs. My opinion it's to update your mysql to latest.. But if it's just a test server, ok. Locked. -
WTB hello, I need a Greek Dev with knowledge l2j H5
'Baggos' replied to RasAlGhul's topic in Marketplace [L2Packs & Files]
Topic moved. -
Help Droplist Help
'Baggos' replied to ganjaradio's question in Request Server Development Help [L2J]
I don't know what file is.. I'm talking about the main code for this drop list.. Maybe the HTML, which show the droplist. -
Help Droplist Help
'Baggos' replied to ganjaradio's question in Request Server Development Help [L2J]
Paste the code, the xml can't help us.. -
Project L2J Acis Custom Pack
'Baggos' replied to joker90's topic in Server Development Discussion [L2J]
Topic locked. -
Not what SweeTs said.. He said remove the bracket.. only ("%exp%") how the code will read your rates? http://lmgtfy.com/?q=what+bracket+means
-
No matters if you use L2OFF or L2J, you have full buffs for 2 hours+, so the balance, stopped called balance anymore.. Any "balance" mod, it's just a waste of time to import it.. Not saying that Isn't working or something, but you can work with the resists first. For example: <skill id="1352" levels="1" name="Elemental Protection"> <set name="mpInitialConsume" val="14"/> <set name="mpConsume" val="56"/> <set name="target" val="TARGET_ONE"/> <set name="reuseDelay" val="10000"/> <set name="hitTime" val="4000"/> <set name="skillType" val="BUFF"/> <set name="isMagic" val="true"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="400"/> <set name="effectRange" val="900"/> <set name="aggroPoints" val="662"/> <for> <effect name="Buff" val="0" stackOrder="3" stackType="md_up_attr" time="14400"> <addMul order="0x40" stat="waterRes" val="15"/> <addMul order="0x40" stat="fireRes" val="15"/> <addMul order="0x40" stat="windRes" val="15"/> <addMul order="0x40" stat="earthRes" val="15"/> <addMul order="0x40" stat="darkRes" val="10"/> </effect> </for> </skill> By default it's val="20", try to pvp and check the damages. There are and other resists to work with. Do not disable the resists, just edit.. You can also with this way, to make the fear/silence etc to work sometimes. You will make this system for your server. Ofc, for a pvp server, you cannot have the fear/silence etc 30 sec. Then, decrease the crt.dmg from archers if they are overpower. Create a invisible passive skill for archers. Everything is in there.. You can make your own balance, no one can give you a balance for your server, only you, you can create it.. Based on your items etc.. Do not pay for something that you will never see a different. Do not even enable the "balance config" from l2jfrozen pack. It's just a shit config.
-
Help Vote Gia Map
'Baggos' replied to Theocolis's question in Request Server Development Help [Greek]
Πρέπει να πας στο σημείο που είναι ο κώδικας και να το αλλάξεις. Λογικά θα είναι μέσα στα gameserver/model/instances. Για να ξέρεις πιο είναι απ'όλα, πήγαινε στα npc, και δες τι type γράφει το npc. Π.χ type="MapNpc". Εκεί θα δεις από που παίρνει το time του, και θα καταλάβεις τι αλλάζεις. -
I fixed the code for this guy..
-
If he want only S-Grade and the server it's retail armors, Frintezza neck, Queen Ant Ring/DC/Tallum Robe, will be available.. He said restrict for all, armor/weps etc.. So, he need the check. Only in .command, will be bug.
-
Rename the Player for L2PcInstance. What you asked, players will cannot use .command to teleport in zone with x type/grade.. But you will need also a check on Item.java on method checkCondition.
-
Help i dont remember
'Baggos' replied to Theocolis's question in Request Server Development Help [Greek]
That's better yes.. :P He can keep the config. -
Help i dont remember
'Baggos' replied to Theocolis's question in Request Server Development Help [Greek]
gameserver/handler/itemhandler/HeroCustomItem.java Σβήσε αυτό. updateDatabase(activeChar, Config.HERO_CUSTOM_DAY * 24L * 60L * 60L * 1000L); -
WTB Interlude Custom server files
'Baggos' replied to Saruman's topic in Marketplace [L2Packs & Files]
Why you think a old rev it's better than latest? aCis always had issues in every cycle.. The 3-5 firsts cycles it was better.. Try to find those cycles and good luck.. -
Help Nobless Teleport
'Baggos' replied to InFocus's question in Request Server Development Help [L2J]
Try this one. if (command.startsWith("easy")) { if (!activeChar.isNoble()) { activeChar.sendMessage("Only Noblesse players can teleport."); return; } else { activeChar.destroyItemByItemId("consume", 57, 50000, activeChar, true); activeChar.teleToLocation(89006, 27373, -15691); activeChar.sendMessage("You have teleported to easy farm zone"); _reuse.put(activeChar.getObjectId(), System.currentTimeMillis() + delay); } } -
Help i dont remember
'Baggos' replied to Theocolis's question in Request Server Development Help [L2J]
gameserver/handler/itemhandler/HeroCustomItem.java Remove this updateDatabase(activeChar, Config.HERO_CUSTOM_DAY * 24L * 60L * 60L * 1000L); Locked. Already posted on Greek section. -
Help Nobless Teleport
'Baggos' replied to InFocus's question in Request Server Development Help [L2J]
Before the code for teleport put a check if (command.equals("teleportTo")) { if (!activeChar.isNoble()) activeChar.sendMessage("Only Noblesse players can teleport."); activeChar.teleToLocation(list, 0); activeChar.sendMessage("You have been teleported to " + list + "."); } -
Jesus christ!!! Locked. About your reply for "what site is this", we helped you in more than 50 topics from you this month.. You got the answer from the first day.. Don't be rude..
-
Like you did 2 pages before..
-
AbstractNpcInfo.java You can set writeC(cha.isChampion() ? 2 : 0); Without any config, just put this and tell me..

