
TheRuleZzZ
Members-
Posts
521 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by TheRuleZzZ
-
How can I Protect my server from l2phx?
TheRuleZzZ replied to ScRaB4ever's question in Request Server Development Help [L2J]
With java you can't fix l2phx . The only that you can do to remove l2phx from your server is to make a program or to make a script to kick the players ( using l2phx ) . Don't ask to give you a problem like this or a script like this . Here is a cheating forum . -
I Cant Edit My Files
TheRuleZzZ replied to sτrίkε-'s question in Request Server Development Help [L2J]
Can you put a screenshot of your error ? Also you leave a blank in the end of itemname-e.dat,weapongrp.dat,armorgrp.dat -
[Share] Sword of Miracle as Arrow
TheRuleZzZ replied to Mpod's topic in Client Development Discussion
Amazing share dude . I would like to know where did u find all of these things ;) -
Koita ta pm sou .
-
Tha sou edina kai to Q-FAN , alla einai warez an sto dwsw . Psa3e sto google Q-FAN kai tha breis to download link . AFK 2 lepta paw na koita3w ta makaronia haha :P
-
Nomizw oti einai auto http://www.brothersoft.com/website-monitor-utility-135589.html Episis psa3e kala majorgeeks.com olo kai kati tha breis . Egw den eixa asxolithei me to thema gia na to ftia3w .
-
Go to majorgeeks.com (or somewhere) and download a monitoring utility. Motherboard Monitor (MBM) is very good but has problems with my Asus board. Try that first. If it has issues you can use one like CPUCool. Keep an eye on your temps and fan speed. Now, check to see if that Asus board has a feature called Q-Fan (or Fan-Q). Look in the mobo manual (I'm at work and can't). That's a BIOS monitoring/control feature that dynamically controls the fan speed. If the board has it, and it's enabled, turn it off. This will set your stock HSF to run full blast. Also, there is another setting for monitoring and control--something like PWM/DC. Make sure that is set to DC. Basically what we want to do here is set the BIOS to allow HSF to run full tilt. If we achieve that in terms of the BIOS settings, and you're still barely getting to 1500 RPM, it is a bad sign for the fan. If that remains to be the case, I would not hesitate to dump the stock HSF and buy a GOOD third party one. I recommend Zalman but there are other very good ones from manufacturer's like ThermalTake. Pisteuw na boithisa ^^
-
[request] how to make custom items..
TheRuleZzZ replied to bandit's topic in [Request] Client Dev Help
I don't think so . I mean you can't edit hellbound files . I had try to edit hellbound .utx files too but i couldn't . -
Anni , otan eixa L2 Server sto pc tou 3aderfou mou pou ton eixa anebasei ebgaze to idio error . Min fobase den einai tpt apla patas f1 kai synexizei kanonika den sou bgazei sfalmata oute einai kanas ios opote min tromazeis . Apla an thes na to bgaleis gia na min emfanizete kane auto pou sou pe o k4rma , diladi na pas sto bios kai na psaxteis :P
-
nai Exeis minei xoris pc gia 2 mines ? ( lol :P ) P.S : sas aresei i signature mou ? :P me to CS :D btw to exw trabi3ei zontana auto :P den einai photo to backround panw stin maxi to kana . ^^
-
I agree . Blane's idea was amazing .
-
[Help] L2J Compile
TheRuleZzZ replied to Ahmed20's question in Request Server Development Help [Greek]
Den xreiazete screenshot . Eixa to idio problima . Ekana re-install to latest java kai to problima lithike toulaxiston gia mena . -
[Help] L2J Compile
TheRuleZzZ replied to Ahmed20's question in Request Server Development Help [Greek]
Kane install to latest java . -
hahahahah fakoyka ta spase ;) idika ekei pou leei Τι είδους πιάτο χρησιμοποιείτε; hahahahaha eri3a trelo gelio ekei
-
I said before about software-hardware section's also with more and better staff members that i said before the spammer's will have no action any more here .
-
He speaking about a new interface of MaxCheater . Also i said something about new section for C++ , Java , PHP , Python e.t.c Java is not for L2Servers . When i tell Java i mean , Java scripts , same with PHP , ( php scripts ) , C++ for programming e.t.c
-
Some google adds in the left side would be nice . Also more section about C++ , Java , PHP , XML , CSS , Python would be a good idea .
-
Ehm yae i got it . I think that we need a little change on a maxcheater staff . I mean some staff members must change . MaxCheater Forum need more action . MaxCheater has members , the only that will change this situation a lot i think is the staff . Active staff member's = More action on the forum . But let this subject to Maxtor .
-
I didn't get the point . You mean that we have to change something or what ? What we can change ?
-
{HELP} Buffer .Html Problem!
TheRuleZzZ replied to Stefoulis15's question in Request Server Development Help [L2J]
The problem is that you have not a script to return ur window back . Look what i mean . Check this one : import sys from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance from java.util import Iterator from net.sf.l2j.gameserver.datatables import SkillTable from net.sf.l2j import L2DatabaseFactory 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 qn = "9999_NPCBuffer" NPC=[40006] ADENA_ID=57 QuestId = 9999 QuestName = "NPCBuffer" QuestDesc = "custom" InitialHtml = "1.htm" print "importing custom: 9999: NPCBuffer" class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) def onEvent(self,event,st): htmltext = event count=st.getQuestItemsCount(ADENA_ID) if count < 150000 or st.getPlayer().getLevel() < 40 : htmltext = "<html><head><body>You dont have enough Adena,<br> or your level is too low. You must be 40 or higher.</body></html>" else: st.takeItems(ADENA_ID,0) st.getPlayer().setTarget(st.getPlayer()) if event == "2": st.takeItems(ADENA_ID,160000) st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4360,3),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4359,3),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4358,3),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4357,2),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4354,4),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4353,6),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4350,4),False,False) st.getPlayer().restoreHPMP() st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4347,6),False,False) st.getPlayer().restoreHPMP() return "4.htm" < ---- st.setState(COMPLETED) ================================================================================================== Also i will tell you something to know . Script is something like effect or something like an event . Hope you understood . -
help me epic trader
TheRuleZzZ replied to roger4's question in Request Server Development Help [Greek]
Apla kaneis execute batch file to sql tou trader ( ena arxeiaki san .txt einai ) ( anoigeis navicat , pas stin database sou kai patas de3i click kai meta execute batch file briskeis to arxio kai to kaneis execute ) , meta apla ta arxeia pou sou exei o trader ta metafereis sto gameserver/data/kai analoga ta arxeia pou exeis . -
[Guide]About Insulting Words
TheRuleZzZ replied to TehGe0rgeGR's topic in Server Development Discussion [L2J]
Looks nice , i am going to check if that working . -
Same . O aderfos mou episis arxise apo fetos spoudes epidi teleiose to likio kai tha paei gia programmatistis mallon auto symenei synergasia :D . Episis apo fetos paw na teleiosw kai to ECDL oste na exw kai auto to diploma kai meta arxizw na mathenw , oste na eimai koble gia tis spoudes mou ;) Exw mia geusi apo ola , html , css , java , C++ ( poly ligo ) , php kai alla polla .
-
I apantisi einai edw . Prosopikoi ;/ den boroume na tous poume an kai pezei na me o monos pou tous 3erw ;)
-
[Help] SQL Files / Navicat
TheRuleZzZ replied to maxbitch's question in Request Server Development Help [Greek]
anoigeis navicat , patas de3i click panw stin database sou kai patas execute batch file briskeis ta arxeia kai ta kaneis execute .