
Hann1bal
Members-
Posts
223 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Hann1bal
-
Καλημέρα, στο μεταφράζει αυτόματα στα Ελληνικά. Λογικά σε ρωτάει που ξεκινάνε τα human στο L2.
-
These commands work, but how does it activate/deactivate?
-
I remember using this for interlude back in the days, recently though I saw it on a high five video. I tried finding it but no luck. Does anyone have this patch? The screenshot is the first I found from Google, it's interlude. Thanks in advance.
-
Discussion Auto Events Or Gm events?
Hann1bal replied to NamelessHQ's topic in General Discussion [English]
Hello, generally I don't like automated events. Just TvT. Gm-events hype the players a lot in my opinion. Since it's for a low rate server, I would suggest to keep the events for the GMs to make. -
Hello everyone, I've been looking for a interface for Hi5 (if it exists) that auto targets enemies during PvP with the ability of selecting what class to target, such as giving priority to Cardinals etc. Thanks in advance.
-
Is this really a thing? I thought it was just a troll pic someone made from his own server with his Gm character.
-
I N T E R E S T I NG. All I can say. If I had time I would join for sure. I'll log in on the beta though. Good luck!
-
Help Port Forwarding
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
I would be so happy if that was the problem but sadly it isn't. It's the correct ip. -
Help Port Forwarding
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
If the issue is from my router(s) I must be really unlucky then for having 2 of them. This issue is troubling me for about 2 weeks and I can't find any other problem, so it might really be from the routers. -
Hello, I tried making my server online so my friends and I can play but I think I have an issue with my ports. I open my ports from my router settings and noone can login except me. They can't even pass the login screen. I followed every guide I found, dissabled firewalls etc etc, I even set up a second router and I got the same issues. The ports I opened were 7777,9014,2106. I called my internet provider and they told me that it's not their concern when a customer wants to forward ports other than the ones they already forwarded in the pre-configuration of the router and that it's most likely a problem of my router(which I find it quite impossible since I got the same issue with my 2nd router). Here's a screenshot of my settings, it's pretty much the same on the other router too. Has anyone had this issue before or anyone knows how to solve it? Thanks in advance. (I'm using aCis 382 if that is any help).
-
Help "I have nothing to say to you"
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
Ok solved. I had to add the main html of the npc in "data/html/default". Thanks again Tryskell. -
Help "I have nothing to say to you"
Hann1bal posted a question in Request Server Development Help [L2J]
I found a shared npc on this forum, succeeded to adapt it for aCis 382, compiled correctly. When I spawn the npc with the correct npc type, I get the message "I have nothing to say to you". I tried adding the html files in different folders to see if I got the directory messed up or something. But thats not the issue cause even without any html I get the same message. Does anyone know what causes this? Thanks. -
Help Npc gone after restarting
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
Solved the issue. Apprarenlty I forgot a NPC I was trying to make. Deleted Class from eclipse but not the NPC in the XML, so it had "wrong" type so long. Thanks everyone. Newbie mistake I guess. -
Help Npc gone after restarting
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
That's what I'm thinking but last stuff I edited was itemhandler for hero coin etc, I didn't edit any spawn related class. -
Help Npc gone after restarting
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
I use //spawn command. I already have custom npcs spawned into the game which are saved after restarting. For some reason, no npc is saved from now on, even if I spawn existing in-game Npcs like Clarissa(30080). -
Help Npc gone after restarting
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
-
Help Npc gone after restarting
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
Can't find such a setting in any config in the pack I use. -
As mentioned in the title, I lose Npcs after restarting the server from the admins panel. The problem is, I never had this issue before. Also it's not for certain Npc, it's for all Npc. What i mean is, all the Npc I spawned before I started getting this issue are still in place. Whatever I spawn now is gone after restarting. It's like I exceeded the limit of spawns. Tried searching here but nothing was applicable for me (even though others had this issue). Is there anyone who had this issue or anyone who knows how to solve this? Thanks in advance. (aCis 382)
-
Help ItemHandler issue
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
Thanks, works. You can lock it. Here's the final code if anyone's interested. https://pastebin.com/rGk1WPy7 -
Help ItemHandler issue
Hann1bal replied to Hann1bal's question in Request Server Development Help [L2J]
When I do that I get as possible fix " Create useItem()'in super type IItemHandler' " on that line of the code. If I make that fix I get errors on all other classes of ItemHandlers. -
Hello, I recently added this code, which I adapted for aCis 382. I compile and run the gameserver without any error. I added the configs and I also tried without configs but by directly adding the rep value or item Id in the code. But once I press the item in game nothing occurs in both situations. With some searching I did on the forum I found that it's an issue from registering the handler and adding it to the items XML. I think I've done those though. I've added these in ItemHandler : import net.sf.l2j.gameserver.handler.itemhandlers.Calculator; +import net.sf.l2j.gameserver.handler.itemhandlers.ClanRepsItem; registerHandler(new Calculator()); +registerHandler(new ClanRepsItem()); Added this in the XML of Festival Adena : <set name="is_stackable" val="true" /> +<set name="handler" val="ClanRepsItem" /> Does anyone know what could cause this? Thanks in advance. Edit : Added the code I use. https://pastebin.com/xTeZt9Jf
-
Guide Πως Θα Ανοίξετε Έναν L2J Interlude Server
Hann1bal replied to InTheEndॐ's topic in Server Development Discussion [Greek]
Πιστεύω πως ναι, αλλά μετά το compile δεν μου είναι σε φάκελο "workspace" όπως το βίντεο. Ο φάκελος όμως που πήρα είναι ο directory φάκελος που δείχνει στο eclipse. -
Guide Πως Θα Ανοίξετε Έναν L2J Interlude Server
Hann1bal replied to InTheEndॐ's topic in Server Development Discussion [Greek]
Τα ξανα έκανα αυτά τα βήματα και δυστυχώς το ίδιο πρόβλημα αντιμετωπίζω. (jdk 11 έχει το tutorial) -
Guide Πως Θα Ανοίξετε Έναν L2J Interlude Server
Hann1bal replied to InTheEndॐ's topic in Server Development Discussion [Greek]
Ολα τα έχω κατεβασμένα απο τα λινκ του tutorial εδώ. -
Guide Πως Θα Ανοίξετε Έναν L2J Interlude Server
Hann1bal replied to InTheEndॐ's topic in Server Development Discussion [Greek]
Κάτι κατάλαβα, γιατί όμως; Στο compile υπάρχει το πρόβλημα;