Jump to content
  • 0

Psaxnw 1 Entolh...


Question

Posted

Paides....Eimai GM k 8elw na brw 1 entolh gia na mporesw na doso Points sthn olympiada....Den 3erw pws...alla m exoun pei oti ginetai...3erei kaneis?? P.x. exw 1 char noblesse...k 8elw na t doso 400 points gia na bgei hero....Iparxei tpt....Ty :)

9 answers to this question

Recommended Posts

  • 0
Posted

Loipon Auto ginete mesa apo to navicat

 

Kapou mesa exei ena table Olympiad Nobles anixe to kai vres to name tou char sou lei apo dipla einai na valis t points kai dipla tis simetoxes kaneis kai ena safe kai eisai ok

 

Ysterogrago nmzo oti eprepe na to valis request dev help ....

  • 0
Posted

ne mono apo DB boris na t kanis auto... an 8es s dixno k pic se pio table ine....

Ysterogrago nmzo oti eprepe na to valis request dev help ....

sto request dev help tp exi ^^

  • 0
Posted

Apo navicat...k..prwta kleise ton server..alla3e to...k meta anoi3e ton...

 

an ton exeis anoixto..to alla3eis k kaneis rr..dn tha alla3ei..dld etc ginetai se mena..

  • 0
Posted

etsi ginete pantou o server prp na einai offline otan doseis pontous

twra apo game dn uparxei ews twra kapio  command

  • 0
Posted

Από ingame δεν γίνεται...Μόνο ο admin μπορεί να δώσει ή αν έχεις πρόσβαση στην database του server.

  • 0
Posted

UNTESTED

/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* [url]http://www.gnu.org/copyleft/gpl.html[/url]
*/
package net.sf.l2j.gameserver.handler.admincommandhandlers;

import java.sql.PreparedStatement;
import java.sql.SQLException;

import com.mysql.jdbc.Connection;

import net.sf.l2j.L2DatabaseFactory;
import net.sf.l2j.gameserver.handler.IAdminCommandHandler;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
public class AdminOlympiad implements IAdminCommandHandler {


private static final String[] ADMIN_COMMANDS = {"admin_addolypoint"};

public boolean useAdminCommand(String command, L2PcInstance activeChar) {		

if (command.startsWith("admin_addolypoint"))	
{	
	Connection Con = null;		
	try		
	{		
		Con = (Connection) L2DatabaseFactory.getInstance().getConnection();			
		PreparedStatement statement;

		statement = Con.prepareStatement("INSERT INTO olympiad_nobles (olympiad_points) VALUES (?)");

		String Val = command.substring(18);
		int PoVal = Integer.parseInt(Val);
		statement.setInt(1, PoVal);
		statement.execute();
		statement.close();			
	}			
	catch (Exception e)		
	{		
		//System.out.print("//");			
	}
	finally
	{
		try
		{
			if (Con != null)
				Con.close();
		}
		catch (SQLException e)
		{
			e.printStackTrace();
		}
	}
}		
return true;	
}


public String[] getAdminCommandList()

{
return ADMIN_COMMANDS;	
}

}

 

Created for c6

Idk if it work, try to make relogin if dont get points! maby must relog to update char stats

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • L2ETINA INTERLUDE X30 — CLIENT UPDATE We’ve prepared a major client update with improved performance, a reworked interface, and new features for a more comfortable gameplay experience. Optimization and Higher FPS Significantly optimized the client and removed unnecessary elements, improving performance and increasing FPS. Detailed Command Channel Statistics — CC The updated window helps leaders monitor their roster and evaluate each party’s and player’s contribution in PvP and boss fights. It now includes: • Total number of parties and members. • Number of players alive, dead, and nearby. • Kills, deaths, and PvP and PvE damage dealt by each party. • A separate window with detailed statistics for every member of the selected party. Convenient Auto-Set and Auto-LS Panels Added new quick-access panels that you can show or hide whenever needed. Updated ACP and Auto-Shot Settings Completely redesigned the settings window, making automatic potion and shot use easier to configure. Expanded the selection of available potions. Repeat Augmentation and Tooltips Added a convenient option to repeat augmentation, with a hover tooltip showing the Life Stone effect you rolled. Repeat Enchanting Added a repeat enchanting feature to make the process more convenient and reduce unnecessary clicks. Advanced Client Settings Added a window with a wide range of options, including performance settings and the ability to move buff icons to the debuff panel and vice versa. Stickers and Sticker Shop Introduced a new sticker system and a dedicated shop. This feature is currently in beta and needs testing during OBT. Improved Party Bar Updated the party interface with highlighting, members’ Premium status, and a green indicator for characters with a pending resurrection. You can explore these and other improvements in-game. New Mounts Expanded the selection of available mounts. New Costumes Added new looks for your character. New Agathions Expanded the collection of companions. Additional Client Languages Added support for Russian, Brazilian Portuguese, and Spanish. Interface Fixes Fixed numerous issues with window layouts and functionality, making the interface cleaner, clearer, and easier to use. Try the new features during OBT and share your feedback! If you find a bug, send us a description and a screenshot to help us fix it faster.
    • Latest Coupons   20% off GEO Canada, Edmonton UZy-keN-sAM-NeS 30% off GEO Romania, Bucharest FYj-8eK-PuJ-5ah 30% off GEO Ukraine, Odessa ZYb-4us-7Am-pAx   Get 20% off any first purchase with coupon fur-1AB-zyE-4ur
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..