Jump to content
  • 0

kalispera mages tou max cheaters!! merikes erotiseis!!!


Question

Posted

1)tha mporousa na valo to ballancer tou jhellas st jfrozen me kapoio tropo???

2)exo dei se merikous interlude server na xoun  alaksei otan patas pano sto dance na kanei kati diaforetiko apo to sinithismeno!!

3) otan thelo na fix px enan char katevazoapo char templates evassion-crit  kai loipa kai den katevenoun sto game gt?? eno con kai merika ta dexete (katevasa evassion apo daggera ligo kai den katevene)

4)mporeite na mou protinete mia fthini lisi gia host server prosorina na sikonei mexri 500 atoma kai meta vlepoume :)

5)mporeite na mou dosete to pack aytounou edo tou post epeidi einai se rs kai den to vriskoume pleon an aksizei leo!!! http://maxcheaters.com/forum/index.php?topic=199033.0

 

 

sas eyxaristo ekton proteron olous gia ton xrono pou xalate na mou apantisete !!! apla merikoi edomesa den sevonte oudemia ton allon kai etsi den leo kati allo eyxaristo toulaxiston aytous pou mpenoun ston kopo n pantisoun!!! 

7 answers to this question

Recommended Posts

  • 0
Posted

kai kati p ksexasa!!!

episkeyasa:D ENAN PK/PVP/GB/ATENA ranking npc kai thelo na min mas dixnei to staff se aytous pou exoun ta perisotera gb ston server kai t perisotera atena pou einai kati event items px t pk k t pvp t dinxei kanonika tous pll na to int .py peite m sas parakalo ti na prosteso na min  dixnei oute ekei emas

 

import sys

from com.l2jfrozen.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2jfrozen.gameserver.datatables import SkillTable

from com.l2jfrozen.util.database import L2DatabaseFactory

from com.l2jfrozen.gameserver.model.actor.appearance import PcAppearance

from com.l2jfrozen.gameserver.model.quest import State

from com.l2jfrozen.gameserver.model.actor.appearance import PcAppearance

from com.l2jfrozen.gameserver.model.quest import QuestState

from com.l2jfrozen.gameserver.model.quest.jython import QuestJython as JQuest

 

qn = "2002_Ranking"

 

NPC=[12]

PriceID = 57

PriceCount = 500000

QuestId    = 2002

QuestName  = "Ranking"

QuestDesc  = "custom"

InitialHtml = "1.htm"

 

print "                                                                              "

print "                            * Ranking                                    [ Ok ]"

print "                                                                              "

print "==============================================================================="

print "                                                                              "

 

class Quest (JQuest) :

 

def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

 

def onTalk (self,npc,player):

return InitialHtml

 

def onEvent(self,event,st):

htmltext = event

price = st.getQuestItemsCount(PriceID)

 

# - - - - - - - - -

# +  PvP Ranking  +

# - - - - - - - - -

if event == "1" and price >= PriceCount :

st.takeItems(PriceID,PriceCount)

total_asesinados = 0

htmltext_ini = "<html><head><title>PvP Ranking</title></head><body><table width=300><tr><td><font color =\"FFFFFF\">Position</td><td><center><font color =\"FFFFFF\">Name</color></center></td><td><center><font color =\"FF00FF\">PvP's</color></center></td></tr><tr></tr>"

htmltext_info =""

color = 1

pos = 0

con = L2DatabaseFactory.getInstance().getConnection()

pks = con.prepareStatement("SELECT char_name,pvpkills FROM characters WHERE pvpkills>0 and accesslevel=0 order by pvpkills desc limit 50")

rs = pks.executeQuery()

while (rs.next()) :

char_name = rs.getString("char_name")

char_pkkills = rs.getString("pvpkills")

total_asesinados = total_asesinados + int(char_pkkills)

pos = pos + 1

posstr = str(pos)

if color == 1:

color_text = "<font color =\"1E90FF\">"

color = 2

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + char_pkkills + "</center></td></tr>"

elif color == 2:

color_text = "<font color =\"FFFFFF\">"

color = 1

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + char_pkkills + "</center></td></tr>"

htmltext_end = "</table><center><br><font color=\"FFFFFF\">" + "In total " + str(total_asesinados) + "<font color=\"FF00FF\"> PvP's.<br1><font color=\"222222\">by Paranormal</center></body></html>"

htmltext_pklist = htmltext_ini + htmltext_info + htmltext_end

con.close()

return htmltext_pklist

elif event == "1" and price < PriceCount :

htmltext = "<html><head><title>Hera</title></head><body><font color =\"FF0000\">To see the rankings and needed 500,000 adena.</body></html>"

return htmltext

 

# - - - - - - - - -

# +  PK Ranking  +

# - - - - - - - - -

if event == "2" and price >= PriceCount :

st.takeItems(PriceID,PriceCount)

total_asesinados = 0

htmltext_ini = "<html><head><title>PK Ranking</title></head><body><table width=300><tr><td><font color =\"FFFFFF\">Position</td><td><center><font color =\"FFFFFF\">Name</color></center></td><td><center><font color =\"FF0000\">PK's</color></center></td></tr><tr></tr>"

htmltext_info =""

color = 1

pos = 0

con = L2DatabaseFactory.getInstance().getConnection()

pks = con.prepareStatement("SELECT char_name,pkkills FROM characters WHERE pkkills>0 and accesslevel=0 order by pkkills desc limit 50")

rs = pks.executeQuery()

while (rs.next()) :

char_name = rs.getString("char_name")

char_pkkills = rs.getString("pkkills")

total_asesinados = total_asesinados + int(char_pkkills)

pos = pos + 1

posstr = str(pos)

if color == 1:

color_text = "<font color =\"1E90FF\">"

color = 2

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + char_pkkills + "</center></td></tr>"

elif color == 2:

color_text = "<font color =\"FFFFFF\">"

color = 1

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + char_pkkills + "</center></td></tr>"

htmltext_end = "</table><center><br><font color=\"FFFFFF\">" + "In total " + str(total_asesinados) + "<font color=\"FF0000\"> PK's.<br1><font color=\"222222\">by Paranormal</center></body></html>"

htmltext_pklist = htmltext_ini + htmltext_info + htmltext_end

con.close()

return htmltext_pklist

elif event == "2" and price < PriceCount :

htmltext = "<html><head><title>Hera</title></head><body><font color =\"FF0000\">To see the rankings and needed 500,000 adena.</body></html>"

return htmltext

 

# - - - - - - - - - - -

# +  Gold Bar ranking +

# - - - - - - - - - - -

if event == "3" and price >= 100000 :

st.takeItems(PriceID,100000)

total_cantidad = 0

htmltext_ini = "<html><head><title>Gold Bar</title></head><body><table width=300><tr><td><font color =\"FFFFFF\">Position</td><td><center><font color =\"FFFFFF\">Name</color></center></td><td><center><font color =\"00CD66\">Gold Bar</color></center></td></tr><tr></tr>"

htmltext_info =""

color = 1

pos = 0

con = L2DatabaseFactory.getInstance().getConnection()

pks = con.prepareStatement("SELECT count,owner_id FROM items WHERE item_id=3470 order by count desc limit 50")

rs = pks.executeQuery()

while (rs.next()) :

cantidad = rs.getString("count")

pj_id = rs.getString("owner_id")

total_cantidad = total_cantidad + long(cantidad)

pos = pos + 1

posstr = str(pos)

charname = con.prepareStatement("SELECT char_name FROM characters WHERE obj_Id=" + pj_id)

rs2 = charname.executeQuery()

while (rs2.next()) :

char_name = rs2.getString("char_name")

if color == 1:

color_text = "<font color =\"1E90FF\">"

color = 2

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + cantidad + "</center></td></tr>"

elif color == 2:

color_text = "<font color =\"FFFFFF\">"

color = 1

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + cantidad + "</center></td></tr>"

htmltext_end = "</table><center><br><font color=\"FFFFFF\">" + "In total " + str(total_cantidad) + "<font color=\"00CD66\"> Gold Bar.<br1><font color=\"222222\">by Paranormal</center></body></html>"

htmltext_pklist = htmltext_ini + htmltext_info + htmltext_end

con.close()

return htmltext_pklist

elif event == "3" and price < PriceCount :

htmltext = "<html><head><title>Hera</title></head><body><font color =\"FF0000\">To see the rankings and needed 500,000 adena.</body></html>"

return htmltext

 

# - - - - - - - - -

# + Atena ranking +

# - - - - - - - - -

if event == "4" and price >= 100000 :

st.takeItems(PriceID,100000)

total_cantidad = 0

htmltext_ini = "<html><head><title>Glitering Medal</title></head><body><table width=300><tr><td><font color =\"FFFFFF\">Position</td><td><center><font color =\"FFFFFF\">Name</color></center></td><td><center><font color =\"LEVEL\">Atena</color></center></td></tr><tr></tr>"

htmltext_info =""

color = 1

pos = 0

con = L2DatabaseFactory.getInstance().getConnection()

pks = con.prepareStatement("SELECT count,owner_id FROM items WHERE item_id=9350 order by count desc limit 50")

rs = pks.executeQuery()

while (rs.next()) :

cantidad = rs.getString("count")

pj_id = rs.getString("owner_id")

total_cantidad = total_cantidad + long(cantidad)

pos = pos + 1

posstr = str(pos)

charname = con.prepareStatement("SELECT char_name FROM characters WHERE obj_Id=" + pj_id)

rs2 = charname.executeQuery()

while (rs2.next()) :

char_name = rs2.getString("char_name")

if color == 1:

color_text = "<font color =\"1E90FF\">"

color = 2

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + cantidad + "</center></td></tr>"

elif color == 2:

color_text = "<font color =\"FFFFFF\">"

color = 1

htmltext_info = htmltext_info + "<tr><td><center><font color =\"FFFF00\">" + posstr + "</td><td><center>" + color_text + char_name +"</center></td><td><center>" + cantidad + "</center></td></tr>"

htmltext_end = "</table><center><br><font color=\"FFFFFF\">" + "In total " + str(total_cantidad) + "<font color=\"LEVEL\"> Atena<br1><font color=\"222222\">by Paranormal</center></body></html>"

htmltext_pklist = htmltext_ini + htmltext_info + htmltext_end

con.close()

return htmltext_pklist

elif event == "4" and price < PriceCount :

htmltext = "<html><head><title>Hera</title></head><body><font color =\"FF0000\">To see the rankings and needed 500,000 adena.</body></html>"

return htmltext

 

QUEST      = Quest(QuestId,str(QuestId) + "_" + QuestName,QuestDesc)

CREATED=State('Start',QUEST)

STARTED=State('Started',QUEST)

COMPLETED=State('Completed',QUEST)

 

QUEST.setInitialState(CREATED)

 

for npcId in NPC:

QUEST.addStartNpc(npcId)

QUEST.addTalkId(npcId)

  • 0
Posted

1)Relax,Mia mia tis erwtiseis.

2)Den uparxei logos na viazese!

3)Prospathise na eksigeis kalutera orismenes erwtiseis giati stis pio polles dn katalava ti enoouses.

1)tha mporousa na valo to ballancer tou jhellas st jfrozen me kapoio tropo???

Oxi,den nomizw na ginete!

2)exo dei se merikous interlude server na xoun  alaksei otan patas pano sto dance na kanei kati diaforetiko apo to sinithismeno!!

Eksigise to kalutera! enoeis otan na kaneis o char ston eauto tou to dance na exei allo effect?H to buff na exei alli eikona?

3) otan thelo na fix px enan char katevazoapo char templates evassion-crit  kai loipa kai den katevenoun sto game gt?? eno con kai merika ta dexete (katevasa evassion apo daggera ligo kai den katevene)

Logika tha thelei na kaneis rr h //reaload stat. (An kai den vriskw logiki sto na pirakseis to evassion i to accuracy tou char).

Gia ta upolipa 2 den kserw kati oikonomiko na sou proteinw gia host,oute mporw na sou vrw to pack pou xreiazese.

kai kati p ksexasa!!!

episkeyasa:D ENAN PK/PVP/GB/ATENA ranking npc kai thelo na min mas dixnei to staff se aytous pou exoun ta perisotera gb ston server kai t perisotera atena pou einai kati event items px t pk k t pvp t dinxei kanonika tous pll na to int .py peite m sas parakalo ti na prosteso na min  dixnei oute ekei emas

Eksigise to kalutera,den katalava tipota!

sas eyxaristo ekton proteron olous gia ton xrono pou xalate na mou apantisete !!! apla merikoi edomesa den sevonte oudemia ton allon kai etsi den leo kati allo eyxaristo toulaxiston aytous pou mpenoun ston kopo n pantisoun!!! 

Gia auto uparxoun auta ta topics gia na voithane ton allon sta provlimata pou exei me ton server tou,apla prospathise na eksigeis kalutera tis erotiseis sou.

 

  • 0
Posted

re si akou !!! opos eides exo enan ranking!!! pou dixnei kai kala tous poio plousious se gb kai atena pou einai kapoia event items ston server t pvp/pk emas san gm den mas dixnei eno kai kala ekei pou leei gia ta gb kai t items mas dixnei protous logo tou oti emeis san gm prepei n xoume foul items apo ayta gia tous pll!!!!:)

  • 0
Posted

san npc file mou mesa sta scripts klasika ksereis :) an deis mesa stis times ton protwn diladi pvp/pk leei kati gia access level to vazo kai sta apokato kai mou vagzei error apla prepei n lakso kati siggekrimeno:/

 

  • 0
Posted

εδώ είναι για να κάνεις ποστ τα shares σου!

το σωστό section είναι αυτό!

την επόμενη φορά διάβασε τα rules πριν ποστάρεις

 

MOVED!

Guest
This topic is now closed to further replies.


  • Posts

    • L2Virus the one who buyed those files from me.
    • Hi ️ Are you a supplier or do you have your own modem and are looking for a place to sell numbers?  SMS.PRO - The best option for selling your numbers  You choose the selling price yourself  Sale option: public (to everyone) or private (you choose who you want to sell to)  Everything works automatically  The simplest possible connection  Visit the website SMS.PRO and start selling your numbers.  Support @alismsorg_bot
    • Good luck to anyone playing on this server . Kamael items are bugged ( stats are insane ) Commands not working properly ( .getreward for example  ... gives u free reward without voting ). When i had those files , i fixed most of the stuff .   Every 2-3 years , he closes the server because players report bugs to him about items , he dont know how to fix then he repeating the process again https://ibb.co/Fkv7y9hJ https://ibb.co/fdYP2bVQ https://ibb.co/sp1f8C61 https://ibb.co/CKZnCgL7 https://ibb.co/Z6GktJgP  
    • Hello and welcome Server started 2026-01-05 Web site: https://l2dragonlands.eu Discrod: https://discord.gg/ngQUY8FB8G Rates >Xp x500 >Sp x500 >Drop x25 >Spoil x25 Enchant rates: Safe/max enchant +500  Blessed and simple scrolls max enchant (+200)  Enchant maneger to make +500.  In server items are progresed in tiers. Weapons: Starter > Vesper > Vorpal > Elegia > Ferrum. Armors: Starter > Moirai > Vesper > Vesper Noble > Vorpal > Elegia > Scarlet. Jewels: Starter > Vesper > Vorpal > Elegia > Ferrum. Cloaks: Pearl White > Pitch Black > Frintezza > Class Cloka > Hero > Scarlet. Acessories: Goblin Circlet 1/2lvl > Half Mask Mage 1/2lvl > Half Mask Fighter 1/2lvl > Flame of valakas > Gem Mask > Ferrum Helmet. Belt: Mithril Belt > Vitality Belt. Badges: For fighter and mage from 1lvl to 6lvl upgraded in order. Bracelets: Mithril > Shiny Fighter/Mage > 1/2lvl custom talismans in bracelest. Agathion: 7 tiers upgrade in order eatch one. Clan item shop/ New weapon Spadona upgradeble from 1lvl till 85lvl. Farm zones in order: >Giran Harbor > WasteLand > Gateway > Valley of Saints > Chromatic > Ruins of Despair > Soul Harbor > Dragon Valley. >LvL up zone >PvP zone Custom instance zone. Custom buff maneger it will grand big boost in stats. Lotery maneger to gamble. Extra features ALT+B: >Events  >Rankings  >Clan  >RB Status  >Updates and other Auto Event system: >Team VS Team event - Auto event  >Capture The Flag - Auto event Olympiad: >Retail olympiad game  >Competition period [2] week  >Olympiad start time [18:00] end [00:00]  >Maximum enchant in the Olympiad is +10, not custom items in olympiada only normal ones from shop.
    • L2 VOID - ADVERTISING BANNER   L2 FURY - ANIMATED BANNER   L2 HEROIC - ANIMATED BANNER   L2 WEED - ANIMATED BANNER   L2 REFORGE - ANIMATED LOGO   L2 WARZONE - ANIMATED LOGO   L2 ACME - SPLASH SCREEN   L2 DRUGS - ANIMATED BANNER   L2 GOLD - ADVERTISING BANNER   L2 AARON - ADVERTISING BANNER  
  • 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..

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