Jump to content
  • 0

mass reward l2j frozen


efthimakos

Question

13 answers to this question

Recommended Posts

  • 0

καλησπερα παιδια πως δινω σε ολους τους online ppls reward?

otan patas to command //itemcreate kai su anoigei to parathiro na kaneis create item exei id amount kai "create" "give to target" kai "give to all" an thimame kala etsi exw k kairo na asxolithw..

Link to comment
Share on other sites

  • 0

μ εχει μονο το create item οχι να το δωσω Mass η κατι σχετικο!

an patiseis //itemcreate su anoigei to parathiro na kaneis crate item patas Id kai Ammount kai patas Mass Create to checkara ksana simera gia na sigureftw!

Link to comment
Share on other sites

  • 0

kai na min iparxei to code einai :

 

for (L2PcInstance p : L2World.getInstance().getAllPlayers.values)

{

        p.getInventory(blablabla);

}

Link to comment
Share on other sites

  • 0

kai na min iparxei to code einai :

 

for (L2PcInstance p : L2World.getInstance().getAllPlayers.values)

{

        p.getInventory(blablabla);

}

 

This is not going to work for 2 reasons (it contains a bug as well). Also it's bad coded. Mr Pro Java Coder..

 

Tomorrow when you see that message reply to me to see what is the real code that would work to his "help topic".

Link to comment
Share on other sites

  • 0

This is not going to work for 2 reasons (it contains a bug as well). Also it's bad coded. Mr Pro Java Coder..

 

Tomorrow when you see that message reply to me to see what is the real code that would work to his "help topic".

 

xDDDDDDDDDDDDDDDDDDDDD

 

What is bad coded theres no other way thatn L2World XDDDDD

 

also its handwritten, let the typos for eclipse

 

edit:

 

Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();
for (L2PcInstance onlinePlayer : pls)
{
if (activeChar != onlinePlayer && onlinePlayer.isOnline() && (onlinePlayer.getClient() != null && !onlinePlayer.getClient().isDetached()))
{
	onlinePlayer.getInventory().addItem("Admin", idval, numval, onlinePlayer, activeChar);
	onlinePlayer.sendMessage("A GM spawned " + numval + " " + template.getName() + " in your inventory.");
	counter++;
}
}

 

this is the full code, My code was an example of the loop case which is the main part of the code, the inside was to obvious to be written here

Link to comment
Share on other sites

  • 0

xDDDDDDDDDDDDDDDDDDDDD

 

What is bad coded theres no other way thatn L2World XDDDDD

 

also its handwritten, let the typos for eclipse

 

edit:

 

Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values();
for (L2PcInstance onlinePlayer : pls)
{
if (activeChar != onlinePlayer && onlinePlayer.isOnline() && (onlinePlayer.getClient() != null && !onlinePlayer.getClient().isDetached()))
{
	onlinePlayer.getInventory().addItem("Admin", idval, numval, onlinePlayer, activeChar);
	onlinePlayer.sendMessage("A GM spawned " + numval + " " + template.getName() + " in your inventory.");
	counter++;
}
}

 

this is the full code, My code was an example of the loop case which is the main part of the code, the inside was to obvious to be written here

http://trac.l2jdp.com/changeset/8406/trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminCreateItem.java fail.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Hello, I need help with this: When I paste the skilldata in the skilldata of the program, when I click generate show a error:   See the end of this message for details on how to invoke Just-In-Time (JIT) debugging instead of this dialog box.  Just-In-Time (JIT) debugging instead of this dialog box. ************** Exception text ************** System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length    in System.String.Substring(Int32 startIndex, Int32 length)    in L2OFFGMPanel.Editor.pchMK.ex0fw1kAOte16pCJFCj(Object , Int32 , Int32 )    in L2OFFGMPanel.Editor.pchMK.tW0WWWF2JnU(Object , EventArgs )    in System.Windows.Forms.Control.OnClick(EventArgs e)    in System.Windows.Forms.Button.OnClick(EventArgs e)    in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)    in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)    in System.Windows.Forms.Control.WndProc(Message& m)    in System.Windows.Forms.ButtonBase.WndProc(Message& m)    in System.Windows.Forms.Button.WndProc(Message& m)    in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded assemblies ************** mscorlib     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- _     Assembly version: 0.0.0.0.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- L2OFFGMPanel     Assembly version: 4.7.1.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- System     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4605.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4550.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4390.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4190.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Micros  
    • GRAND OPENING FROM - 16/06/2023, FRIDAY, 20:00 +2 GMT !
    • 내 서버는 2개의 클러스터로 구성되어 있습니다. 하는 부부가 있어서 그 사람만 할 수 있는 동아리 4개 어떻게 설정하는지 알려주세요
    • Hello everyone, my problem is: that when adding the .wav or .uax to sound in unrealED "Patched" is added, but the sound is not heard, you press play and nothing. But if I do the same process in unrealruntime2 if the audio is heard in the animation created in notify, but it is not patched and it does not create the .ukx correctly. what do i need to solve this problem? Could anyone help me? (I will need a different UrealED) I also tried unrealedpostal and neither. A greeting and I hope to answer.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock