-
Content Count
8,937 -
Joined
-
Last visited
-
Days Won
25 -
Feedback
0%
Content Type
Downloads
Articles
Profiles
Forums
Store
Streams
Everything posted by SweeTs
-
Exactly. You can't have high quality with sponge (Bob) inside. @melronrofl.
-
Fatal error. Access denied.
-
Pointless. Raptor wins.
-
That guy is funny.. He needs more attention than Kara his time..
-
https://tenor.com/KjVL.gif
-
Are you retarded or what? It's NOT about "does it work or there are bugs", "how good the features are". It's all about the code aspect. So.. crawl back to your hole and don't talk as you are not a developer, just an admin. Admins and players pov in this subject... doesn't matter. Read the topic once again. ---- Yoo fellas. @Kara,╭∩╮(︶︿︶)╭∩╮
-
More like, if you want a ready to go server, take Lucera. Otherwise, aCis, yet you will have to implement all what you need and fix potential issues. People are using Lucera since ages and say it's good enough, no major bugs and have shitload of customs. Everything depends what you really want. A project to worn on or you want to open a ready to use server. -------- Btw, hello fellas. Long time no see*. * - not coming back, no time for mxc bullshits, just saying hello 😄
-
Help how to stop following script if voiced command used
SweeTs replied to Friko's question in Request Server Development Help [L2J]
Simplest solution. Before you do revive, make a zone check.. Sounds obvious, right. Whatever you like. Could be assigned to some method, variable as suggested. But it's not like it's a must, nor the whole code is super duper. Keep it simple stupid. -
Help Help with this please.
SweeTs replied to MoNsT3ReN4RgY's question in Request Server Development Help [L2J]
I already told you what to do. Not my fault you don't listen. -
Help Help with this please.
SweeTs replied to MoNsT3ReN4RgY's question in Request Server Development Help [L2J]
Most likely bcs you remove player from party and then loop party, which doesn't exists anymore for that player. Move it above, first do check for members count and teleport them ALL and then remove player from party. Also, this is funny public boolean isInsidePartyZone() { return isInsidePartyZone(); } -
As from time to time I see people searching for time limited items and/or questions about how to modify the shadow items system, I decided to code one. There is nothing modified from vanilla code, everything is custom. Q: So, how does it work? A: All you have to do is to add a new XML line to your item. The time value is in minutes. <set name="time" val="1" /> Q: When the time-task is triggered? A: The task is triggered on item acquisition. Q: Is it limited to weapon/armor type items? A: No. You can add it to ANY item, whether if
-
Request The Nostalgic Dragon Network l2 Arena 200x
SweeTs replied to Justforfun12345's question in Request Server Development Help [L2J]
Nop, still wrong section and prefix. -
Request good balanced custom or no pack (interlude)
SweeTs replied to aris1kam's question in Request Server Development Help [L2J]
First section, public sources. -
Request How to disable skill_id 1 if skill_id 2 reusedelay > 1
SweeTs replied to StarSCreams's question in Request Server Development Help [L2J]
Make proper check based on both ids / create some new skill handler to code your logic. But ye, basically you make a check on skill use, like (pseudo-code), if (skill_id = 2 && skill_id_1 = reuse) return. -
Request good balanced custom or no pack (interlude)
SweeTs replied to aris1kam's question in Request Server Development Help [L2J]
Get a clean pack and create "balance" on your own. https://acis.i-live.eu/index.php -
https://acis.i-live.eu/index.php
-
Help Problem in mysql HELP
SweeTs replied to Bigman's question in Request Server Development Help [L2J]
Datetime precision is set to 0, drop it. -
Help Communioty Board error
SweeTs replied to 0flee's question in Request Server Development Help [L2J]
You are calling a file which does not exists. -
Help Java Paid Licence?
SweeTs replied to Tamira's question in Request Server Development Help [L2J]
Let's ne honest, Oracle do not really care about you and your L2 server. But if you care, use OpenJDK. https://adoptopenjdk.net/ -
Help FakePlayer Vote Manager API
SweeTs replied to cicos's question in Request Server Development Help [L2J]
Try player instanceof FakePlayer -
How about posting in proper godamn section? Does it look like client section? Its not your first time.
-
It's plain wrong. The guy who coded that has no idea what he did. He should NOT copy other codes that much. Tip: for (Player player : World.getInstance().getPlayers())
-
Don't use that code, it's bad. Database connection on each click, no thanks.
-
Help L2JAcis Flag PvP Zone PROBLEM
SweeTs replied to L2-Luna c6's question in Request Server Development Help [L2J]
Updatepvpstatus there is such method, something like that, on Player. Add zone check and return. -
Help Server startup problem
SweeTs replied to Nyrco's question in Request Server Development Help [L2J]
Sql syntax error and wrong IP configuration. First, you have to see the query and edit it, but it's from sources, so..