
Jobalabido
Members-
Content Count
38 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
2 NeutralAbout Jobalabido

-
Rank
Vassal
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Help Community board's top button handlers
Jobalabido replied to Jobalabido's question in Request Server Development Help [L2J]
so you're saying it's server side, not client -
Help Community board's top button handlers
Jobalabido replied to Jobalabido's question in Request Server Development Help [L2J]
mobius -
Help Community board's top button handlers
Jobalabido replied to Jobalabido's question in Request Server Development Help [L2J]
I want to change their bypass, I want for example, if the memo takes you to your notes to take you somewhere else -
Help Community board's top button handlers
Jobalabido posted a question in Request Server Development Help [L2J]
Anyone knows how to edit the handlers of the buttons on top of the community board? -
Help Καλησπερα σε ολους.!
Jobalabido replied to MoNsT3ReN4RgY's question in Request Server Development Help [Greek]
Ψάξε online courses και ξεκίνα, γενικά υπάρχουν courses που ξεκινούν από πολύ απλά πράγματα και πηγαίνουν σε πολύ προχωρημένα. Από stackoverflow και από google δύσκολα θα μάθεις, θέλει να έχεις κάποιες αρχικές γνώσεις για να ξέρεις τι θα ψάξεις και τι θα επιλέξεις. -
μπορεις ανετα να δουλεψεις με αυτο, pride packs υπαρχουν αμετρητα shared μπορεις απλα να κανεις implement οτι εχει μεσα αυτο το jar πανευκολα, που κολλας?
-
κανε decompile αγορι μου, εχει source ναι
-
δεν μπορεις δλδ να ανοιξεις το jar να δεις το source
-
@InTheEndॐ"Αυτό πρέπει να γίνει junk απαγορεύονται τα Project που δεν έχουν source στα Shares και δεν έχει ούτε backup άχρηστο ειναι " τι εννοείς ότι δεν έχει source? Τυφλός είσαι?
-
Who told you that i got it from a share?
-
I have one but not for free
-
backup of what
-
Help PeaceZone problem
Jobalabido replied to MoNsT3ReN4RgY's question in Request Server Development Help [L2J]
Go to locations inside SQL, create a new id 99999(the id that you already have inside zonez.xml, you might need to change this id to both zones.xml and sql but they need to be the same) then for a more easy zone create change that <zone id='99999' type='Town' shape="NPoly" minZ="-3788" maxZ="-3770"> to <zone id='99999' type='Town' shape="Cuboid" minZ="-3788" maxZ="-3770"> , inside sql you will need to assign the location id, the location x, y and maybe the min and max z 2 times because it is cuboid. That's all -
Help PeaceZone problem
Jobalabido replied to MoNsT3ReN4RgY's question in Request Server Development Help [L2J]
Did you set those z's? -
Help PeaceZone problem
Jobalabido replied to MoNsT3ReN4RgY's question in Request Server Development Help [L2J]
Zones should be in db at a file called zones.xml, inside that are all the zones of the server with different ids, you just have to find the one you are looking for