Jump to content
  • 0

Question

13 answers to this question

Recommended Posts

  • 0
Posted

καλησπερα παιδια πως δινω σε ολους τους 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..

  • 0
Posted

μ εχει μονο το 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!

  • 0
Posted

kai na min iparxei to code einai :

 

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

{

        p.getInventory(blablabla);

}

  • 0
Posted

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".

  • 0
Posted

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

  • 0
Posted

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.
Guest
This topic is now closed to further replies.


  • Posts

    • Fix Visual Boundary for AutoFarm when entering a new zone. Fix Assassin Interface Automatic SoulShot usage. Fix Assassin Interface not displaying Castle/Base. Fix Achievements displaying item rewards for CommunityBoard & NPC. Fix Prevent players from purchasing their own Auctioned items. Added ''.raid'' and ''.achievement'' commands. Added support for multiple currencies on Auction Added Search feature to Auction. Added Offline Stores Added '.exit' & '.quit' command to Dungeon System so players can now exit/quit dungeons Added VIP Account System (Alternative XP, SP & Drop Rates, Unlocks Costumes) Added Loot Box System Changed DungeonsManager now displays reward list on dungeon pages. Changed GlobalShop to include pages for all currencies. HTML/XML edits
    • When I teleport to town, my current location is differ from the map. How do I fix this?    
    • A New Chapter Begins We're Rebuilding – Join Our Staff Team After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people. That’s why we’re now opening up staff applications for those who want to actively shape the future of our community. If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact. What We're Looking For We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include: Moderators – to keep the forum clean, safe, and organized Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM) Content Creators – to post updates, guides, and articles Community Managers – to engage users and drive activity Technical Staff – for development, backend, and server work We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in. If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward. Requirements We’re looking for individuals who have: A history of activity on the forum (preferred) Available time to contribute consistently A sense of teamwork and responsibility A genuine interest in gaming and community building If you're interested, just send a private message to me or Celestine. (or just reply here) Tell us a few things about yourself and how you’d like to contribute. Let’s bring this community back to life. Let’s rebuild something great — together.   M M G A 
  • Topics

×
×
  • Create New...