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

    • Is there tutorial how to make this effects? Thanks in Advance  
    • https://pastebin.com/UJcX7rXH    
    • Does anyone have more information about bugs and errors in the Frozen review? Any ideas? Any help is welcome!   Modifications and corrections made   https://pastebin.com/vqYjM8ZH   Sorry if this is the wrong area.
    • Purchase Telegram Stars at a favorable price with minimal markup. New auctions from Telegram are expected, and our bot will help you prepare in advance. Active links: Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. Other services: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to SMM Panel: Go to – promotion of your social media accounts. We want to present to you the current list of promotions and special offers for purchasing products and services of our service: 1. You can use a promo code for your first purchase: SOCNET (15% discount) 2. Get $1 on your store balance or a 10–20% discount — just send your username after registering on our website using the following template: "SEND ME BONUS, MY USERNAME IS..." — you need to write this in our forum thread! 3. Get $1 for the first trial launch of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly Telegram Stars giveaways in our Telegram channel and in our bot for purchasing stars! News: ➡ Telegram channel: https://t.me/accsforyou_shop ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t ➡ Discord server: https://discord.gg/y9AStFFsrh Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • 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