L2J > .Net
Posted: Tue May 01, 2007 12:28 am
If anyone need. It's CUSTOM convertion of l2jserver from java to .net env.
It HAS some errors. I recomend use it only in Visual Studio 2k5 IDE like attached library in quests develompement only if you dont want to miss variable namespases.
For example:
It's c# code, we may use j# code - it's fine to translate on what we need.
I've linked server in such mode, it's faster to use in quests research.
Visual it's look like:


So, here it is:
L2Jserver.dll
http://rapidshare.com/files/28812861/l2jserver.dll.html
It HAS some errors. I recomend use it only in Visual Studio 2k5 IDE like attached library in quests develompement only if you dont want to miss variable namespases.
For example:
Code: Select all
using System;
using net.sf.l2j.gameserver.model.quest;
namespace ClassLibrary1
{
public class Class1
{
QuestState _state;
public Class1(object State)
{
_state = State; // it's the sample
}
}
}
I've linked server in such mode, it's faster to use in quests research.
Visual it's look like:


So, here it is:
L2Jserver.dll
http://rapidshare.com/files/28812861/l2jserver.dll.html