Jump to content
  • 0

Question

Posted

καλησπερα παιδια εχω περασει την geodata του stazis και του akumu αλλα και στις δυο στον σερβερ μου μπορεισ να αβρεσεις στην ακρη των δενδρων και σε καποιουσ μικρουσ τοιχους στις ακρες διχως να σε βαρανε τα mob οτανε ρχονται κονταα...help οποιος ξερει!

Recommended Posts

  • 0
Posted

καλησπερα παιδια εχω περασει την geodata του stazis και του akumu αλλα και στις δυο στον σερβερ μου μπορεισ να αβρεσεις στην ακρη των δενδρων και σε καποιουσ μικρουσ τοιχους στις ακρες διχως να σε βαρανε τα mob οτανε ρχονται κονταα...help οποιος ξερει!

αν είσαι σίγουρος ότι την έχεις περάσει σωστά,τότε μάλλον είναι προβληματική η συγκεκριμένη.

 

δοκίμασε κάποια άλλη/άλλες.

  • 0
Posted

παλιι τα ιδια κοιτα τα options αν και ειναι σωσταα

 

GEODATA

# --------------------------------
#  Geo Configuration -
# --------------------------------
# 0 = geodata disabled (default).
# 1 = enabled geodata.
# If ForceGeodata = true, it requires ~ 3 GB
# If ForceGeodata = false, then the required rate of screws 7200
#
# 2 = geodata and patchnod (search path) are included.
# If ForceGeodata, ForcePathNod = true, it requires about 5 GB
# If ForceGeodata, ForcePathNod = false, then the required rate of screws 7200
#
# -1 = Patchnod (search path) enabled.
# If ForcePathNod = true, it requires about 2 GB
# If ForcePathNod = false, then the required rate of screws 7200
# Test function! There may be mistakes! 
GeoData = 2

# Default: False
AcceptGeoeditorConn = False
GeoEditorPort = 9011

# [True] Download geodata in RAM (using about 2 GB).
# [False] Do not download geodata in memory. Read from the hard disk.
ForceGeodata = True

# Cell-level pathfinding, produces more accurate routes but is (maybe 10x) heavier to calculate. Recommended for small servers at least.
# If False, pathnode files are used. Uses a max number of nodes in calculation which can be adjusted in the algorithm if it needs to be faster.
# Default: False
CellPathFinding = False

# -------------------------------------------------------------
# Z-Axis correction for L2Spawns.
# Possible values: Town, Monster, None, All
# If you have problems with NPCs spawning on town roofs, change to "Monster" or "None"
# If you have problems with dungeon mobs spawning on surface, change to "Town" or "None"
GeoCorrectZ = All

# This is setting of experimental Client <--> Server Player coordinates synchronization,
#   0 - no synchronization at all
#   1 - parcial synchronization Client --> Server only * using this option it is difficult for players to bypass obstacles
#   2 - parcial synchronization Server --> Client only
#   3 - full synchronization Client <--> Server
#	4 - new kind of synchronization with geodata
#  -1 - Old system: will synchronize Z only
CoordSynchronize = 2

# Size of the world on axes X, Y and Z
WorldSizeMinX = -131072
WorldSizeMaxX = 228608
WorldSizeMinY = -262144
WorldSizeMaxY = 262144
WorldSizeMinZ = -15000
WorldSizeMaxZ = 15000

FallDamage = True

AllowWater = True

 

OPTIONS

# Configure zones
# 0 = World Peace
# 1 = PVP sieges in
# 2 = PVP everywhere
ZoneTown = 0

# Configure IM
# Global Chat (ON (region), OFF, GM, GLOBAL)
GlobalChat = GLOBAL

# Do you need pvps points to use global chat?
EnableGlobalPvp = True
GlobalPvpAmount = 3000

# Global Trade chat (ON, OFF, GM, LIMITED (region))
TradeChat = ON

# Do you need pvps points to use trade chat?
EnableTradePvp = True
TradePvpAmount = 100

# Maximum number of characters for chat phrase
MaxChatLength = 100

# Who can write in the trade chat if it is global?
# True = only nubless, false = all
TradeChatIsNooble = False

# The penalty for illegal character of
# 1 - Sending GM reporting the action
# 2 - Kick the player
# 3 - Kick and ban
# 4 - Jail player 
DefaultPunish = 2

# Minutes to stay in jail if punishment is jail
DefaultPunishParam = 0

# Remove the character from account
DeleteCharAfterDays = 1

# -----------------------------------
#  Server Optimization -
# -----------------------------------
# Allow players to drop items on the ground.
AllowDiscardItem = False

# Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
AutoDestroyDroppedItemAfter = 0

# Time in secs after which dropped herb will be auto-destroyed
AutoDestroyHerbTime = 0

# List of item id that will not be destroyed (separated by "," like 57,5575,6673).
# Notes:
#       Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
#       Items on this list will be protected regardless of the following options.
ListOfProtectedItems = 57,3496,3487,6320,6321,6393,6392,5011,1571

# Just delete the stuff that fell out of players
# WARNING: only works when AutoDestroyDroppedItemAfter> 0
DestroyPlayerDroppedItem = False

# Just to destroy such things as: armor, weapons, jewelry
# WARNING: only works when DestroyPlayerDroppedItem = true
DestroyEquipableItem = False

# Keep discarded things in the database to be restored after restarting the server
SaveDroppedItem = False

# Clean up the table after loading things into memory - Safe Settings
# If the server crashes before you save things at next start will be restored old things
# And the players will be able to collect some of them - that will prevent duplicate
EmptyDroppedItemTableAfterLoad = False

# Time in minutes to save the discarded items in the database, 0 to disable
# WARNING: If this option is disabled SaveDroppedItemInterval,
# Things will remain in the database only when you restart the server
SaveDroppedItemInterval = 60

# Delete all saved items from the database at next start
# WARNING: only works when SaveDroppedItem = false
ClearDroppedItemTable = False

# Remove broken quests player
AutoDeleteInvalidQuestData = False

# Set to false can improve the performance of servers with high concurrence
PreciseDropCalculation = False

# Allow create spliced things
MultipleItemDrop = True

# Sending information about all the things your character, and not only that with which the operation takes place.
# WARNING: Incredible traffic loads.
ForceInventoryUpdate = False

# The maximum deviation from the point of Spawn mobs
MaxDriftRange = 200

# Minimum and maximum delay animation
# The minimum can not be greater than the maximum.
# "0" by default.
MinNPCAnimation = 10
MaxNPCAnimation = 20
MinMonsterAnimation = 5
MaxMonsterAnimation = 20

# Show the lvl and type of agro mobs?
ShowNpcLevel = True

# Record the location of the characters in the file before the off / restarting the server?
ActivatePositionRecorder = False

# ----------------------------------
#  Additional Settings -
# ----------------------------------
# On / Off Warehouse
AllowWarehouse = True

# On / Off hashing Warehouse
WarehouseCache = False

# How much memory should occupy hash Warehouse
WarehouseCacheTime = 15

AllowFreight = True

# Allow player trying on weapons and armor in shops
# Trying to set the price of each item
AllowWear = False
WearDelay = 10
WearPrice = 10

# Allow players to use the arrow keys for movement.
# is strongly recommended to include this parameter to the even-enabled geodata, 
# as with his players will be able probiratsya through closed doors.
AllowUseCursorForWalk = True

# Test configuration
AllowLottery = False
AllowRace = False
AllowRentPet = False
AllowFishing = False
AllowBoat = False
AllowCursedWeapons = False
AllowManor = False
AllowNpcWalkers = False

# -------------------------------
#  Community board -
# -------------------------------
# Panel Type Community
# - Full = new panel
# - Old = old panel
# - Off = off
CommunityType = Full
BBSDefault = _bbshome

# Displayed in the community level characters
ShowLevelOnCommunityBoard = True
ShowStatusOnCommunityBoard = True
NamePageSizeOnCommunityBoard = 50
NamePerRowOnCommunityBoard = 5

# Options grid: Grid can be enabled or disabled. This also will affect
# Loading and processing of all tasks of artificial intelligence and geodata to work in conjunction with the grid.
# When playing in this place the character begins to work immediately grid and in addition
# Start lining up for a specified number of seconds from 8 neighboring character grids.
# After exiting the main square and adjacent characters within a few seconds is
# Coordinates, if all this time in the area had no players.
# Enabling this option allows grids to be always active.
GridsAlwaysOn = False
GridNeighborTurnOnTime = 30
GridNeighborTurnOffTime = 300

# Combining streams prioritized implementation
# The default values -1,0,1 (group low / med / high)
ExecutorPriLow = -1
ExecutorPriMed = 0
ExecutorPriHigh = 1

# Only Adena, LifeStones, SealStones, Boss Jewels Drop Option
HighRateServerDrops = False

  • 0
Posted

οχι πισω απο τους τοιχους ειναι ενα mob κοντα σε ενα δεντρο π.χ και βαραω το mob τρεχω λιγο πισω απο το δεντρο και παω λιγο στην ακρη του δεντρου εγω το βαραω κανονικα εψω αυτο οχι

  • 0
Posted

οχι πισω απο τους τοιχους ειναι ενα mob κοντα σε ενα δεντρο π.χ και βαραω το mob τρεχω λιγο πισω απο το δεντρο και παω λιγο στην ακρη του δεντρου εγω το βαραω κανονικα εψω αυτο οχι

Δεν ξερω , παντως αν θες καλυτερη geodata μπορεις να αγορασεις απο εδω : http://maxcheaters.com/forum/index.php?topic=232473.0

  • 0
Posted
έχεις γράψει τα αρχεία των geodata/panthode στο .txt file;

 

1) Μπες στο φάκελο geodata (gameserver/data/geodata) και δημιουργήστε ένα νέο έγραφο κειμένου (.txt) με ονομασία geo_index

Τώρα το βαρετό κομμάτι... πρέπει γράψεις όλα τα names των files που υπάρχουν στον φάκελο.

 

2) Το ίδιο θα κάνεις στο φάκελο pathnode (gameserver/data/pathnode) αλλά το έγραφο κειμένου ονομάσε το pn_index

 

Λίγες πληροφορίες παραπάνω μήπως δεν κατάλαβες θα μπείς στον φάκελο geodata μέσα εκέι θα δημιουργήσεις ενα έγραφο κειμένου με ονομασία geo_index

Οταν λέω να περάσεις ολα τα names ton files μεσα στο geo_index θα είναι κάπως έτσι

15_20

15_21

15_22

15_23

15_24

15_25

15_26

16_10

16_11

και πάει λέγοντας μέχρι στο τέλος. Υπάρχει περίπτωση να το έχει το geo index και να είναι έτοιμα. Αν ναι τότε ψάξε για άλλη geodata

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hey everyone, I was wondering if anyone knows where the client loads all the .dat files. Is there some kind of manifest or list you can specify which dat files the client loads?
    • 🔥 Welcome to Lineage 2 Haruna x3 – True Classic Interlude Experience 🔥 At Haruna x3, we’re bringing back the true essence of Interlude – slow, meaningful progression where every level matters, every item has value, and PvP is real. We’re not about fast servers, pay-to-win advantages, or fake populations. Our goal is simple: create a fair, stable, and long-term server where players can enjoy real competition, strategic clan warfare, and the thrill of open-world PvP. 💎 What Makes Haruna x3 Special? x3 Rates – Perfect for steady, rewarding progression Classic Interlude Mechanics – Relive the nostalgia of Interlude Stable & Lag-Free Gameplay – Optimized for thousands of players online Fair & Balanced – No pay-to-win, every victory is earned PvP & Clan Warfare Focused – Every battle counts 🌟 Quality of Life Features to Enhance Your Experience We keep the classic feel while adding features that make the game more convenient and enjoyable, including: Shift + Click to view monster droplists Free item mail and buy/sell via Adena Daily login rewards & Stream Rewards ALT+K Skill Panel & Alt+Click buffs removal Offline shop system Captcha for security Donate Coins currency (cannot be traded, dropped, or destroyed) Classic P110 client – no custom interface 🏰 Our Philosophy We believe Lineage 2 is about the journey, not just the destination. Haruna x3 is designed for months and years of growth, not weeks. We provide a community-driven environment where honest gameplay, fair competition, and strategic teamwork are at the forefront. 🌍 Join Our Community Whether you’re a veteran of Interlude or a returning player seeking a true classic experience, Haruna x3 offers a place to fight, trade, and grow alongside dedicated players. Step into the world of Haruna x3 – where every decision matters, every fight counts, and every victory is yours to earn. Discord: https://discord.gg/7DDC9Dsxnh Website : www.l2haruna.com
    • No, the real purpose is cheating and custom  development for games.  I'm building a custom AI moderator specially for checking illegal activity and flag current topica.
    • Hello trying to edit Armorgrp_Classic.dat using L2ClientDat Editor - l2jmobius edition I can normally open a file but can't save, even can't save "clean" version of file (just open and then click save) Other files i can normally open, edit and save. but there is problem with Armorgrp_Classic.dat Anyone find solution, or other Editor for protocol 166 ?   [25/12 15:10:11] --------------------------------------- [25/12 15:10:11] Open file: Armorgrp_Classic.dat [25/12 15:10:11] File Armorgrp_Classic.dat encrypted. Lineage2Ver413 decrypt ... [25/12 15:10:11] Decrypt Armorgrp_Classic.dat file successfully by v413_encdec decrypter. [25/12 15:10:11] Read the file structure ... [25/12 15:10:11] Unpacking [L2GameDataName.dat] [25/12 15:10:11] GameDataName: Load 97534 count. [25/12 15:10:11] Completed. [25/12 15:11:32] Wrong param count for wrapper: fertheia_mesh_add, paramIndex: 1, params: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} -node: fertheia_mesh_add[WRAPPER][null][null] param: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} org.l2jmobius.xml.exceptions.PackDataException: Wrong param count for wrapper: fertheia_mesh_add, paramIndex: 1, params: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} -node: fertheia_mesh_add[WRAPPER][null][null] param: {{{[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11];[None];[LineageAccessory3.fertheia_pvp_Hrm_ad11;[none]};{{109;114};{0;-1};{109;114};{0;-1};{109;114}}};{[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None];[Mantleguild.kingdom.E_elmd_1_t00];[None]};[None]} at org.l2jmobius.xml.DescriptorWriter.packData(DescriptorWriter.java:275) at org.l2jmobius.xml.DescriptorWriter.packData(DescriptorWriter.java:184) at org.l2jmobius.xml.DescriptorWriter.parseData(DescriptorWriter.java:100) at org.l2jmobius.actions.SaveDat.action(SaveDat.java:70) at org.l2jmobius.actions.ActionTask.doInBackground(ActionTask.java:48) at org.l2jmobius.actions.ActionTask.doInBackground(ActionTask.java:27) at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:303) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328) at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:340) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1095) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:619) at java.base/java.lang.Thread.run(Thread.java:1447) [25/12 15:11:32] buff == null.  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock