You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello, I am working with the IL Classic files, and I would like to make it so that when someone grabs the zariche or akamanah, they transform into the monster....
I remember many years ago in an IL Java that I had, I had done it but the truth is that from those times (+15 years) I no longer have anything...
And I started with L2 OFF again...
Could someone tell me how to do this?
I have managed to add a thousand custom things in terms of functionality, but this one is getting complicated, I have achieved the maximum that the mob appears lying on the pj even, but I do not achieve 100% of what I want!
No such file was present in the share you mentioned, nor has such a file ever been publically shared, as far as I know. As a matter of fact, the whole system in l2aepvp was different. It was allegedly an earlier version and it used something called Player Passport or something like that.
Anyway, the only way is to reverse-engineer (reconstruct) it by looking at the calls and imagining what it is used for and what it should consist of.
i know bro... i need the file or class to finish implement this share..
I can't find the l2aepvp source code anywhere, I don't know if it has been released for free or not to search code to patch errors
Question
vito
#---------------------------------------------------------------------#
# Geodata - L2JOFF Team #
# ! Attention: Geodata is not quite ready to be used ! #
# ! Will be ready soon, GeoServer also ! #
#---------------------------------------------------------------------#
# GeoMode
# 0 = Enabled
# 1 = local, old Geo Engine style. This way, each server will load the their own Geo Engine & geodata files.
# 2 = rmi, stand alone Geo server. You must run the Geo Server separated and just config each server to connect.
# With this method you can use 1 Geo Server for unlimited Gameservers.
GeoMode = 1
GeoServer = 192.168.1.102
GeoPort = 9050
######## All options below only work if GeoData is enabled ##########
# -------------------------------------------------------------
# GeoData used to check Line Of Sight (LOS)
# Used for skill casting and mob aggro check
GeoCheckLoS = True
# -------------------------------------------------------------
# Use GeoData to prevent movement through walls.
# No path finding, but objects will stop if they hit a wall.
GeoCheckMovePlayable = True
GeoCheckMoveNpc = True
# -------------------------------------------------------------
# GeoData used for path finding (CURRENTLY FOR TESTING ONLY)
# Includes PathFinding (requires also /data/pathnode files) and all character moves go
# Through geodata checks (if a mob passes a wall, pathing is wrong).
GeoPathFinding = True
# -------------------------------------------------------------
# [True]Loads GeoData buffer's content into physical memory.
# [False] Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
ForceGeoData = True
# -------------------------------------------------------------
# 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
# Handle Doors in GeoEngine
GeoDoors = True
#---------------------------- End Of List ----------------------------#
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.