Jump to content

Recommended Posts

  • 2 months later...
  • 3 weeks later...
  • 1 year later...
Posted
compile:
    [javac] Compiling 1574 source files to D:\PC\workspace\BySouger123\CT25-GameServer\build\classes
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\entity\CTF.java:447: error: constructor SocialAction in class SocialAction cannot be applied to given types;
    [javac]  _player.broadcastPacket(new SocialAction(_player, 16)); //amazing glow
    [javac]                          ^
    [javac]   required: int,int
    [javac]   found: L2PcInstance,int
    [javac]   reason: actual argument L2PcInstance cannot be converted to int by method invocation conversion
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\entity\CTF.java:695: error: constructor SocialAction in class SocialAction cannot be applied to given types;
    [javac]  _player.broadcastPacket(new SocialAction(_player, 16)); // amazing glow
    [javac]                          ^
    [javac]   required: int,int
    [javac]   found: L2PcInstance,int
    [javac]   reason: actual argument L2PcInstance cannot be converted to int by method invocation conversion
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\entity\CTF.java:697: error: constructor SocialAction in class SocialAction cannot be applied to given types;
    [javac]  _player.broadcastPacket(new SocialAction(_player, 3)); // Victory
    [javac]                          ^
    [javac]   required: int,int
    [javac]   found: L2PcInstance,int
    [javac]   reason: actual argument L2PcInstance cannot be converted to int by method invocation conversion
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\entity\CTF.java:1771: error: constructor SocialAction in class SocialAction cannot be applied to given types;
    [javac]  player.broadcastPacket(new SocialAction(player, 7));
    [javac]                         ^
    [javac]   required: int,int
    [javac]   found: L2PcInstance,int
    [javac]   reason: actual argument L2PcInstance cannot be converted to int by method invocation conversion
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\entity\CTF.java:1775: error: constructor SocialAction in class SocialAction cannot be applied to given types;
    [javac]  player.broadcastPacket(new SocialAction(player, 3));
    [javac]                         ^
    [javac]   required: int,int
    [javac]   found: L2PcInstance,int
    [javac]   reason: actual argument L2PcInstance cannot be converted to int by method invocation conversion
    [javac] D:\PC\workspace\BySouger123\CT25-GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:6866: error: cannot find symbol
    [javac]  sendPacket(new SystemMessage(SystemMessageId.YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG));
    [javac]                                              ^
    [javac]   symbol:   variable YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG
    [javac]   location: class SystemMessageId
    [javac] 6 errors


BUILD FAILED
D:\PC\workspace\BySouger123\CT25-GameServer\build.xml:56: Compile failed; see the compiler error output for details.

I have the following errors, anyone have a solution?

 

Imports? keys?

  • 7 months later...
Posted (edited)

some pp here can't read the whole thread, just ask without read...

 

You need to fix some code to match with new revision, if you can't i think you shoudn't add this...

Edited by khongtuong

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...