L2JMobius

Classic Interlude Program to fix stuff

Kristel · 3 · 1614

Offline Kristel

  • Vassal
  • *
    • Posts: 2
Hi  L2JMOBIUS guys I have a little question to ask ::) when you fix some errors.. which program to use eclipse? can you tell me how to do it like this

 protected void moveToLocation(int x, int y, int z, int offset)
+   protected void moveToLocation(int xValue, int yValue, int zValue, int offsetValue)
    {
       // Block movement during Event start
-      if (this instanceof PlayerInstance)
+      if (isPlayer())

thanks a lot  :)