
hakerboy
Members-
Posts
289 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by hakerboy
-
help class transfer epilogue
hakerboy replied to poporis's question in Request Server Development Help [Greek]
shift+click pano ston paixti p 8es, s leei aristera class, stis karteles kato apo tis vasikes. pata to kai 8a s vgalei tis class kai selides gia na dialekseis elf/human/etc. an dn sto kane me shift+click pata //find_character (name) pata pano sto name tou char sto panel kai pata class kai akolou8a oti s eipa. p.s. h me command //setclass (id tis class) -
geia sas, exw ena problima, exw tin pro-egatestimeni buffer ths l2j, tin shiela, pou parexei h l2j. tin exw modify alla exw kolisei se ena pragma, dn mporo na valw na kanei restore to hp ton paixton, opws kai to mp/cp. dokimasa na valw ta skill greater battle heal/ recharge/ ritual alla kai pali tipota, dioti dn kserw ti html code na valw oste na cast stous paixtes ta skill, to motivo tou code einai afto <a action="bypass -h npc_%objectId%_Buff (ID)">(NAME pou 8es na emfanizete)</a><br> an mporei kapios na me voi8isei parakalw na to kanei:) ekana search alla dn vrika kati paromoio. p.s. an kapios mporei na lock ta proigoumena topic p ekana gia to hellbound kai afta na to kanei dioti ta elisa kai sintomos 8a kanw share sto mxc ta arxeia p xreiazonte :) EDIT: h buffer dn xrisimopoio .py arxeio litourgei meso html, kai ta alla buff ta kanei kanonika :)
-
pernaei kai se interlude :) aplos dn 8a kanei load ta axrista arxeia :) pistevo:S toulaxiston etsi ipostirizo egw ton gracia part 2 kai doulevei gg :) EDIT: gia sigouria kane afto p eipe o comodus
-
http://www.maxcheaters.com/forum/index.php?topic=105918.0 ftiakse sta config to geo sto na to anagnorizei kai vale to geodata sto geodata kai to pathnode sto pathnode, ta arxeia mesa ston fakelo :) ta alla einai komple dn xreiazete na ta ri8miseis.
-
Hello, i was looking for phx protection on enchant/announce and i can't fix it. reason. im going to the location that is written but its not there, i was looking on warehousedepositlist.java that is located somewhere else but i can't find what is written on the guide of the script. i tried to modify it and insert it by my modification but it wasn't able to inserted, im using l2j gracia part 2. pack is not preconfigured. anybody that has a script? or can help me to start editing something for the protection? it passes, floodprotection is not able to protect it.
-
Unknown Problem-agnosto problima
hakerboy posted a question in Request Server Development Help [Greek]
Kalispera, exw ena problima me ton server p trexo, eno ola litourgoun kanonika, otan fortonei to msdos tou gameserver m emfanizete to eksis error kai den kserw an mporei na prokalesei kamia vlavi. mporeite mipos na me enimerosete an tixon eixate to idio problima, ap oti vlepw einai kati me hash kai hash ap oti exw akousei einai to encrypt tou navicat sta pass ton players. -
egw pistevo oti apla ftiaxnei ena account ston server tou, kai meta kanei copy to hash edw pera apo to navicat kai meta to accoutn pou evale, gnomi m pan ap ola :)mporei na einai afto kai gi afto dn to kanei share, mporei kai pragmati na einai programa, alla pa oti eida to hash code afto to logo exei gia na iparxi, na MIN spazete o kodikas :)
-
exw to exis problima, xrisimopoio gracia part 2 l2j compiled kai dn mporo na fix ta premium caravan certification, ta alla ta pernei kanonika, basic kai standar alla to premium dn to pairnei enw exa ta ilika p xreiazonte, exei kaneis ti __init__.py tou caravan relation? an mporei na me help 8a me efxaristouse poly :) EDIT afto einai to __init__.py p xrisimopoio, mono to prenium exei problima import sys from net.sf.l2j.gameserver.model.quest import State from net.sf.l2j.gameserver.model.quest import QuestState from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest from net.sf.l2j import L2DatabaseFactory qn = "9950_CaravanRelations" # NPC FALK = 32297 KIEF = 32354 HUDE = 32298 QuestNpcs = [ 32297,32354,32298 ] Chimeras = [ 22349,22350,22351,22352 ] Celtus = 22353 # Items BasicCertif = 9850 StandardCertif = 9851 PremiumCertif = 9852 DarionBadge = 9674 MagicBottle = 9672 ScorpionSting = 10012 LifeForce = 9681 ContainedLife = 9682 MarkBetrayal = 9676 class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) def onAdvEvent (self, event, npc, player) : st = player.getQuestState(qn) if not st: return cond = st.getInt("cond") if event == "32264-03.htm": htmltext = "32264-03.htm" return htmltext elif event == "32298-02.htm": if st.getQuestItemsCount(MarkBetrayal) >= 30 and st.getQuestItemsCount(ScorpionSting) >= 60 : st.set("cond","2") st.takeItems(MarkBetrayal,30) st.takeItems(ScorpionSting,60) st.takeItems(BasicCertif,1) st.giveItems(StandardCertif,1) st.playSound("ItemSound.quest_middle") htmltext = "32298-01.htm" return htmltext else : htmltext = "32298-00a.htm" return htmltext elif event == "32298-05.htm": if st.getQuestItemsCount(LifeForce) >= 80 and st.getQuestItemsCount(ContainedLife) >= 20 : st.set("cond","4") htmltext = "32298-04.htm" st.takeItems(LifeForce,80) st.takeItems(ContainedLife,20) st.takeItems(MagicBottle,1) st.takeItems(StandardCertif,1) st.giveItems(PremiumCertif,1) st.playSound("ItemSound.quest_middle") return htmltext else : htmltext = "32298-00a.htm" return htmltext elif event == "TrustIncrease": con=L2DatabaseFactory.getInstance().getConnection() trigger=con.prepareStatement("SELECT zonesLevel FROM hellbound WHERE name=8000") trigger1=trigger.executeQuery() while (trigger1.next()): zones=trigger1.getInt("zonesLevel") trigger=con.prepareStatement("SELECT trustLevel FROM hellbound WHERE name=8000") trigger1=trigger.executeQuery() while (trigger1.next()): trust=trigger1.getInt("trustLevel") trust = int(trust) + 200 insertion = con.prepareStatement("DELETE FROM hellbound WHERE name=8000") insertion.executeUpdate() insertion.execute() insertion.close(); insertion = con.prepareStatement("INSERT INTO hellbound (name,trustLevel,zonesLevel,unlocked,dummy) VALUES (?,?,?,?,?)") insertion.setInt(1, 8000) insertion.setInt(2, trust) insertion.setInt(3, zoneslevel) insertion.setInt(4, 1) insertion.setInt(5, 0) insertion.executeUpdate() insertion.close(); con.close() def onTalk (self,npc,player) : npcId = npc.getNpcId() LevelText = "<html><body>Hellbound has not reached a high enough level to speak to this NPC</body></html>" htmltext = "<html><body>You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements.</body></html>" st = player.getQuestState(qn) if not st : return htmltext cond = st.getInt("cond") con=L2DatabaseFactory.getInstance().getConnection() trigger=con.prepareStatement("SELECT zonesLevel FROM hellbound WHERE name=8000") trigger1=trigger.executeQuery() while (trigger1.next()): zones=trigger1.getInt("zonesLevel") con.close() # if zones >= 3 : if npcId == FALK and cond == 0: if st.getQuestItemsCount(DarionBadge) >= 20 : if st.getQuestItemsCount(BasicCertif) == 0 : st.set("cond","1") st.takeItems(DarionBadge,20) st.giveItems(BasicCertif,1) st.playSound("ItemSound.quest_accept") htmltext = "32297-01.htm" else : htmltext = "32297-00a.htm" else : htmltext = "32297-00.htm" # if zones >= 6 : if npcId == HUDE and cond == 1 : if st.getQuestItemsCount(BasicCertif) >= 1 : htmltext = "32298-02.htm" else : htmltext = "32298-00.htm" if npcId == KIEF and cond == 2 : if st.getQuestItemsCount(StandardCertif) >= 1 : if st.getQuestItemsCount(MagicBottle) == 0 : if st.getQuestItemsCount(ScorpionSting) >= 20 : st.set("cond","3") htmltext = "32354-01.htm" st.takeItems(DarionBadge,20) st.giveItems(MagicBottle,1) st.playSound("ItemSound.quest_middle") else : htmltext = "32354-00b.htm" else : htmltext = "32354-00a.htm" else : htmltext = "32354-00.htm" if npcId == HUDE and cond == 3 : if st.getQuestItemsCount(StandardCertif) >= 1 : htmltext = "32298-03.htm" else : htmltext = "32298-00.htm" if npcId == HUDE and cond >= 4 : htmltext = "32298-05.htm" # if zones >= 7 : #this part not finished yet # if npcId == JUDE and cond == 4 : # if st.getQuestItemsCount(PremiumCertif) >= 1 : # htmltext = "32356-01.htm" # else : # htmltext = "32356-00.htm" return htmltext def onKill(self,npc,player,isPet): st = player.getQuestState(qn) if not st : return npcId = npc.getNpcId() if st.getQuestItemsCount(MagicBottle) >= 1: if npcId == Celtus and st.getQuestItemsCount(9682) < 20: st.giveItems(9682,1) else: if st.getQuestItemsCount(9681) < 80: st.giveItems(9681,1) else: return else: return QUEST = Quest(9950,qn,"Custom") QUEST.addStartNpc(32297) for i in QuestNpcs: QUEST.addTalkId(i) for i in Chimeras: QUEST.addKillId(i) QUEST.addKillId(22353)
-
geia sas, epsaksa sto forum alla dn vrika kati p na afora afto, 8elw na alakso to quest reward, paradigma to quest tou stakato na dinei anti gia 1 enria 5 h kati paromoio, mipos gnorizete ti prepei na pirakso, an px einai multisell h kati tetio :) h apo kapio config, dn exw vrei kati ston srvr, p na leei kati tetio sta config :) efxaristo poly ;)
-
telika doulepse xwris na kanw insert to sql, kai me to edit sto xml arxeio :) mou fenete htane h proti fora p ekanes la8os :) plz lock
-
ena prob me ta stats
hakerboy replied to OverMe's question in Request Server Development Help [Greek]
sini8os h domi einai etsi ap oti exw dei, telospanton signomi an ekana la8os :) -
ena prob me ta stats
hakerboy replied to OverMe's question in Request Server Development Help [Greek]
c:/server:/gameserver:/config:/character.properties # Maximum character Attack Speed. # Default: 1500 MaxPAtkSpeed = ______ to attack speed p 8eleis na ftanoun oi pextes os maximum # Maximum character Cast Speed. # Default: 1999 MaxMAtkSpeed = _____ to casting speed p 8eleis na ftanoun oi pextes os maximum episis exei kai evasion/speed/crit rate mporeis na alakseis kai na valeis noumera tis areskias sou. -
okay 8a prospa8iso :) episis mipos eides to edit sto proigoumeno post m? EDIT: prospa8isa na epeksergasto me to skill kai to modify etsi <skill id="2440" levels="1" name="Ancient Tome of the Demon"> <set name="itemConsumeId" val="9599"/> <set name="itemConsumeCount" val="1"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="EXTRACTABLE"/> <set name="operateType" val="OP_ACTIVE"/> episis to sql arxeio m vgazei pali error elpizo na to eides.
-
wraia dokimazw na dw an litourgei etsi, an oxi mipos mporeis na m eksigiseis ti akribos prepei na kanw? :) EDIT: pali error :) [Err] 1054 - Unknown column 'id' in 'where clause' [Err] UPDATE etcitem SET handler='ExtractableItems' where id='29020'; [Msg] Finished - Unsuccessfully -------------------------------------------------- EDIT2 dokimasa kai me id 9599 EDIT3: afto edw m edoses dn kserw an ekanes la8os UPDATE etcitem SET handler='ExtractableItems' where id='29020';
-
katebasa kati kai dn m evgale to download p m egrapses :) efxaristo poly ;) episis twra me ta skills, dose m ena path gt piga dp.gameserver.data.stats.skills.2400-2499 episis an mporeis na to kaneis upload sto 4shares gt opos sini8os to rapidshare einai iperfortomeno :) EDIT: net.sf.l2j.gameserver.model.l2skills.java edw m fenete enoeis :) ti alazo edw? XD fortono foto me to ti exei :) EDIT2: akiro einai poly megalo gia na fortoso foto.
-
nai alla me ton sql kodika (to ksanadokimasa) mou vgazei to error p s eipa [Err] 1054 - Unknown column 'handler' in 'field list' [Err] update etcitem set handler="ExtractableItems" where item_id=9599 [Msg] Finished - Unsuccessfully -------------------------------------------------- episis eimai twra me to eclipse sto l2skills.java to koitaw kai prospa8o na katalabw ti prepei na alakso.
-
simfono me ton commodus. 8a s protina na kaneis search gia guide "how to compile" h diafora preconfigured me to compiled pack einai oti to preconfigured einai douleia enos paidiou pou dn ksereis ti mporei na exei epeksergastei mesa sta java arxeia tou server. eno me to compiled pou 8a to kaneis esy xrizeis enan server etsi opws ton 8es esy, diladi exeis prosbasi sta java kai dn to exei piraksei kaneis, einai retail like version sto peripou gia na sou doso na katalabeis, mporei na 8elei pio poly douleia ala aksizei ton kopo, einai ligo diskolo stin arxi alla otan to katalabeis 8a kaneis compile xwris problima. kai episis sto forum iparxoun pola atoma pou 8a se voi8isoun, kamia sxesh me alla forum opote an exeis problima pano sto compile post edw. einai pio efkolo na sou eksigisoun ti na kaneis an to exeis compiled ;)
-
oxi oxi dn katalabes :) enow gia to handler na to alakso apo sql, s exw kanei edit to proigoumeno post me to motivo tou skill, episis meso eclipse ti prepei na kanw kai pou? an m eksigiseis 8a to kanw dn xreiazete peretero :) aplos dn kserw apo pou na arxiso. efxaristo in advance
-
skeftika na kanw copy ta effect enos alou skill, h kapiou buff me target_self kai OP_active h kati tetio, episis me to sql iparxi kati p mporo na dokimasw egw? :) efxaristo poly to motivo tou etcitem einai item_id name crystallizable item_type weight consume_type material crystal_type duration time price crystal_count sellable dropable destroyable tradeable skill html dn kserw an voi8aei se kati :)
-
uninstall mysql/navicat kai meta reinstal, prosexe delete apo pinaka elenxou kai apo program files. meta kane reinstall,h kane mia defteri dp me onoma localhost2 kai l2jdb2 kai edit ton database installer, logika apo ena install p eixes kanei pio prin eixes valei kodiko h twra evales kodiko h kati paromio ;)
-
efxaristo poly, perimeno agoniodos :) episid to skill dn xreiazete fix? h einai telios asxeto? :)
-
dokimase na peraseis to path tis buffer sou apo ta scripts sto scripts.cfg p vriskete sta data. paradigma stin teleftea grami grapse custom/(to onoma tou fakelou tis buffer xwris kena)/__init__.py
-
afto to error proekipse [Err] 1054 - Unknown column 'handler' in 'field list' [Err] update etcitem set handler="ExtractableItems" where item_id=9599 [Msg] Finished - Unsuccessfully --------------------------------------------------
-
prepei na eimai poly noobas, dn mporo na katalabw pos 8a to kanw :), mporeis na me voi8iseis peretero? exw skalosei sto pos 8a kanw excecute, efoson an to kanw me import dn ginete kai an kanw excecute to pernei genikos kai prepei na exei diadromi, na to kanw INSERT INTO "etcitem" ?
-
stin database to epsaksa, koitaksa kai ta alla pou einai sto exctrable items alla dn exei kati paromoio, pou na mpwro na to valw, mipos mporeis na me voi8iseis peretero?