Multifuntion Zone
Posted: Tue May 06, 2014 11:24 pm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 6522
L2JDP Revision Number: 10317
Sorry if this was posted in the wrong thread.
I found some code for a Multifunction Zone on another forum that I've been trying to implement. I have posted on the other forum but, I have yet to receive any assistance. I was hoping someone here might know something about it.
The original code is: http://pastebin.com/ZxKTTsBm
I have managed to fix all but one of the errors in the original code in order for it to be compatible on the latest Rev but, I cannot seem to fix this one located inside L2MultiFunctionZone.java
http://pastebin.com/q21VyLqr
Line 237:
int o = item.getItem().getCrystalType();
This error:
Type Mismatch: Cannot convert from CrystalType to int
Screenshot:
ยป Find Revision
L2J Revision Number: 6522
L2JDP Revision Number: 10317
Sorry if this was posted in the wrong thread.
I found some code for a Multifunction Zone on another forum that I've been trying to implement. I have posted on the other forum but, I have yet to receive any assistance. I was hoping someone here might know something about it.
The original code is: http://pastebin.com/ZxKTTsBm
I have managed to fix all but one of the errors in the original code in order for it to be compatible on the latest Rev but, I cannot seem to fix this one located inside L2MultiFunctionZone.java
http://pastebin.com/q21VyLqr
Line 237:
int o = item.getItem().getCrystalType();
This error:
Type Mismatch: Cannot convert from CrystalType to int
Screenshot: